<div dir="ltr">I have created the following extension:<div><br></div><div><div><div>&lt;extension name=&quot;my_test&quot;&gt;</div><div>  &lt;condition&gt;</div><div>    &lt;action application=&quot;bridge&quot; data=&quot;{absolute_codec_string=&#39;PCMA,PCMU,GSM&#39;}sofia/external/<a href="mailto:1001@192.168.1.78">1001@192.168.1.78</a>&quot;/&gt;</div>
<div>    &lt;action application=&quot;hangup&quot;/&gt;</div><div>  &lt;/condition&gt;</div><div>&lt;/extension&gt;</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 &#39;absolute_codec_string&#39; 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>