Turbo Fredriksson wrote:
> I can't seem to get the [s]tart to work in my extensions...
>
> ----- s n i p -----
> [default]
> exten => s,n,Goto(s-${DIALSTATUS},1)
> exten => s-BUSY,1,Voicemail(${EXTEN}, b)
>
>   
The extensions 's' needs to start with a priority of 1.  For example:



exten => s,1,Answer()
exten => s,n,Wait(1)
exten => s,n,Goto(s-${DIALSTATUS},1)
exten => s-BUSY,1,Voicemail(${EXTEN}, b)


Doug


-- 
Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety."



_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to