search for: dialextension

Displaying 4 results from an estimated 4 matches for "dialextension".

2004 Oct 05
2
Long pause between menus
...networkeng,s,1) ; Goto Network Engineering menu exten => 3,1,Goto(ftidoe,s,1) ; Goto FTIDOE Menu exten => 4,1,Goto(customerservice,s,1) ; Goto Customer Service menu exten => 8,1,Directory(default,default) ; Dial by name exten => 9,1,Goto(dialextension,s,1) ; Enter an extension exten => *,1,Goto(mainmenu,s,4) ; Repeat exten => #,1,Goto(6000,1) ; Voice Mail System ; [chillywall] ; Main menu option 1 include => default exten => s,1,Background(fti_menu_chillywall) exten => 1,1,Goto(610...
2008 Apr 24
1
No CallerID Transfer Problem
...erid=no" and all would be well, but this didn't do any good. After playing a bit longer I just set the following: exten => 900,2,set(CALLERID(num)="606-555-1212") exten => 900,3,set(CALLERID(name)="Outside Call") exten => 900,4,Dial(${DIALEXTENSIONS},${RINGTIMER},${DIAL_OPTIONS}) Now all works well. So is there another option somewhere to keep asterisk from killing a transfer without callerid? This happened on both 1.4.17 & 1.4.18.1. Thanks, Ken -------------- next part -------------- An HTML attachment was scrubbed... URL: http://l...
2004 Apr 07
0
Struggling with ISDN4Linux and Asterisk config
...1) exten => fax,1,Goto(fax|1|1) ; print the fax exten => s,2,Answer exten => s,3,Wait(1) exten => s,4,SetMusicOnHold(default) exten => s,5,DigitTimeout,5 exten => s,6,ResponseTimeout,10 exten => s,7,Background(introspect/welcome) exten => s,8,Background(introspect/dialextension) exten => s,9,Background(silence/2) exten => s,10,Dial(Zap/10&Zap/7,20,t) ... etc. When I dial into the PBX I get the following from Asterisk: -- Executing Wait("Modem[i4l]/ttyI0", "1") in new stack -- Executing Answer("Modem[i4l]/ttyI0", "&q...
2008 May 22
0
SIP configuration issues
...unktollfree include => iaxprovider [default] include => pickup [pickup] exten => XXXXXXXXXX,1,Goto(office|s|1) exten => s,1,Goto(office|s|1) [office] exten => s,1,Wait,1 exten => s,2,Answer exten => s,3,Wait,1 exten => s,4,Background(main-intro) exten => s,5,Background(dialextension) exten => s,6,Wait,1 exten => s,7,Background(forsales) exten => s,8,Background(press1) exten => s,9,Wait,1 exten => s,10,Background(fortechsupport) exten => s,11,Background(press2) exten => s,12,Wait,1 exten => s,13,Background(forallotherinquiries) exten => s,14,Backgroun...