thank you Micheal for your answer, I did what you said but it does not work. :-(
 
 
I recieved the 407
 

----------------------------------------------- 2006-10-13 15:21:39
UDP message received [525] bytes :

SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.10.5.88:5061;received=200.0.195.143;rport=57837
From: 1151681326 <sip:[EMAIL PROTECTED] :5061>;tag=1
To: <sip:[EMAIL PROTECTED]>;tag=SDh1d8299-b72e12N26452fd933-1912
Call-ID: [EMAIL PROTECTED]
Cseq: 1 INVITE
Proxy-Authenticate: digest realm="impsat2004Ngn", qop="auth", nonce="452fd96f6c55af7f052d38e7975556466e102b43ef10a67c261bb84ed3ba0a62f2a1fc9d06addb259396c3bc321a62790690b1f0", opaque="", stale=false, algorithm=md5
Content-Length: 0


 

but is like the SIPP does not mach with the 407,
now I wrote the xml like this
 

  <recv response="407" auth=true>
  </recv>
<send>
 <![CDATA[
INVITE sip:[EMAIL PROTECTED] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port]
From: 1151681326 <sip:[EMAIL PROTECTED]:[local_port]>;tag=[call_number]
To: <sip:[EMAIL PROTECTED]>
Call-ID: [call_id]
Cseq: 1 INVITE
Contact: <sip:[EMAIL PROTECTED]:[local_port]>
[authentication username=1151681326 password=fede2399]

Max-Forwards: 70
Content-Type: application/sdp
Subject: Performance Test
Content-Length: [len]

v=0
o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
s=shit
t=0 0
c=IN IP[media_ip_type] [media_ip]
m=audio [media_port] RTP/AVP 0
a=rtpmap:0 PCMU/8000


 ]]>
</send>

 

best regards
federico

 
On 10/13/06, Michael Hirschbichler <[EMAIL PROTECTED]> wrote:
Hi

I didn't test your XML-file, but you have at least one bug:

The correct syntax is
<recv response ...>
</recv>
<send ...>
       #SIP code ...
</send>

Your </recv>-tag is located at the end of the xml-snipplet and that's
wrong  :-)

Greets Michael

Federico La Volpe wrote:
> Hi guys, I am new on this group.
> I am testing the Sipp, but I have a problema, when the Sipproxy sent to
> the SIpp UAC the 407, it does not response with the new invite includind
> the Digest
>
> Someone knows what is wrong?
> here i copy the code
> thank you
>
>
>  <recv response="407" auth=true>
> <send>
>  <![CDATA[
> INVITE sip:[EMAIL PROTECTED]
> <mailto:sip:[EMAIL PROTECTED]> SIP/2.0
> Via: SIP/2.0/[transport] [local_ip]:[local_port]
> From: 1151681326 <sip:[EMAIL PROTECTED]:[local_port]>;tag=[call_number]
> To: <sip:[EMAIL PROTECTED] <mailto:sip:[EMAIL PROTECTED]>>
> Call-ID: [call_id]
> Cseq: 1 INVITE
> Contact: <sip:[EMAIL PROTECTED]:[local_port]>
> [authentication username=1151681326 password=fede2399]
>
> Max-Forwards: 70
> Content-Type: application/sdp
> Subject: Performance Test
> Content-Length: [len]
>
> v=0
> o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
> s=shit
> t=0 0
> c=IN IP[media_ip_type] [media_ip]
> m=audio [media_port] RTP/AVP 0
> a=rtpmap:0 PCMU/8000
>
>  ]]>
> </send>
>
>   </recv>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users



--
Saludos
Fede.-
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to