i tried using the uac example:
sudo ./sipp -sn uac [IP of pc running linux: sudo ./sipp -sn uas]
and i tried my own example
sudo ./sipp -sf register.xml [remote host address]
this scenario file contained a simple registering
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">
<scenario name="registration">
<send retrans="500">
<![CDATA[
REGISTER sip:ibk.tuwien.ac.at SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 20
From: "bob" <sip:sw_0...@********>;tag=[call_number]
To: "bob" <sip:sw_0...@********t>
Call-ID: [call_id]
CSeq: 1 REGISTER
Contact: <sip:sw_0...@[local_ip]:[local_port]>
Expires: 3600
Content-Length: 0
Max-Forwards: 70
]]>
</send>
<recv response="401" auth="true">
</recv>
<send retrans="500">
<![CDATA[
REGISTER sip:ibk.tuwien.ac.at SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 20
From: "bob" <sip:sw_0...@*********>;tag=[call_number]
To: "bob" <sip:sw_0...@**********>
Call-ID: [call_id]
CSeq: 2 REGISTER
Contact: <sip:sw_0...@[local_ip]:[local_port]>
Expires: 3600
Content-Length: 0
[authentication username=sw_0...@*********** password=*********]
Max-Forwards: 70
]]>
</send>
<recv response="200">
</recv>
<ResponseTimeRepartition value="10, 20"/>
<CallLengthRepartition value="10"/>
</scenario>
this scenario works using a linux pc.
in both cases i got a return from the server (confirmed by wireshark)
but sipp did not registrate it.
robert
Am 20.12.2008 um 15:07 schrieb zubair rafique:
Can you send the detail about the options you made is sipp command and
--- On Thu, 12/18/08, TOM R <mymu...@gmx.at> wrote:
From: TOM R <mymu...@gmx.at>
Subject: [Sipp-users] Trouble in Paradise, sipp does not recognize
incoming messages on OSX 10.5
To: sipp-users@lists.sourceforge.net
Date: Thursday, December 18, 2008, 10:21 PM
Hy people,
i started using sipp and was happy to see that it worked on Mac (thank
you very much by the way). But the glory stopped soon because sipp can
send packets but does not receive any. I tried sending a registration
and waited for a 401, but nothing happened. (same with the uac/uas
example, no receives)
According to wireshark the 401 answer
arrives as it should but the
sipp does not recognize it. I execute it with root privilege and have
firewall deactivated so no problem there. I also tried executing in an
Ubuntu Virtualization using Parallels, but same there.
So it does not seem to be a problem with sipp but with Leopard
I work on
Macbook Pro, SIPp 3.1 (and latest unstable) with pcapplay and ossl,
OSX 10.5
Does anyone have an idea what might have missed?
thanks!!!
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas,
Nevada.
The future of the web can't happen without you. Join us at MIX09 to
help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Sipp-users mailing
list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users
------------------------------------------------------------------------------
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users