test fix: ACK to 487 response must have same branch in via as invite

This commit is contained in:
Dave Horton
2023-01-29 13:23:11 -05:00
parent 14a02735be
commit 70822cb278

View File

@@ -70,7 +70,7 @@
<![CDATA[ <![CDATA[
ACK sip:[to]@[remote_ip]:[remote_port] SIP/2.0 ACK sip:[to]@[remote_ip]:[remote_port] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch] Via: SIP/2.0/[transport] [local_ip]:[local_port][$1]
From: [from] <sip:[from]@[local_ip]:[local_port]>;tag=[pid]SIPpTag00[call_number] From: [from] <sip:[from]@[local_ip]:[local_port]>;tag=[pid]SIPpTag00[call_number]
To: [to] <sip:[to]@[remote_ip]:[remote_port]>[peer_tag_param] To: [to] <sip:[to]@[remote_ip]:[remote_port]>[peer_tag_param]
Call-ID: [call_id] Call-ID: [call_id]
@@ -84,4 +84,3 @@
</send> </send>
</scenario> </scenario>