[Asterisk-Users] AAH out bound routing problem
ram
talk2ram at gmail.com
Fri Jan 27 21:06:01 MST 2006
Hi
i have added the Dial pattern as you said
1NXXNXXXXXX
9|.
NXXNXXXXXX
NXXXXXX
but still i get all circuits are busy now call later
ram
On 1/28/06, J.Raborg <jraborg at pcworldweb.net> wrote:
>
> Go to the
> setup/Outbound Routing <http://config.php/?display=8>/ pick the one you
> use for out must be 0 9out by default and add
> in the dial patterns 9|. <-including the dot
>
> Then try to dial 919197543700
>
> JR
>
>
> ram wrote:
>
> Hi rajeev
>
> i have posted the extension.conf before
> now iam posting extension_additional.conf
>
>
> [root at asterisk1 asterisk]# more extensions_additional.conf
> [globals]
> #include globals_custom.conf
> VM_PREFIX = *
> RINGTIMER = 15
> REGTIME = 7:55-17:05
> REGDAYS = mon-fri
> RECORDEXTEN = ""
> PARKNOTIFY = SIP/200
> OUT_2 = SIP/easycall
> OUTPREFIX_2 =
> OUTMAXCHANS_2 = 1
>
> OUTCID_2 = outside account
>
> OPERATOR =
> NULL = ""
> IN_OVERRIDE = forcereghours
> INCOMING = group-all
> FAX_RX_EMAIL = fax at mydomain.com
> FAX_RX = system
> FAX =
> DIRECTORY_OPTS =
> DIRECTORY = last
> DIAL_OUT = 9
> DIAL_OPTIONS = tr
> DIALOUTIDS = 2/
> CALLFILENAME = ""
> AFTER_INCOMING =
>
> [ext-local]
> include => ext-local-custom
> exten => 1000,1,Macro(exten-vm,1000,1000)
> exten => ${VM_PREFIX}1000,1,Macro(vm,1000)
> exten => 1000,hint,SIP/1000
>
> [outbound-allroutes]
> include => outbound-allroutes-custom
> include => outrt-001-longdistance
>
> [outrt-001-longdistance]
> include => outrt-001-longdistance-custom
> exten => _1NXXNXXXXXX,1,Macro(dialout-trunk,2,${EXTEN},)
> exten => _1NXXNXXXXXX,2,Macro(outisbusy) ; No available circuits
> exten => _NXXNXXXXXX,1,Macro(dialout-trunk,2,${EXTEN},)
> exten => _NXXNXXXXXX,2,Macro(outisbusy) ; No available circuits
> exten => _NXXXXXX,1,Macro(dialout-trunk,2,${EXTEN},)
> exten => _NXXXXXX,2,Macro(outisbusy) ; No available circuits
>
>
>
> ram
>
> On 1/27/06, Rajeev Natarajan <rajeevpn at gyantec.co.in> wrote:
> >
> > if you are using AAH, please post extensions.conf,
> > extensions_additional.conf - also send us more info on your phones.
> >
> > thanks
> > rajeev
> >
> >
> > ram wrote:
> > > Hi
> > >
> > > all of them thanks for the quick reply
> > >
> > > i was tried adding 9 as well as 00
> > > but i get number invalid if i put any of the digits
> > >
> > > what kind of config files need to post here to resolve the problem
> > >
> > > please assists
> > >
> > > ram
> > >
> > >
> > > On 1/27/06, *Michael Collins* < mcollins at fcnetwork.biz
> > > <mailto:mcollins at fcnetwork.biz>> wrote:
> > >
> > > Ram,
> > >
> > >
> > >
> > > On my AAH the stock dial plan requires a 9 first. For kicks, try
> > > dialing 919197543700 and see what you get.
> > >
> > >
> > >
> > > -MC
> > >
> > >
> > >
> > >
> > ------------------------------------------------------------------------
> > >
> > > *From:* asterisk-users-bounces at lists.digium.com
> > > <mailto:asterisk-users-bounces at lists.digium.com >
> > > [mailto:asterisk-users-bounces at lists.digium.com
> > > <mailto:asterisk-users-bounces at lists.digium.com > ] *On Behalf Of
> > *ram
> > > *Sent:* Friday, January 27, 2006 6:14 AM
> > > *To:* Asterisk Users Mailing List - Non-Commercial Discussion
> > > *Subject:* [Asterisk-Users] AAH out bound routing problem
> > >
> > >
> > >
> > > Hi all
> > >
> > >
> > >
> > > I have installed AAH 2.2 in my P4 PC
> > >
> > >
> > >
> > > following AAH handbook PDF and
> > http://mundy.org/blog/index.php?p=62#amp
> > >
> > >
> > >
> > > and made as per the guide says
> > >
> > >
> > >
> > > and downloaded SJ Phone, and registered user
> > >
> > >
> > >
> > > and when i try to dial the 19197543700
> > >
> > >
> > >
> > >
> > > i get message that, all circuits are busy now, please try your
> > call
> > > later
> > >
> > >
> > >
> > > and when i see in the console i get this mesage
> > >
> > >
> > >
> > > any help
> > >
> > >
> > >
> > > Called easycall/19197543700
> > > -- Got SIP response 488 "Not acceptable here" back from
> > (PeerIP)
> > > -- SIP/easycall-838e is circuit-busy
> > >
> > >
> > >
> > > ram
> > >
> > >
> > > _______________________________________________
> > > --Bandwidth and Colocation provided by Easynews.com<http://easynews.com/>
> > > < http://easynews.com/> --
> > >
> > > Asterisk-Users mailing list
> > > To UNSUBSCRIBE or update options visit:
> > > http://lists.digium.com/mailman/listinfo/asterisk-users
> > >
> > >
> > >
> > >
> > >
> > ------------------------------------------------------------------------
> > >
> > > _______________________________________________
> > > --Bandwidth and Colocation provided by Easynews.com<http://easynews.com/>--
> > >
> > > Asterisk-Users mailing list
> > > To UNSUBSCRIBE or update options visit:
> > > http://lists.digium.com/mailman/listinfo/asterisk-users
> > _______________________________________________
> > --Bandwidth and Colocation provided by Easynews.com<http://easynews.com/>--
> >
> > Asterisk-Users mailing list
> > To UNSUBSCRIBE or update options visit:
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> >
>
> ------------------------------
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com <http://easynews.com/> --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com <http://easynews.com/>--
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060127/24d78de7/attachment.htm
More information about the asterisk-users
mailing list