Hi, Iam Pretty new to this SIP ,I have small query on SIPp script. My Voipohne is failing when it recieves a SIP INIVTE with P-asserted Identity.I have done some modifications to my code. Generally P-asserted Identity is provided by providers. To simulate this issue I wrote a Sipp script adding P-asserted feature in SIP INVITE .I have tested with IP call .it works. Is this a correct way of simulation or do i need to test using Proxy servers. Please see the Sipp script of SIP INVITE. <send retrans="500"> <![CDATA[ INVITE sip:[remote_ip]:[remote_port] SIP/2.0 Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch] From: <sip:[local_ip]:[local_port]>;tag=[call_number] To: <sip:[remote_ip]:[remote_port]> Call-ID: [call_id] CSeq: 1 INVITE Contact: sip:[local_ip]:[local_port] Max-Forwards: 70 Content-Type: application/sdp P-Asserted-Identity:"Extn123"<sip:[email protected]:5060> Content-Length:[len] v=0 o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip] s=- c=IN IP[media_ip_type] [media_ip] t=0 0 m=audio [media_port] RTP/AVP 0 a=rtpmap:0 PCMU/8000 b=AS:856 ]]> </send> Best Regards, Ckumar.
_______________________________________________ Sip-implementors mailing list [email protected] https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
