Send Sipp-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/sipp-users
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Sipp-users digest..."
Today's Topics:
1. Re: Sipp-users Digest, Vol 11, Issue 6
(Boulkroune, Olivier (Non-HP:Atos Origin))
2. TR: Sipp-users Digest, Vol 11, Issue 6
(Boulkroune, Olivier (Non-HP:Atos Origin))
3. Re: sipp, sut (Boulkroune, Olivier (Non-HP:Atos Origin))
4. Re: Unable to load or parse uac.xml xml scenario
(Boulkroune, Olivier (Non-HP:Atos Origin))
5. Re: Unable to load or parse uac.xml xml scenario file
(Olivier Jacques)
6. Re: sipp, sut (Oscar Ken?)
----------------------------------------------------------------------
Message: 1
Date: Fri, 13 Apr 2007 14:30:24 +0200
From: "Boulkroune, Olivier \(Non-HP:Atos Origin\)"
<[EMAIL PROTECTED]>
Subject: Re: [Sipp-users] Sipp-users Digest, Vol 11, Issue 6
To: <[email protected]>
Message-ID:
<[EMAIL PROTECTED]
>
Content-Type: text/plain; charset="us-ascii"
Vasantha,
Did you compile sipp using the following command:
make clean
make ossl
?
Olivier Boulkroune
Message: 1
Date: Tue, 10 Apr 2007 13:57:15 +0530
From: <[EMAIL PROTECTED]>
Subject: Re: [Sipp-users] Reg:Failed to register SIPp with openIms
To: <[EMAIL PROTECTED]>,
<[email protected]>
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
Hi,
Please try giving only three parameters in authorization header field as
given below.
Authorization: Digest username="[EMAIL PROTECTED]",
realm="open-ims.test",integrity-protected="yes"
I tried registration scenarios with OpenIms. I used the above syntax.
Hope this will help.
Regards,
Geetha.
________________________________
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2007 11:53 AM
To: [email protected]
Subject: [Sipp-users] Reg:Failed to register SIPp with openIms
Hi,
I am working with SIPp .1rc8 stable version , and I am trying to
register SIPp with open-ims.
But I am getting the below problem
Unsupported keyword 'authentication [EMAIL PROTECTED]
password=cathy' in xml scenario file.
Below is the syntax for my xml scenario file and the screen shot of call
flow
________________________________________________________________________
_______________________________________________________________________
<scenario name="register">
<send retrans="500">
<![CDATA[
REGISTER sip:open-ims.test SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 70
Contact:
<sip:[EMAIL PROTECTED]:[local_port];rinstance=fa7fce6de4a612e2>
To: "[service]"<sip:[EMAIL PROTECTED]>
From:
"[service]"<sip:[EMAIL PROTECTED]>;tag=[pid]SIPpTag07[call_number]
Authorization:Digest
username="[EMAIL PROTECTED]",realm="open-ims.test",algorithm=MD5,
nonce="bb90021936102a65e58251f16d2847c2",uri="sip:open-ims.test"
Call-ID: [call_id]
CSeq: 1 REGISTER
Content-Length: 0
Expires: 3600
]]>
</send>
<recv response="401" auth="true">
</recv>
<send retrans="500">
<![CDATA[
REGISTER sip:open-ims.test SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 70
Route:[$1]
Contact:
<sip:[EMAIL PROTECTED]:[local_port];rinstance=fa7fce6de4a612e2>
To: "[service]"<sip:[EMAIL PROTECTED]>
From:
"[service]"<sip:[EMAIL PROTECTED]>;tag=[pid]SIPpTag07[call_number]
[authentication [EMAIL PROTECTED] password=cathy]
Call-ID: [call_id]
CSeq: 1 REGISTER
Content-Length: 0
Expires: 3600
]]>
</send>
<recv response="200" rtd="true"></recv>
</scenario>
Messages Retrans Timeout
Unexpected-Msg
REGISTER ----------> 1 0 0
401 <---------- 1 0
0
REGISTER ----------> 0 0 0
200 <---------- E-RTD1 0 0
0
------------------------------ Test Terminated
--------------------------------
I tried to check whether any requests posted regarding this issue in
SIPp mailing list, but I getting Error page while opening the website.
Please kindly help me in this regard as soon as possible.
Thanks & Regards
Vasantha
***************
------------------------------
Message: 2
Date: Fri, 13 Apr 2007 14:41:03 +0200
From: "Boulkroune, Olivier \(Non-HP:Atos Origin\)"
<[EMAIL PROTECTED]>
Subject: [Sipp-users] TR: Sipp-users Digest, Vol 11, Issue 6
To: <[email protected]>
Message-ID:
<[EMAIL PROTECTED]
>
Content-Type: text/plain; charset="iso-8859-1"
FYI
-----Message d'origine-----
De?: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED]
Envoy??: vendredi 13 avril 2007 14:37
??: Boulkroune, Olivier (Non-HP:Atos Origin)
Objet?: RE: [Sipp-users] Sipp-users Digest, Vol 11, Issue 6
Thanks for your reply...
Now I am able to register.
I didn't install it in proper way (make ossl), that's why I got a
problem.
Thanks once again
Thanks & Regards
Vasantha
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Boulkroune, Olivier (Non-HP:Atos Origin)
Sent: Friday, April 13, 2007 6:00 PM
To: [email protected]
Subject: Re: [Sipp-users] Sipp-users Digest, Vol 11, Issue 6
Vasantha,
Did you compile sipp using the following command:
make clean
make ossl
?
Olivier Boulkroune
Message: 1
Date: Tue, 10 Apr 2007 13:57:15 +0530
From: <[EMAIL PROTECTED]>
Subject: Re: [Sipp-users] Reg:Failed to register SIPp with openIms
To: <[EMAIL PROTECTED]>,
<[email protected]>
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
Hi,
Please try giving only three parameters in authorization header field as
given below.
Authorization: Digest username="[EMAIL PROTECTED]",
realm="open-ims.test",integrity-protected="yes"
I tried registration scenarios with OpenIms. I used the above syntax.
Hope this will help.
Regards,
Geetha.
________________________________
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2007 11:53 AM
To: [email protected]
Subject: [Sipp-users] Reg:Failed to register SIPp with openIms
Hi,
I am working with SIPp .1rc8 stable version , and I am trying to
register SIPp with open-ims.
But I am getting the below problem
Unsupported keyword 'authentication [EMAIL PROTECTED]
password=cathy' in xml scenario file.
Below is the syntax for my xml scenario file and the screen shot of call
flow
________________________________________________________________________
_______________________________________________________________________
<scenario name="register">
<send retrans="500">
<![CDATA[
REGISTER sip:open-ims.test SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 70
Contact:
<sip:[EMAIL PROTECTED]:[local_port];rinstance=fa7fce6de4a612e2>
To: "[service]"<sip:[EMAIL PROTECTED]>
From:
"[service]"<sip:[EMAIL PROTECTED]>;tag=[pid]SIPpTag07[call_number]
Authorization:Digest
username="[EMAIL PROTECTED]",realm="open-ims.test",algorithm=MD5,
nonce="bb90021936102a65e58251f16d2847c2",uri="sip:open-ims.test"
Call-ID: [call_id]
CSeq: 1 REGISTER
Content-Length: 0
Expires: 3600
]]>
</send>
<recv response="401" auth="true">
</recv>
<send retrans="500">
<![CDATA[
REGISTER sip:open-ims.test SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 70
Route:[$1]
Contact:
<sip:[EMAIL PROTECTED]:[local_port];rinstance=fa7fce6de4a612e2>
To: "[service]"<sip:[EMAIL PROTECTED]>
From:
"[service]"<sip:[EMAIL PROTECTED]>;tag=[pid]SIPpTag07[call_number]
[authentication [EMAIL PROTECTED] password=cathy]
Call-ID: [call_id]
CSeq: 1 REGISTER
Content-Length: 0
Expires: 3600
]]>
</send>
<recv response="200" rtd="true"></recv>
</scenario>
Messages Retrans Timeout
Unexpected-Msg
REGISTER ----------> 1 0 0
401 <---------- 1 0
0
REGISTER ----------> 0 0 0
200 <---------- E-RTD1 0 0
0
------------------------------ Test Terminated
--------------------------------
I tried to check whether any requests posted regarding this issue in
SIPp mailing list, but I getting Error page while opening the website.
Please kindly help me in this regard as soon as possible.
Thanks & Regards
Vasantha
***************
------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users
This e-mail and any files transmitted with it are for the sole use of the
intended recipient(s) and may contain confidential and privileged
information.
If you are not the intended recipient, please contact the sender by reply
e-mail and destroy all copies of the original message.
Any unauthorised review, use, disclosure, dissemination, forwarding,
printing or copying of this email or any action taken in reliance on this
e-mail is strictly
prohibited and may be unlawful.
------------------------------
Message: 3
Date: Fri, 13 Apr 2007 14:52:03 +0200
From: "Boulkroune, Olivier \(Non-HP:Atos Origin\)"
<[EMAIL PROTECTED]>
Subject: Re: [Sipp-users] sipp, sut
To: <[email protected]>
Message-ID:
<[EMAIL PROTECTED]
>
Content-Type: text/plain; charset="us-ascii"
Hello Oscar,
You probably observe this on some messages which are automatically sent
by sipp, such as ACK answering to unexpected > 400 responses (you can
check that by activating -trace_err ). Those messages are hard coded,
that's why you see 'sipp' and 'sut' in the headers.
You can use -nd (no default) option if you want to avoid this (see the
online help
http://sipp.sourceforge.net/doc/reference.html#Online+help+%28-h%29) for
more details).
Regards,
Olivier Boulkroune
Message: 2
Date: Tue, 10 Apr 2007 10:34:10 +0200
From: Oscar Ken? <[EMAIL PROTECTED]>
Subject: [Sipp-users] sipp, sut
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
In some cases I see sipp falling back to some default mode using "sipp"
user in the From header and "sut" user in the To header. Why would it do
this? Is there any way to suppress this behavior? I can't some up with
any situation where this is useful.
regards
/Oscar
------------------------------
Message: 4
Date: Fri, 13 Apr 2007 15:02:00 +0200
From: "Boulkroune, Olivier \(Non-HP:Atos Origin\)"
<[EMAIL PROTECTED]>
Subject: Re: [Sipp-users] Unable to load or parse uac.xml xml scenario
To: <[email protected]>
Message-ID:
<[EMAIL PROTECTED]
>
Content-Type: text/plain; charset="us-ascii"
Hello Ravi,
In your command line, replace -sf uac.xml by -sn uac - this should work.
The default uac scenario is embedded in the source code, so you don't
have to use the xml file, unless you need to modify it; in this case,
dump the default scenario in another file like this
./sipp -sd uac > uac_Ravi.xml
Edit uac_Ravi.xml to bring your changes , and then launch sipp using -sf
uac_Ravi.xml option.
Do not use directly the xml files located on the site, this seems to
bring problems (I'll put a warning in the doc about that).
Regards,
Olivier Boulkroune
Message: 3
Date: Fri, 13 Apr 2007 16:41:02 +0530
From: "raviprakash sunkara" <[EMAIL PROTECTED]>
Subject: [Sipp-users] Unable to load or parse uac.xml xml scenario
file
To: [email protected]
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"
Hello
I'm new to this SipP ,
I'm using the OpenSER as proxy server and Asterisk as PBX srevers
When i used this command ./sipp 192.168.2.11 -sf uac.xml -i
192.168.2.75-mi
192.168.2.75 -s 2003
it shows Unable to load or parse the uac.xml in XML scenario file
Without using the xml scenario is not working ...
Invite , 100 , retranx only coming,
Not other messages ..................
I use the uac.xml of sipp.sourceforge.net/doc/uac.xml
--
Thanks and Regards
Ravi Prakash Sunkara
[EMAIL PROTECTED]
M:+91 9985077535
www.hyperion-tech.com
Client and Parent company :- www.august-networks.com
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
------------------------------
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users
End of Sipp-users Digest, Vol 11, Issue 6
*****************************************
------------------------------
Message: 5
Date: Fri, 13 Apr 2007 16:02:25 +0200
From: "Olivier Jacques" <[EMAIL PROTECTED]>
Subject: Re: [Sipp-users] Unable to load or parse uac.xml xml scenario
file
To: "raviprakash sunkara" <[EMAIL PROTECTED]>
Cc: [email protected]
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"
Please do:
./sipp -sd uac > uac.xml
and use the XML file obtained.
I am aware that the XML files on the site have issues. I will remove them.
Olivier.
On 4/13/07, raviprakash sunkara <[EMAIL PROTECTED]>
wrote:
>
>
> Hello
> I'm new to this SipP ,
> I'm using the OpenSER as proxy server and Asterisk as PBX srevers
>
> When i used this command ./sipp 192.168.2.11 -sf uac.xml -i
> 192.168.2.75 -mi 192.168.2.75 -s 2003
>
> it shows Unable to load or parse the uac.xml in XML scenario file
>
> Without using the xml scenario is not working ...
>
> Invite , 100 , retranx only coming,
> Not other messages ..................
>
> I use the uac.xml of sipp.sourceforge.net/doc/uac.xml
>
> --
> Thanks and Regards
> Ravi Prakash Sunkara
> [EMAIL PROTECTED]
> M:+91 9985077535
> www.hyperion-tech.com
> Client and Parent company :- www.august-networks.com
>
-------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Sipp-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sipp-users
>
>
--
HP OpenCall Software
http://www.hp.com/go/opencall/
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 6
Date: Mon, 16 Apr 2007 09:32:58 +0200
From: Oscar Ken? <[EMAIL PROTECTED]>
Subject: Re: [Sipp-users] sipp, sut
To: "Boulkroune, Olivier (Non-HP:Atos Origin)"
<[EMAIL PROTECTED]>
Cc: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Thanks,
though I would expect any sip aware client by default to simply drop
messages it does not recognize as destined to itself.
Maybe this is not the correct action?
/Oscar
Boulkroune, Olivier (Non-HP:Atos Origin) wrote:
> Hello Oscar,
>
> You probably observe this on some messages which are automatically sent
> by sipp, such as ACK answering to unexpected > 400 responses (you can
> check that by activating -trace_err ). Those messages are hard coded,
> that's why you see 'sipp' and 'sut' in the headers.
>
> You can use -nd (no default) option if you want to avoid this (see the
> online help
> http://sipp.sourceforge.net/doc/reference.html#Online+help+%28-h%29) for
> more details).
>
> Regards,
>
> Olivier Boulkroune
>
> Message: 2
> Date: Tue, 10 Apr 2007 10:34:10 +0200
> From: Oscar Ken? <[EMAIL PROTECTED]>
> Subject: [Sipp-users] sipp, sut
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> In some cases I see sipp falling back to some default mode using "sipp"
> user in the From header and "sut" user in the To header. Why would it do
>
> this? Is there any way to suppress this behavior? I can't some up with
> any situation where this is useful.
>
> regards
> /Oscar
>
>
>
>
>
>
-------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
your
> opinions on IT & business topics through brief surveys-and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Sipp-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sipp-users
>
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users
End of Sipp-users Digest, Vol 11, Issue 7
*****************************************