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: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();
};
};
};