Thread: [OpenSIPStack] EnumLookup in Opensbc
Brought to you by:
joegenbaclor
From: Yogesh C. <ych...@gm...> - 2008-01-15 06:06:31
|
Hi, My basic question is how Opensbc access the ENUM server, The real question is whether a PBX can be setup to use the local ISP to do ENUM lookups or does it need to speak to the ENUM server directly. Yogesh |
From: <jo...@op...> - 2008-01-15 14:55:50
|
Yogesh Chaturvedi wrote: > Hi, > > My basic question is how Opensbc access the ENUM server, > OpenSBC will query an enum server if there is a route record that points a dialstirng to an enum server Example: [sip:12127773456*] enum:e164.org > The real question is whether a PBX can be setup to use the local ISP to do > ENUM lookups or does it need to speak to the ENUM server directly. > It depends. If your ISP can interpret tel-uris and look it up with a public enum server then the PBX need not resolve the uri. Example: INVITE tel:+1212-777-3456 SIP/2.0 > Yogesh > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > |
From: Yogesh C. <ych...@gm...> - 2008-01-18 04:38:22
|
hi, Thanks for reply , One confusion here In Opensbc case, there is a setting for what the base domain name is (i.e. e164.org) that we give in B2BRoute setting page . But is there also the ability to set the DNS servers to use (in Opensbc)? Second question : Suppose it is based on ISP functionality, and isp provide me this functionality, and i am calling a number , first i want to resolve it by enumLookup and if fail then call go to my Voip Provider. But i am not giving any domain name in my B2BRoute page setting then how OpenSbc behave in this situation , how Opensbc come to know base domain name and where we define it. Thanks in advance Yogesh On 1/15/08, jo...@op... <joe...@gm...> wrote: > > Yogesh Chaturvedi wrote: > > Hi, > > > > My basic question is how Opensbc access the ENUM server, > > > > OpenSBC will query an enum server if there is a route record that points > a dialstirng to an enum server > > Example: [sip:12127773456*] enum:e164.org > > > > The real question is whether a PBX can be setup to use the local ISP > to do > > ENUM lookups or does it need to speak to the ENUM server directly. > > > > It depends. If your ISP can interpret tel-uris and look it up with a > public enum server then the PBX need not resolve the uri. > > Example: INVITE tel:+1212-777-3456 SIP/2.0 > > > Yogesh > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Joegen E. B. <joe...@gm...> - 2008-01-18 04:59:17
|
Yogesh Chaturvedi wrote: > hi, > > Thanks for reply , One confusion here > > In Opensbc case, there is a setting for what the base domain name is (i.e. > e164.org) that we give in B2BRoute setting page . But is there also the > ability to set the DNS servers to use (in Opensbc)? > e164.org is the A record for the enum server > Second question : > > Suppose it is based on ISP functionality, and isp provide me this > functionality, and i am calling a number , first i want to resolve it by > enumLookup and if fail then call go to my Voip Provider. But i am not giving > any domain name in my B2BRoute page setting then how OpenSbc behave in this > situation , how Opensbc come to know base domain name and where we define > it. > [sip:12127773456*] enum:e164.org, sip:yourprovider.net This means try enum first, then failover to my provider > Thanks in advance > Yogesh > > > On 1/15/08, jo...@op... <joe...@gm...> wrote: > >> Yogesh Chaturvedi wrote: >> >>> Hi, >>> >>> My basic question is how Opensbc access the ENUM server, >>> >>> >> OpenSBC will query an enum server if there is a route record that points >> a dialstirng to an enum server >> >> Example: [sip:12127773456*] enum:e164.org >> >> >> >>> The real question is whether a PBX can be setup to use the local ISP >>> >> to do >> >>> ENUM lookups or does it need to speak to the ENUM server directly. >>> >>> >> It depends. If your ISP can interpret tel-uris and look it up with a >> public enum server then the PBX need not resolve the uri. >> >> Example: INVITE tel:+1212-777-3456 SIP/2.0 >> >> >>> Yogesh >>> >>> >> ------------------------------------------------------------------------- >> >>> Check out the new SourceForge.net Marketplace. >>> It's the best place to buy or sell services for >>> just about anything Open Source. >>> >>> >> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >> >>> _______________________________________________ >>> opensipstack-devel mailing list >>> ope...@li... >>> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >>> >>> >>> >>> >>> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |