[Freeswitch-users] extension-in-contact problem

François Delawarde fdelawarde at wirelessmundi.com
Tue Sep 7 05:49:19 PDT 2010


Hi,

I noticed that when I set the "extension-in-contact" parameter to "true"
in my gateway, the gateway is not identified when receiving an incoming
call, and all calls are redirected to the profile's default context
instead of the gateway's configured context.

Is this a normal/expected behavior?



In my sofia.conf.xml profile I have:
<gateway name="sol_account">
  <param name="extension" value="bli"/>
  <param name="extension" value="test"/>
  <param name="extension-in-contact" value="true"/>
  ...
</gateway>


And incoming calls are received with the extension-in-contact being
"true":

INVITE sip:test at 192.168.10.80:5060;transport=udp;gw=sol_account SIP/2.0

Instead of:

INVITE sip:gw+sol_account at 192.168.10.80:5060;transport=udp;gw=sol_account SIP/2.0


Thanks,
François.




More information about the FreeSWITCH-users mailing list