Andrew Thompson schrieb:
Stefan Gofferje wrote:
[private_huntgroup_day]
exten => s,1,Dial(Local/[EMAIL PROTECTED]&Local/[EMAIL PROTECTED],15,rt)
exten => s,2,Wait(1)
exten => s,3,Dial(Local/[EMAIL PROTECTED]&Local/[EMAIL PROTECTED]&Local/[EMAIL PROTECTED],20,rt)
exten => s,4,Voicemail(u810920) exten => s,5,Hangup exten => s,104,Voicemail(b810920) exten => s,105,Hangup
I'll be playing around with Local/ some in the next few days(now that I more understand what it's for).
I had a thought about your problem. Given the dialplan above, have you tried adding a Wait(15) to extension [EMAIL PROTECTED], so it doesn't start processing right away?
You could encapsulate it using something like:
[delayedinternal] exten => _.,1,Wait(15) exten => _.,2,Dial(Local/<fill with appropriate variable>@internal,20,rt)
Note: I haven't tried this, and it might be utter malarky, but it seems logical, to me anyway. Also, please excuse any linebreaking that may have occured in my example.
-- Andrew Thompson http://aktzero.com/ http://dev.asteriskdocs.org/ _______________________________________________ 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
