Displaying 1 result from an estimated 1 matches for "a10ringtones".
2009 Oct 15
1
Callpickup works for outside calls but not inside calls
...l,1,Goto(a10pub,7999,1)
[a10pub]
; Public access - BE SURE there is no outbound access from here, e.g.,
; Background() functions will jump to any valid extension entered
; whether or not it is listed in the menu
; Terry Keeley
exten => 612,1,Set(__VM=612) ; VoiceMail ID
exten => 612,n,Gosub(a10ringtones,internal,1)
exten => 612,n,Macro(common,SIP/tkeeley,1,a10)
; 1 for VM, a10 VM context, no followme, ring for default seconds
exten => 8612,1,VoiceMail(612 at a10,u)
exten => 7612,1,VoiceMailMain(612 at a10)
exten => 7612,n,Hangup()
; Joe Intrabartola
exten => 613,1,Set(__VM=613)
ext...