Re: [Sipp-users] Regex CSeq issue

2014-10-04 Thread Paul Miller
Thanks Rob, I will amend the regex on the failing item but I was not aware of the block impact, and performing multiple actions now has a higher possibility of failure; if you decide not to change the behaviour it may well be worth a sentence in the documentation. Thanks once again :-) Paul On

Re: [Sipp-users] Regex CSeq issue

2014-10-04 Thread Rob Day
It looks like your INVFromUser regex (":\s+(.*)@") isn't matching - the call ends with the error "Failed regexp match: looking in ' "Paul" ;tag=8a37545a0f96491e87cf1a1ced8651d2', with regexp ':\s+(.*)@'". When this happens: * no further actions in that block are executed (so the CSeq matching never

Re: [Sipp-users] Regex CSeq issue

2014-10-03 Thread Paul Miller
Hi, I am using the microsip client to originate the call and do not know how (if it's possible) to stop the REGISTER attempts so I have been ignoring them. I have attached two logs files for your analyses Thanks Paul On Sat, Oct 4, 2014 at 11:38 AM, Rob Day wrote: > Wireshark trace or SIPp's -t

Re: [Sipp-users] Regex CSeq issue

2014-10-03 Thread Rob Day
Wireshark trace or SIPp's -trace_msg log would be useful, I think, in order to see the PRACK that's being matched. On 3 October 2014 23:28, Paul Miller wrote: > Hi Volkan, > > It caused a mall formed packet alert in wireshark and shows like this: > > Status-Line: SIP/2.0 200 OK > Via: SIP/2.0/UDP

Re: [Sipp-users] Regex CSeq issue

2014-10-03 Thread Paul Miller
Hi Volkan, It caused a mall formed packet alert in wireshark and shows like this: Status-Line: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.0.65:5060 ;branch=z9hG4bKPj6fdc4a99f1cb4e47bcea48de5e1c1d57 From: "Paul" ;tag=cb3ad175c1b24240afa45c21759c818f To: ;tag=1 Date: Fri, 03 Oct 2014 22:08:00 GMT Call

Re: [Sipp-users] Regex CSeq issue

2014-10-03 Thread Volkan KUMBASAR
Hi Paul, You need to add “CSeq:” header. So, could you re-test the scenario with following 200 OK: On 03 Oct 2014, at 22:44, Paul Miller mailto:idkpmil...@sip2serve.com>> wrote: Hi there, I am trying to get the CSeq number from a UAS transaction in fact a PRACK message, I hav

[Sipp-users] Regex CSeq issue

2014-10-03 Thread Paul Miller
Hi there, I am trying to get the CSeq number from a UAS transaction in fact a PRACK message, I have tried many regex and have finally realised there is something else going on. As you can see below the branch parameter is being handled correctly but the CSeq header is not, ideas? XML Extract: