Hi All,

I'm trying to test PRACK scenario with SIPp. I'm using following problems:

1) Initial INVITE is sent from PhoneA with
          Via: Local_ip: branch = 12345

2) B2BUA responds with 100 to PhoneA and send INVITE add new branch to
PhoneB

3) PhoneB responds with 183 with same branch
    Note: I tried using following statement's
             <recv request="INVITE" crlf="true">
  <action>
  <ereg regexp=".*" search_in="hdr" header="Via:" check_it="true"
assign_to="3"/>
         <ereg regexp=".*" search_in="hdr" header="From:" check_it="true"
assign_to="1" />
         <ereg regexp=".*" search_in="hdr" header="To:" check_it="true"
assign_to="2" />
  </action>
  </recv>
4) PhoneA responds with Prack for 183
5) PhoneB responds with 200 OK for PRACK.
6) *When PhoneB responds 200 OK For INVITE
     note: I was trying to use following statment for VIA
                     Via: [$3]
      doubt: Here I need to use only branch value of INVITE, but whole IP is
saved*

Can anyone guide on same?

Thanks in advance

Any pointers for same is highly appreciated

Regards
Sudhir
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to