This is what I had in an early test with ser and this worked ok to a Cisco VOIP GW.
# ------------------------- request routing logic -------------------
# main routing logic
route{
# initial sanity checks -- messages with # max_forwards==0, or excessively long requests if (!mf_process_maxfwd_header("10")) { sl_send_reply("483","Too Many Hops"); break; }; if ( msg:len > max_len ) { sl_send_reply("513", "Message too big"); break; };
##THIS IS WHERE I START TO ADD MY ROUTING###
##############INTERNAL ROUTING################ #HERE I WILL START 'INTERNAL' PLANS I WILL SPLIT IT INTO DOMAINS
#LABBOX-A.VOIP.LAB DOMAIN INTERNAL ROUTING FOR #routing to E2 PBX if (uri=~"^sip:20[0-9]@labbox-a.voip.lab") { forward( 10.96.1.49, 5060 ); break; };
-----Original Message----- From: serusers-bounces@lists.iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Davidson, Michael D Sent: Friday 21 May 2004 19:38 To: serusers@lists.iptel.org Subject: [Serusers] New SER installation
I just installed the ser software on a Solaris machine for the first time. I have it up and running and I can route between registered devices but I can not get it to send the Invite out to a gateway. I've tried using several different versions of examples from the admin guide but nothing seems to work. Can anyone give me any suggestions or send me a basic cfg file that I can use? Thanks.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
This message has been checked for all known viruses by the CitC Virus Scanning Service powered by SkyLabs. For further information visit http://www.citc.it