Displaying 1 result from an estimated 1 matches for "p1_vm_context".
2004 Apr 15
0
external voicemail access - solved (mostly)
...3,Hangup
[macro-checkmessage]
exten => s,1,VoiceMailMain2(${ARG1})
exten => s,2,Hangup
In the inbound context I do the following (xxxxxxx is the rest of the
phone number):
[line-in]
exten => xxxxxx1638,1,Dial(${P1}&${P2}&${P3},25,Tr)
exten => xxxxxx1638,2,Macro(vm,${P1_VM},${P1_VM_CONTEXT})
exten => xxxxxx1638,3,Hangup
exten => *,1,Macro(checkmessage,${P1_VM})
exten => i,1,Macro(vm-nogreet,${P1_VM},${P1_VM_CONTEXT})
This does everything in a fairly general way. However, if anyone knows
how to address my points above this could be done much cleaner in a
single macro (and...