[Serusers] Ser + Asterisk

Ahmed Boreau ahmed.boreau at esmt.sn
Thu Nov 18 14:32:26 CET 2004


Hi,

I need help. I'm actually trying to set up ser+asterisk which are actually 
working separately.
By now, I want to let asterisk receiving ser calls.

I add these commands into ser.cfg

         if(method=="INVITE"){
                 if (uri=~"^sip:1[0-9]{10}@*") {
                         log(1,"Forwarding to Asterisk\n");
                         rewritehostport("10.0.0.13: 5061");
                         t_relay();
                         break;
                 }
         }


What could I need to do into sip.conf at * side.

Thanks in advance





More information about the sr-users mailing list