Skip to content

Commit

Permalink
SDP NAT Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tnewman committed Oct 4, 2017
1 parent 2ac6674 commit b0ed43c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 91 deletions.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
dest: /etc/kazoo/freeswitch/autoload_configs/kazoo.conf.xml
notify: Gracefully Restart FreeSwitch

- name: Create FreeSwitch SIP Profile
- name: Create SIP Interface
template:
src: sipinterface_1.xml.j2
dest: /etc/kazoo/freeswitch/sip_profiles/sipinterface_1.xml
Expand Down
22 changes: 0 additions & 22 deletions templates/files/kazoo-freeswitch.service

This file was deleted.

4 changes: 0 additions & 4 deletions templates/handlers/main.yml

This file was deleted.

3 changes: 0 additions & 3 deletions templates/meta/main.yml

This file was deleted.

5 changes: 2 additions & 3 deletions templates/sipinterface_1.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<param name="challenge-realm" value="auto_from"/>
<param name="multiple-registrations" value="false"/>
<!--<param name="max-registrations-per-extension" value="1"/>-->
<param name="accept-blind-reg" value="false"/>
<param name="nonce-ttl" value="86400"/>
<param name="disable-register" value="false"/>
<!--<param name="NDLB-broken-auth-hash" value="true"/>-->
Expand All @@ -45,7 +44,7 @@

<!-- SIP -->
<param name="sip-ip" value="$${local_ip_v4}"/>
<param name="ext-sip-ip" value="{{ public_ipv4 }}"/>
<param name="ext-sip-ip" value="{{ public_ipv4 }}"/>
<param name="sip-port" value="11000"/>
<!--<param name="outbound-proxy" value="127.0.0.1"/>-->
<!--<param name="sip-domain" value="sip.2600hz.com"/>-->
Expand All @@ -68,7 +67,7 @@

<!-- Media -->
<param name="rtp-ip" value="$${local_ip_v4}"/>
<param name="ext-rtp-ip" value="{{ public_ipv4 }}"/>
<param name="ext-rtp-ip" value="{{ public_ipv4 }}"/>
<param name="rtp-timer-name" value="soft"/>
<param name="rtp-autoflush-during-bridge" value="true"/>
<param name="rtp-rewrite-timestamps" value="false"/>
Expand Down
58 changes: 0 additions & 58 deletions templates/tasks/main.yml

This file was deleted.

0 comments on commit b0ed43c

Please sign in to comment.