keywords: ip pbx voip gateway gsm gateway

×

Notice

The forum is in read only mode.
× Questions about D110/210/410 T1/E1/J1 PRI Cards

E1 Grouping Trunk for Outgoing Call

13 years 8 months ago #6054 by samsalim
Hi Support,

I want to ask about operating and configuring Asterisk, how to programming D410P for this purpose:
- When customer dial 912345 => go to group-1 channel 1-62
- Customer dial 9678910 => go to group-2 channel 63-124
Is it like this at /etc/asterisk/zapata.conf ?
group=1signalling=pri_cpechannel => 1-15,17-31,32-46,48-62group=2 signalling=pri_cpe channel => 63-77, 79-93,94-108,110-124

And I make Outbound Route with trunk g1 and g2 ?

Please give me illumination :)

i] Last edited by samsalim at 2010-9-9 19:36 [/i
13 years 8 months ago #6055 by Denins.Den
You should do this in dialplan(extensions.conf)
for example:

exten => _91., 1, Dial(dahdi/g1/${EXTENT})
exten => _91., n, Hangup

exten => _96., 1, Dial(dahdi/g1/${EXTENT})
exten => _96., n, Hangup
Time to create page: 0.028 seconds
Powered by Kunena Forum