Re: [OpenSBC] Enum routinng in Opensbc
Brought to you by:
joegenbaclor
|
From: Joegen E. B. <joe...@gm...> - 2007-11-12 08:23:24
|
Dinesh, Use a comma delimited list for your route instead of having separate route entries. The sample route below will allow you to route to enum, then to 192.168... and finally to gafachi. [sip:*] enum:mydomain.com, sip:192.168.96.112, sip:gafachi.com HTH Joegen Dinesh Dialani wrote: > Hi, > > I want to configure OpenSBC such that it first call using enumlookup > and if it fails then > it should call through voip provider. > > I have done setting in B2BUA Route section as : > > [sip:*] enum: mydomain.com <http://mydomain.com> //First Preference : > > [sip:*@192.168.96.112 <mailto:sip:*@192.168.96.112>] > sip:sip.gafachi.com <http://sip.gafachi.com> //Second preference if > first get failed: > > When I dial a number that is not in DNS, OpenSBC tries to resolve it 3 > times and then gives response "NO SUCH NAME" and then > create a INVITE request As: > > SIP/SDPRequest: INVITE enum:141...@e1... > <mailto:enum:141...@e1...> > > and send it to my DNS server. > > how can i achieve that in case of enumLookup fails it should send > request using my voip Provider. > > Thanks in Advance > > Dinesh > > > > > ----- Original Message ----- > > > From: "Joegen E. Baclor" <joe...@gm... > <mailto:joe...@gm...>> > > > To: < ope...@li... > <mailto:ope...@li...>>; > > <sub...@wi... <mailto:sub...@wi...>> > > > Sent: Thursday, September 20, 2007 2:57 PM > > > Subject: Re: [OpenSBC] Enum routinng in Opensbc > > > > > > > > > > Try this in B2BUA Route > > > > > > > > [sip:1111*] enum:e164.org <http://e164.org> > > > > > > > > This means you want to resolve 1111 using e164.org > <http://e164.org> enum server. > > > > > > > > Joegen > > > > > > > > > > > > sub...@wi... <mailto:sub...@wi...> wrote: > > > > > Hi, > > > > > Has anybody worked with ENUM routing in opensbc?? If so, kindly > > > > > provide the details of implementation. > > > > > > > > > > Regards, > > > > > Subha, > > > > > Wipro Technologies, > > > > > Bangalore > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > This SF.net email is sponsored by: Microsoft > > > > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > _______________________________________________ > > > > > Opensipstack-osbcdevel mailing list > > > > > Ope...@li... > <mailto:Ope...@li...> > > > > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > No virus found in this incoming message. > > > > > Checked by AVG Free Edition. > > > > > Version: 7.5.487 / Virus Database: 269.13.25/1018 - Release Date: > > > 9/19/2007 3:59 PM > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > This SF.net email is sponsored by: Microsoft > > > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > <http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/> > > > > _______________________________________________ > > > > Opensipstack-osbcdevel mailing list > > > > Ope...@li... > <mailto:Ope...@li...> > > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ------------------------------------------------------------------------ > > _______________________________________________ > Opensipstack-osbcdevel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel > > ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.503 / Virus Database: 269.15.20/1107 - Release Date: 11/3/2007 11:22 AM > |