[Asterisk-Users] Goto and E1 line

Jeremy SALMON jeremy.salmon at giganet.ma
Sat Mar 19 05:15:56 MST 2005


Hi,

I have a server with 2 TE110P cards. 1 card is plugged to telco line, 
another card is plugged with a Hicom PBX.

I want to send some call to VoIP phones and all other to my PBX.

I don't known how to make my dialplan :

===========Extensions.conf==========
[incoming_call]
exten => 090200000,1,Goto(callcenter,100,1)
exten => 022956353,1,Goto(callcenter,100,1)
exten => 022956388,1,Goto(callcenter,100,1)
exten => 022956355,1,Goto(callcenter,101,1)
exten => s,1,Goto(go_to_pbx,200,1)

[callcenter]
exten => 100,1,Answer
exten => 100,2,SetMusicOnHold(default)
exten => 100,3,DigitTimeout,5
exten => 100,4,SetVar(QUEUE_PRIO=5)
exten => 100,5,Background(welcome)
exten => 100,6,Queue(hotline)  ;VoIP Phones

exten => 101,1,Answer
exten => 101,2,SetMusicOnHold(default)
exten => 101,3,DigitTimeout,5
exten => 101,4,SetVar(QUEUE_PRIO=10)
exten => 101,5,Background(welcome_privilege)
exten => 101,6,Queue(hotline) ; VoIP Phones

[go_to_pbx]

HERE I DON'T KNOWN HOW TO DIAL MY HICOM PBX :( AND SEND THE GOOD DIALED 
NUMBER....

=================================

Someone can help me please?

Thanks



More information about the asterisk-users mailing list