<div dir="ltr">I have created the following extension:<div><br></div><div><div><div><extension name="my_test"></div><div> <condition></div><div> <action application="bridge" data="{absolute_codec_string='PCMA,PCMU,GSM'}sofia/external/<a href="mailto:1001@192.168.1.78">1001@192.168.1.78</a>"/></div>
<div> <action application="hangup"/></div><div> </condition></div><div></extension></div></div></div><div><br></div><div>then i call to this extension, freeswitch dials to <a href="mailto:1001@192.168.1.78">1001@192.168.1.78</a> and when i check the content of SDP, included in a SIP packet, i see something like this:</div>
<div><br></div><div><div>v=0</div><div>o=FreeSWITCH 1401972565 1401972566 IN IP4 192.168.1.65</div><div>s=FreeSWITCH</div><div>c=IN IP4 192.168.1.65</div><div>t=0 0</div><div>m=audio 17262 RTP/AVP 8 0 101 13</div><div>a=rtpmap:101 telephone-event/8000</div>
<div>a=fmtp:101 0-16</div><div>a=ptime:20</div></div><div><br></div><div>why my codecs from 'absolute_codec_string' are not included in SDP? I would expect to see these lines included:<br><br><div><div>a=rtpmap:8 PCMA/8000</div>
<div>a=rtpmap:0 PCMU/8000</div><div>a=rtpmap:3 GSM/8000</div></div></div><div><br></div></div>