View previous topic :: View next topic |
Author |
Message |
juanma.v82 at gmail.com Guest
|
Posted: Tue Jun 09, 2009 5:07 pm Post subject: [Freeswitch-users] Set Codec per Endpoint |
|
|
Hello,
Is it posible to set a codec-pref per Endpoint instead to set it in
sip-profiles?
<param name="codec-prefs" value="GSM"/>
In my directory:
<user id="2000" mailbox="2000">
<params>
<param name="password" value="2000"/>
<param name="vm-password" value="2000"/>
<param name="codec-prefs" value="GSM"/>
</params>
<variables>
<variable name="accountcode" value="2000"/>
<variable name="user_context" value="default"/>
<variable name="sip-force-contact" value="NDLB-connectile-
dysfunction"/>
</variables>
I do this but FS do codec negotiation with all codecs in the profile
internal. What i am doing wrong?
Thx in advance
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Tue Jun 09, 2009 5:11 pm Post subject: [Freeswitch-users] Set Codec per Endpoint |
|
|
Do something like this
<action application="export" data="nolocal:absolute_codec_string=${user_data(${username}@${domain} param codec-prefs)}"/>
Before you bridge
/b
On Jun 9, 2009, at 5:04 PM, JuanMa wrote:
Brian West
brian@freeswitch.org (brian@freeswitch.org)
-- Meet us at ClueCon! http://www.cluecon.com |
|
Back to top |
|
|
|