Skip to content

Commit

Permalink
Tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Karn Saheb committed Jul 8, 2020
1 parent 34f3cf4 commit 5a2fe20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/sippy_cup/scenario.rb
Original file line number Diff line number Diff line change
Expand Up @@ -812,8 +812,8 @@ def send_bye_using_contact(opts = {})
BYE [next_url] SIP/2.0
Via: SIP/2.0/[transport] #{@adv_ip}:[local_port];rport;branch=[branch]
[routes]
To: "#{@from_user}" <sip:#{@from_user}@10.231.56.206:5090>[from_tag_param]
From: "#{@to_user}" <sip:#{@to_user}@stage.tncp.textnow.com>[to_tag_param]
To: "#{@from_user}" <sip:#{@from_user}@10.231.56.206:5090>;tag=[call_number]
From: "#{@to_user}" <sip:#{@to_user}@stage.tncp.textnow.com>;tag=[call_number]
[last_Call-ID:]
Contact: <sip:#{@adv_ip};transport=[transport]>
Max-Forwards: 100
Expand Down

0 comments on commit 5a2fe20

Please sign in to comment.