[Freeswitch-users] SDP Append
Ricardo Martinez
rmartinez at redvoiss.net
Tue Jul 26 02:38:57 MSD 2011
Hello.
I’m trying to append two distinct SDP fields in the outgoing call leg from
Freeswitch. Right now I’m only capable to attach only one :
<extension name="add-annexb=no" continue="true">
<condition field="${switch_r_sdp}" expression="/(.*)(a=fmtp:18
annexb=no)(.*)/s">
<action application="export"
data="sip_append_audio_sdp=a=fmtp:18 annexb=no"/>
</condition>
</extension>
Because when I’m try to attach a second one, it rewrites the first one.
Thanks.
Ricardo Martinez.-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110725/d43c88e9/attachment.html
More information about the FreeSWITCH-users
mailing list