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
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to