[OpenSER-Users] OpenSER + OPTIONS module

Iñaki Baz Castillo ibc at in.ilimit.es
Mon Jul 16 18:42:07 CEST 2007


El Monday 16 July 2007 18:30:20 Marc LEURENT escribió:
> I'm using the following config but it's still not working with openwengo
> and sjphone... Strange
> Any idea???
>
> if (uri==myself) {
>                 if (method==OPTIONS){
>                         if (uri=~"sip:ping[@]+.*") {
>                                 rewriteuri("sip:sip.test.fr");
>                                 xlog("URI after rewriteuri() = $ru \r\n");
>                         };
>                         if (! uri=~"sip:.*[@]+.*") {

Add here:                   xlog("URI again = $ru \r\n");
>                                 options_reply();
>                         };
>                 };
>         };




-- 
Iñaki Baz Castillo
ibc at in.ilimit.es




More information about the Users mailing list