I have an app based on pjsip for doing some Sip calls.
The app works fine with other SIP Switches/servers but with freeSwitch the app is not receiving calls in the background mode.
With freeSwitch everything is fine when the app is active but when in background mode the app is not notified about the call. It has, probably, something to do with how freeSwitch notify the app about the new call (for iOS pjsip the notification should come on the TCP wrapped socket).
Dose anybody know how i can configure the fresSwitch to send the notification on a specific port?
I mange to solve this problem by adding:
<variable name="sip-force-contact" value="NDLB-connectile-dysfunction"/>
into freeswitch_install_folder/conf/directory/default/XYZ.xml (where XYZ is the user you are configuring) under variables.