Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Mar 29, 2024
1 parent 5643350 commit 09186a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ reset_db
create_rtpengine_entry "udp:media_proxy:2223"
reload_opensips_tables

uas="$(dig +short testing)"
uas="$(hostname -i)"
client_gateway="$(dig +short client_gateway)"

curl -s -o /dev/null -XPOST -u "adhearsion:password" http://switch-app:8080/calls \
Expand All @@ -39,7 +39,7 @@ curl -s -o /dev/null -XPOST -u "adhearsion:password" http://switch-app:8080/call
"host": null,
"username": "user1",
"symmetric_latching": true,
"address": "+85512334667@testing;fs_path=sip:$client_gateway:5060"
"address": "+85512334667@$uas;fs_path=sip:$client_gateway:5060"
},
"test_headers": {
"X-UAS-Contact-Ip": "100.65.107.153"
Expand Down

0 comments on commit 09186a4

Please sign in to comment.