On 17 June 2013 13:02, gaurav ahuja <gaurav.ahuja...@gmail.com> wrote:
> If call id has the value - 1234@172.21.143.205, it should be send like
> 1234%40172.21.143.205 (@ needs to be replaced with %40)
> Similarly ; needs to be replaced with %3B and = to be replaced with %3D

Hi Gaurav,

The -c option to SIPp allows you to specify the format of the Call-ID
string. You could use this to avoid having an @ sign entirely (e.g.
with '-c %u-%p-%s'), so your Refer-To header would just look like
this:

"Refer-To: 
<sip:d...@denver.example.org?Replaces=[call_id]%3Bto-tag%3D[call_number]%3Bfrom-tag%3D[peer_tag_param]>"

Does that help?

Best,
Rob

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to