I wrote following script in my_uas.xml to send the BYE to UAC side.
But it worked incorrect, there is no tag in the To Header.
<send retrans="500">
<![CDATA[
BYE sip:[EMAIL PROTECTED]:[remote_port] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
From:
[field0]<sip:[EMAIL PROTECTED]:[local_port]>;tag=[call_number]
To: <sip:[EMAIL PROTECTED]:[remote_port]>[last_peer_tag_param]
Call-ID: [call_id]
CSeq: 1 BYE
Contact: sip:[EMAIL PROTECTED]:[local_port]
Max-Forwards: 70
Subject: Performance Test
Content-Length: 0
]]>
</send>
Sipp send the BYE like following:
BYE sip:65710239@:5060 SIP/2.0
Via: SIP/2.0/UDP 127.0.0.1:7890;branch=z9hG4bK-4254-1-8
From: 88888017<sip:[EMAIL PROTECTED]:7890>;tag=1
To: <sip:65710239@:5060>
Call-ID: [EMAIL PROTECTED]
CSeq: 1 BYE
Contact: sip:[EMAIL PROTECTED]:7890
Max-Forwards: 70
Subject: Performance Test
Content-Length: 0
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users