Hello,

 Im trying to supply my script with the .csv file below, to test a gateway
 behavior when it receives SIP error codes, however I always get this  
 same error
 message from SIPp:

2016-07-26      09:45:05.939090 1469526305.939090: Response codes must be in 
the range of 100-700.

 ====SIPmessage.csv======
 SEQUENTIAL
 486;Busy
 =====================

1 - If I use  "SIP/2.0 486 Busy"
- It Works. The problem only happens when SIPp reads from .csv file
- But, since I'd like to test several "SIP Error responses",instead of 
creating 
several scripts for each message, Id like to use only one script capable of 
reading several "SIP Error responses from a .csv file. e.g below:

==================file.csv======================
SEQUENTIAL
486;Busy here
606;Not Acceptable
603;Decline
..and so on....
================================================

2 - Ive also tested changing "Busy" to "Busy Here" and got the same error. 

3 - And is also strange, since if add [field0] to another part of the SIP 
message like:

<sip:[field0]:[local_ip]:[local_port];transport=[transport]>

SIPp replaces [field0] with the number from .csv file perfectly! 
So, the problem only happens when I try to replace specifically the line 
"SIP/2.0 [field0] Busy here" with a number from .csv file.

Please let me know any other approaches to overcome this


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to