2011/12/15 ヅ坏気⑽哫.] <183405...@qq.com>

> Hello all
>
> I am using sipp v3.2 as a register-server to test my IPPBX, and I have
> made a scenario to test the register of my IPPBX, it work well, the problem
> is that my IPPBX sends OPTIONS messages every 3 senconds to the server to
> keep alive,  and the sipp will regard it as unexpected messages.
> So is there a way to deal with it when the sipp recevies a OPTION message
> then sends back a 200Ok at once?
>
>
Maybe there is a simpler way, but usually, I use something like this:


  <recv request="OPTIONS" optional="true" next="handle_options"/>

  <recv request="REGISTER"/>

  <process the REGISTER/>

  <nop next="finished"/>

  <label id="handle_options"/>

  <send "200 OK" to OPTIONS/>

  <label id="finished"/>


regards,
takeshi
------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to