Displaying 3 results from an estimated 3 matches for "opervm".
2009 May 21
1
interruption in queue
HI,
I want to allow user to press 0 to the voicemail if the user don't
want to wait in the queue. Below is what I set but it doesn't work.
Anyone can help? ango
file: features.conf
[applicationmap]
opervm => 0,self/both,Macro,opervm
file: extensions.conf
...
exten => 5555,n(queue),Set(DYNAMIC_FEATURES=opervm)
exten => 5555,n,Queue(5555|tThH|||180)
...
[macro-opervm]
exten => s,1,NoOp(--openvm--)
exten => s,n,VoiceMail(3634 at default,u)
exten => s,n,Hangup
2007 Aug 10
2
Pickup command
...kup(${EXTEN:2})
This works as expected when someone dials an extensions number and I
can get the call. The problem I have is that when a call enters my
welcome menu and does not press anything there is a timeout that sends
them to the recepcionist. The rule is:
exten => t,1,Macro(stdexten,${OPERVM},${OPER})
${OPERVM} and ${OPER} are set to the mailbox and sip device of the
receptionist. How can I directly pick up that call? I stopped using
the default *8 because the client kept picking up calls that they did
not intend to so I need to make it specific.
--
Telecomunicaciones Abiertas de...
2009 May 21
0
Writing Hangup causes to CDR record
...f2boe5bec86b81bb44a8 at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
HI,
I want to allow user to press 0 to the voicemail if the user don't
want to wait in the queue. Below is what I set but it doesn't work.
Anyone can help? ango
file: features.conf
[applicationmap]
opervm => 0,self/both,Macro,opervm
file: extensions.conf
...
exten => 5555,n(queue),Set(DYNAMIC_FEATURES=opervm)
exten => 5555,n,Queue(5555|tThH|||180)
...
[macro-opervm]
exten => s,1,NoOp(--openvm--)
exten => s,n,VoiceMail(3634 at default,u)
exten => s,n,Hangup
---------------------...