Thank you, it's working very well!
Have a nice day

Iñaki Baz Castillo a écrit :
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:[EMAIL PROTECTED]") {
                                rewriteuri("sip:sip.test.fr");
                                xlog("URI after rewriteuri() = $ru \r\n");
                        };
                        if (! uri=~"sip:[EMAIL PROTECTED]") {

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





_______________________________________________
Users mailing list
Users@openser.org
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to