Re: [Sipp-users] UDP destination port in server mode

2008-09-15 Thread Charles P Wright
Marc, If you can extract the port from the header, you can use the new, but as of yet undocumented setdest action: Something like: nop action assignstr assign_to=url value=[next_url] / ereg regexp=sip:(.*)@([0-9A-Za-z\.]+):([0-9]+);transport=([A-Z]+) search_in=var

Re: [Sipp-users] inserting timestamp of messages

2008-09-15 Thread Charles P Wright
You can use -trace_logs and the [timestamp] keyword inside of a log message=[timestamp] / action. Charles [EMAIL PROTECTED] wrote on 09/09/2008 09:01:44 PM: Hi, when using trace_msg options I can get the message with its timestamp, But I need to extract only the timestamp in a CVS file

Re: [Sipp-users] can SIPp execute shell command like echo in background mode?

2008-09-15 Thread Charles P Wright
I suspect your use of double quotes within the quoted string is causing the problem. Charles [EMAIL PROTECTED] wrote on 09/12/2008 05:51:24 AM: Hi all, I am not able to log the status of the test in the log file when sipp is running in the background mode. It is able to log the

Re: [Sipp-users] can SIPp execute shell command like echo in background mode?

2008-09-15 Thread Ronnie Jones
Try escaping the quotes around the ID exec command=echo Test case ID \101\ is pass pass.log/ Ronnie Charles P Wright/Watson/[EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 09/15/2008 03:14 PM To Sumeet Bhardwaj [EMAIL PROTECTED] cc [EMAIL PROTECTED], sipp-users@lists.sourceforge.net