Tony Kava
2003-Nov-24 12:01 UTC
[Asterisk-Users] Picking an open channel (FXO port) for outbo und calls
Thanks to everyone for your quick responses to this question. I'm very
excited about the Asterisk project, and the growing community seems to be
very active these days. Hopefully when the time comes for our county's
transition to VoIP we may be able to go for an Asterisk-based solution.
--
Tony Kava
Network Administrator
Pottawattamie County, Iowa
-----Original Message-----
From: Brancaleoni Matteo [mailto:mbrancaleoni@espia.it]
Sent: Monday, 24 November, 2003 12:12
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] Picking an open channel (FXO port) for
outbound calls
hi.
use groups :)
zapata.conf
group=1
signalling=blah
channel=1-2
etc etc
then in extension.conf, just use
exten => _9.,1,Dial(Zap/g1/${EXTEN:1},90,Tt)
or better, add in globals section
TRUNK=Zap/g1
and
exten => _9.,1,Dial(Zap/${TRUNK}/${EXTEN:1},90,Tt)
in outbound context
matteo
Il lun, 2003-11-24 alle 18:45, Tony Kava ha scritto:> Greetings:
>
> I did some quick searching of my history of this list, and I tried a
> quick Google search as well, but perhaps someone on the list can
> quickly answer this question. I have a very nicely working Asterisk
> system at home with two Digium X100P FXO cards. When my SIP phones
> want to dial-out I have them setup to grab the first analog card
> (Zap/1) with the following extensions.conf segment:
>
> ==== snippet ===>
> ; Outbound
> exten => _9.,1,Dial(Zap/1/${EXTEN:1},90,Tt)
> exten => _9.,2,Macro(fastbusy)
> exten => _9.,102,Macro(fastbusy)
>
> ==== /snippet ===>
> Zap/1 and Zap/2 are analog phone lines. What is the best method of
> picking an open line when someone tries to dial-out? i.e. if Zap/1 is
> in use how can I instruct Asterisk to use Zap/2 and vice versa? I know
> complex methods of making this happen, but I'm sure there is a very
> simple way to accomplish this task.
>
> Thanks.
>
> --
> Tony Kava
> Network Administrator
> Pottawattamie County, Iowa
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
--
Brancaleoni Matteo <mbrancaleoni@espia.it>
Espia - Emmegi Srl
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
