[Freeswitch-users] how to connect FS to openSIPS

Mundkowsky, Robert rmundkowsky at ets.org
Tue Apr 23 18:40:11 UTC 2019


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.

________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20190423/7f296be0/attachment.html>


More information about the FreeSWITCH-users mailing list