On Wed, May 30, 2012 at 8:35 PM, vinod kunchanur <kuncha...@gmail.com>wrote:
> Hi,
> I have installed SIPp on my fedora system into vmware. And i
> reinstalled SIPp with ossl again.
> And i am trying to register an extension(SIPp) to my 3cx server. But
> it is not happening. I am 'getting error while execution as
> "discarding message which cant be mapped to known sip call and after
> execution i am getting error as "aborting call on udp retransmission
> timeout for call id 1-2472@127.0.0.1"
> So, i request you to kindly help me in this regard. I am sending you
> two xml files and one is with and one is without authentication. I
> tried both.
Hello,
please always post to the sipp-users mailing list.
The problem is that your are hard-coding things in your xml files:
Via: SIP/2.0/udp 192.168.220.128:5060;branch=[branch]
From: <sip:[field0]@[field1]>;tag=12345
To: <sip:[field0]@[field1]>
Call-ID: 123456789ab
Instead, they must be generated for each call:
Via: SIP/2.0/[transport] [local_ip]:[local_port];rport;branch=[branch]
From: "[field0]" <sip:[field0]@[field1]>;tag=[pid]SIPpTag00[call_number]
To: "[field0]" <sip:[field0]@[field1]>
Call-ID: [call_id]
Search for valid scenario files in the mailing list:
http://www.mail-archive.com/sipp-users@lists.sourceforge.net/msg04999.html
regards,
Takeshi
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users