[Asterisk-Users] using the i extension
Florian Effenberger
floeff at arcor.de
Tue Mar 8 11:48:28 MST 2005
Hi Steven
> Then next step is to include your config files so we aren't just
> guessing at your problem.
I'm just at the beginning, so please don't be schocked about my first
rudimentary configuration. :-)
Here it comes:
===
[general]
static=yes
writeprotect=yes
[bogon-calls]
exten => _.,1,Congestion
[macro-nomailbox]
exten => s,1,Dial(SIP/${ARG1},30,Tt)
exten => s,102,Busy
[macro-mailbox]
exten => s,1,Dial(SIP/${ARG1},30,Tt)
exten => s,2,Voicemail(u${ARG1})
exten => s,102,Voicemail(b${ARG1})
exten => s,103,Hangup
[from-sip]
exten => 2000,1,Macro(nomailbox,2000)
exten => 2001,1,Macro(nomailbox,2001)
;exten => 9999,1,VoicemailMain(${CALLERIDNUM})
include => parkedcalls
exten => i,1,Answer
exten => i,2,Playback(pbx-invalid)
exten => i,3,Hangup
===
My problem is as well described on
http://www.voip-info.org/wiki-Asterisk+i+extension
Thanks
Florian
More information about the asterisk-users
mailing list