Skip to content

Commit 7900bc1

Browse files
authored
Merge pull request #114 from Davka/bbb/2.3-fs-fix
fix regex for setting wss-binding in fs-config
2 parents 7a2e474 + e4db556 commit 7900bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/freeswitch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
- name: configure IP {{ bbb_freeswitch_ip_address }} for wss-binding of FreeSWITCH
9191
lineinfile:
9292
path: /opt/freeswitch/conf/sip_profiles/external.xml
93-
regexp: "<param name=\"wss-binding\" value=\""
94-
line: " <param name=\"wss-binding\" value=\"{{ bbb_freeswitch_ip_address }}:7443\"/>"
93+
regexp: "<param name=\"wss-binding\""
94+
line: " <param name=\"wss-binding\" value=\"{{ bbb_freeswitch_ip_address }}:7443\"/>"
9595
notify: restart freeswitch
9696

9797
- name: Flush Handler

0 commit comments

Comments
 (0)