We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a2e474 + e4db556 commit 7900bc1Copy full SHA for 7900bc1
tasks/freeswitch.yml
@@ -90,8 +90,8 @@
90
- name: configure IP {{ bbb_freeswitch_ip_address }} for wss-binding of FreeSWITCH
91
lineinfile:
92
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\"/>"
+ regexp: "<param name=\"wss-binding\""
+ line: " <param name=\"wss-binding\" value=\"{{ bbb_freeswitch_ip_address }}:7443\"/>"
95
notify: restart freeswitch
96
97
- name: Flush Handler
0 commit comments