[Freeswitch-users] how to connect FS to openSIPS

Mundkowsky, Robert rmundkowsky at ets.org
Thu Apr 25 14:53:44 UTC 2019


Well, my configuration works, I just did not know that "reloadxml" did not load this, I just had to restart FreeSWITCH.

Robert

From: FreeSWITCH-users <freeswitch-users-bounces at lists.freeswitch.org> On Behalf Of Mundkowsky, Robert
Sent: Tuesday, April 23, 2019 2:40 PM
To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
Subject: [Freeswitch-users] how to connect FS to openSIPS

I have openSIPS configured as a load balancer behind FreeSWITCH.

I setup a sip profile for openSIPS in /etc/freeswitch/sip_profiles/internal/engagement.xml

<include>
  <gateway name="engagement">
    <param name="realm" value="XXXX"/>
    <param name="username" value="1000"/>
    <param name="from-user" value="1000"/>
    <param name="from-domain" value="freeswitch.internal.org:5060"/>
    <param name="password" value="1000"/>
    <param name="register" value="true"/>
    <param name="register-transport" value="udp"/>
    <param name="ping" value="25"/>
  </gateway>
</include>

Then setup a diaplan that should call openSIPS:

...
<action application="conference_set_auto_outcall" data="{sip_from_display=${client_session_id}}sofia/gateway/engagement/${as_ext}${destination_number}"/>
...

When call is made, I don't see any errors in the FreeSWITCH log and nothing is seen in the openSIPS log.

I suspect I have an error in the sip profile.

________________________________

This e-mail and any files transmitted with it may contain privileged or confidential information. It is solely for use by the individual for whom it is intended, even if addressed incorrectly. If you received this e-mail in error, please notify the sender; do not disclose, copy, distribute, or take any action in reliance on the contents of this information; and delete it from your system. Any other use of this e-mail is prohibited.


Thank you for your compliance.

________________________________

________________________________

This e-mail and any files transmitted with it may contain privileged or confidential information. It is solely for use by the individual for whom it is intended, even if addressed incorrectly. If you received this e-mail in error, please notify the sender; do not disclose, copy, distribute, or take any action in reliance on the contents of this information; and delete it from your system. Any other use of this e-mail is prohibited.


Thank you for your compliance.

________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20190425/198b21cc/attachment-0001.html>


More information about the FreeSWITCH-users mailing list