There is a SIP-I patch for sipp.
If we inject the SIP-I value directly:

==============
Content-Type: application/isup;version=CHN
Content-Length: 31
Content-Disposition: signal;handling=required

\x01\x01\x60\x00\x0a\x00\x02\x09\x07\x03\x10\x06\x37\x53\x88\x66\x0a\x07\x03\x11\x66\x91\x99\x00\x00\x1d\x03\x80\x90\xa2\x00
=================
There is no problem.

But if I use a csv file to inject the called party to IAM, it is failed.
[field8]="\x06\x37\x53\x88\x66"

 if use the following  formart
============
Content-Type: application/isup;version=CHN
Content-Length: 31
Content-Disposition: signal;handling=required

\x01\x01\x60\x00\x0a\x00\x02\x09\x07\x03\x10[field8]\x0a\x07\x03\x11\x66\x91\x99\x00\x00\x1d\x03\x80\x90\xa2\x00

the sent out for for [field8] will be ASCII format, not binary format.
================

Anybody knows how to replace the SIP-I field with csv fields?

Thanks very much!
Kevin Chen



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to