[Sipp-users] [branch]-struggle

2007-05-03 Thread Michael Hirschbichler
Hi Group! Currently I am trying to create an UAC with the following call-flow UAC Proxy INVITE--- --100 Trying --407 Proxy Auth Required ACK-- INVITE (w.auth)-- The problem is the ACK-request: send rtd=true

[Sipp-users] sipp

2007-05-03 Thread Vijaya Venkatachalam
Hi Does sipp support the capability to send Diameter Messages?? Is there a way to do this?? Thanks, Vijaya - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take

[Sipp-users] [ sipp-Bugs-1711824 ] Route: and Record-Route: - Bug

2007-05-03 Thread SourceForge.net
Bugs item #1711824, was opened at 2007-05-03 12:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=637564aid=1711824group_id=104305 Please note that this message will contain a full copy of

Re: [Sipp-users] Handling 2 INVITEs with different Call-ID

2007-05-03 Thread Charles P Wright
Ashok, You can use two different call-ids, but they need to be of the form prefix1///[call_id] and prefix2///[call_id]. Charles [EMAIL PROTECTED] wrote on 05/03/2007 08:57:28 AM: Hi all, Can we send 2 INVITE with different Call-ID from the same sipp script(Basically can one sipp

Re: [Sipp-users] problems compiling rev 205 and later

2007-05-03 Thread Enrico Hartung
Hi, the error is solved, but here's another one: actions.cpp: In member function `void CAction::setAction(CAction)': actions.cpp:303: error: `assert' undeclared (first use this function) actions.cpp:303: error: (Each undeclared identifier is reported only once for each function it appears

Re: [Sipp-users] problems compiling rev 205 and later

2007-05-03 Thread Charles P Wright
Enrico, No unit testing, but interestingly my STL headers managed to pull in assert.h without me doing it so it compiled on my RHEL4 derived distribution. New fix checked in. Thanks for trying this out and having the fortitude to put up with these errors, Charles Enrico Hartung [EMAIL

[Sipp-users] [ sipp-Bugs-1712069 ] incorrect via header with [last_via]

2007-05-03 Thread SourceForge.net
Bugs item #1712069, was opened at 2007-05-03 17:22 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=637564aid=1712069group_id=104305 Please note that this message will contain a full copy of

Re: [Sipp-users] problems compiling rev 205 and later

2007-05-03 Thread Charles P Wright
Enrico, This actually has me very confused, the file is opened exactly the same as before: FileContents::FileContents(const char *fileName) { ifstream *inFile= new ifstream(fileName); There is no code for file patterns or anything like that, so I am wondering if maybe the shell is doing

Re: [Sipp-users] problems compiling rev 205 and later

2007-05-03 Thread Enrico Hartung
Hi, I was wrong. Sipp loads the correct file. But the behavior is still different than I expect: The template file: SEQUENTIAL [#U1_USERNAME#];[#U1_DOMAIN#];[authentication username=[#U1_AUTHNAME#] password=[#U1_PASSWORD#]]; [#U2_USERNAME#];[#U2_DOMAIN#];[authentication

[Sipp-users] Error running SIPp on WinXP

2007-05-03 Thread varadaraj.yatirajula
Hi, When I try to run SIPp version 2 on win xp, I get the following error:: Error opening terminal: cygwin. Any inputs on what is missing? Regards Varadaraj. - This SF.net email is sponsored by DB2 Express Download DB2

Re: [Sipp-users] problems compiling rev 205 and later

2007-05-03 Thread Charles P Wright
Fixed. Simple off by one error. Charles Enrico Hartung [EMAIL PROTECTED] wrote on 05/03/2007 12:23:29 PM: Hi, I was wrong. Sipp loads the correct file. But the behavior is still different than I expect: The template file: SEQUENTIAL [#U1_USERNAME#];[#U1_DOMAIN#];[authentication

Re: [Sipp-users] problems compiling rev 205 and later

2007-05-03 Thread Enrico Hartung
Great! :-) Now there is only the problem with the last_via keyword (bug 1712069) and two more issues ... but i have to do some further investigation before i can send a bug report ... cheers, Enrico Charles P Wright wrote: Fixed. Simple off by one error. Charles Enrico Hartung [EMAIL

Re: [Sipp-users] problems compiling rev 205 and later

2007-05-03 Thread Olivier Jacques
Folks, Might be good to continue this thread on the SIPp-devel mailing list (and remove sipp-users from the to list) To subscribe: https://lists.sourceforge.net/lists/listinfo/sipp-devel Thanks :) Olivier. On 5/3/07, Enrico Hartung [EMAIL PROTECTED] wrote: Great! :-) Now there is only the