Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Commit

Permalink
BTSs listen on port 5080
Browse files Browse the repository at this point in the history
Summary:
BTS's listen on port 5080, but this wasn't represented in the inendaga call plan.
Closes #52

Differential Revision: D5230172

Pulled By: 9muir

fbshipit-source-id: bb98c0fa823edae67ac46b649db97bf4ea62e7fc
  • Loading branch information
kheimerl authored and facebook-github-bot committed Jun 15, 2017
1 parent 91d78f1 commit 15cecda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<condition field="${newhost}" expression="^\d+\.\d+\.\d+\.\d+$">
<action application="set" data='effective_caller_id_name=${username}'/>
<action application="set" data='effective_caller_id_number=${username}'/>
<action application="bridge" data="sofia/bts/${destination_number}@${newhost}"/>
<action application="bridge" data="sofia/bts/${destination_number}@${newhost}:5080"/>
</condition>
</extension>

0 comments on commit 15cecda

Please sign in to comment.