[Serusers] Call rout to PSTN gw

Kamran Ahmad p_kami at yahoo.com
Tue Apr 12 11:48:12 CEST 2005


hello

i have a simple problem i am trying to rout my call to
PSTN gateway but it is not working

but i cant receive any request on gateway

route {

     #
-----------------------------------------------------------------
     # Sanity Check Section
     #
-----------------------------------------------------------------

     if (!mf_process_maxfwd_header("10")) {
             sl_send_reply("483", "Too Many Hops");
             break;
     };

     if (msg:len > max_len) {
             sl_send_reply("513", "Message Overflow");
             break;
     };

     #
-----------------------------------------------------------------
     # Record Route Section
     #
-----------------------------------------------------------------

        if (method=="INVITE") {
                rewritehostport("gwIP:5060");
                break;
        };


     if (method!="REGISTER") {
                save("location");
             record_route();
     };
}



		
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/




More information about the sr-users mailing list