Hi,

the logical conclusion is that the URI does not match your regexp - try to use xlog to see the ruri before the regexp test.

regards,
bogdan

konstantinos nikou wrote:
Dear all,

I am trying to use the Open SER for SIP NNI. I would
like all calls with the prefix 077 to be routed to
another SIP server and add a prefix (+49). I am using
the following code:
        if (uri=~"^sip:[EMAIL PROTECTED]") {
                strip(1);
                prefix("+49");
                rewritehost("172.17.2.35");
#               forward( 172.17.2.35, 5060 );
                route(1);
        }

Normally, i believe that when i run this code and i am
sending an INVITE from my user to a number e.g.
0771234567, the SER server should send this invite to
the IP 172.17.2.35. But i don't see this. The SER
responsds directly with a 404 NOT FOUND message. Do you have any idea of how i could solve the problem?

I am using Suse Linux and attached you can find my
configuration file.

Thank you all,

K.N.



____________________________________________________________________________________ Looking for earth-friendly autos? Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
http://autos.yahoo.com/green_center/
------------------------------------------------------------------------

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users


_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to