LinPhone template (proxy config) with Fusionpbx

Status
Not open for further replies.

alaamrim

New Member
Oct 8, 2021
17
2
3
37
Hello everyone,

I ran into an issue after setting up the Linphone template using a proxy, scanned the QR code and all the settings went to the phone as desired, however, on the phone (Android) I need to enable the option "Route all calls via above SIP proxy" in order to make calls, anyone knows how to set that option enabled by the provisioning template ?

Here is my current settings for the proxy
<section name="proxy_0" overwrite="true">
<entry name="reg_proxy" overwrite="true">sip:Ext@FQDN:5060;transport=tcp</entry>
<entry name="reg_identity" overwrite="true">"Displayname here" sip:Ext@domain_name_here:5060</entry>
<entry name="reg_route" overwrite="true">sip:Server_addr(proxy)_here:5060</entry>
<entry name="realm" overwrite="true">Server_addr(proxy)_here</entry>
<entry name="reg_expires" overwrite="true">120</entry>
<entry name="reg_sendregister" overwrite="true">1</entry>
<entry name="publish" overwrite="true">1</entry>
<entry name="avpf" overwrite="true">1</entry>
<entry name="avpf_rr_interval" overwrite="true">1</entry>
<entry name="nat_policy_ref" overwrite="true">xrcNnzyREll46fF0</entry>
<entry name="available_algorithms">MD5</entry>

am I looking at the wrong place maybe device settings instead of proxy settings?

Thanks :)
 
Status
Not open for further replies.