[asterisk-users] local channels
Alex Balashov
abalashov at evaristesys.com
Mon Nov 9 09:51:29 CST 2009
Jerry Geis wrote:
> I am using the AMI to dispatch (2) calls to Local/my_priority at my_context
> where:
> [my_context]
> exten => my_priority,1,Answer()
> exten => my_priority,n,Dial(${LOCAL_DIAL})
>
> and LOCAL_DIAL has the actual phone number to dial.
>
> The first call goes through just fine and I see DAHDI/1/XXXX being
> called. The second call I see
> DAHDI/2/XXXX and a message about everyone is busy on congested.
>
> I presume I can have more than one local channel active? My AMI channel
> line is:
> Channel: Local/my_priority at my_context for both calls. I have a Variable
> with the LOCAL_DIAL set.
That is correct.
It sounds like your need to make sure you're using the same trunk
group within DAHDI over and over:
Dial(DAHDI/1/${LOCAL_DIAL})
--
Alex Balashov - Principal
Evariste Systems
Web : http://www.evaristesys.com/
Tel : (+1) (678) 954-0670
Direct : (+1) (678) 954-0671
More information about the asterisk-users
mailing list