[Freeswitch-users] How to add proxy realm to CLI originate command
David Villasmil
david.villasmil.work at gmail.com
Thu Sep 5 20:06:41 UTC 2019
You're trying to do authentication without registering?
If so, create a gateway anyway, but set the register to false. It should
use that gateway's info to authenticate.
i.e.:
<include>
<gateway name="provider">
<param name="proxy" value="sip.domain.com"/>
<param name="register" value="false"/>
<param name="caller-id-in-from" value="true"/>
<param name="register" value="false"/>
<param name="username" value="user"/>
<param name="password" value="pass"/>
</gateway>
</include>
then use that gateway do originate, i.e.:
originate sofia/gateway/provider/18005551212 &echo()
Regards,
David Villasmil
email: david.villasmil.work at gmail.com
phone: +34669448337
On Thu, Sep 5, 2019 at 8:52 PM mario_fs <mario_fs at mgtech.com> wrote:
> I am getting incorrect proxy authorization due to realm error. Trying many
> things nothing works. So far I have *added* sip_auth_realm and fs_path
> but the realm becomes my local IP address instead of the remote URL which
> is required:
>
> originate {sip_auth_username= 1234567890130,sip_auth_password=mypass,
> sip_auth_realm=callcentric.com}sofia/internal/1234567890130 at callcentric.com
> ;fs_path=sip:callcentric.com &echo
>
> According to ITSP, I need “callcentric.com” instead of 10.12.13.7” in
> what I see in the INVITE message:
>
> Proxy-Authorization: Digest username="1234567890130", realm="10.12.13.7",
> nonce="1bb85bb0553333e87e0779e40444df4f", opaque="", algorithm=MD5,
> uri="sip: 1234567890130 at callcentric.com",
> response="a269eaa24433332b49e8e5521002484a"
>
> Anyone know if this is even possible? I am using CLI to test then plan to
> use in bridge command in LUA. Thanks.
> Mario G
> _________________________________________________________________________
>
> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN
> services.
> Build your next product on our scalable cloud platform.
>
> Join our online community to chat in real time
> https://signalwire.community
>
> Professional FreeSWITCH Services
> sales at freeswitch.com
> https://freeswitch.com
>
> Official FreeSWITCH Sites
> https://freeswitch.com/oss
> https://freeswitch.org/confluence
> https://cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> https://freeswitch.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20190905/1fea6e6a/attachment-0001.html>
More information about the FreeSWITCH-users
mailing list