Displaying 3 results from an estimated 3 matches for "officevm".
Did you mean:
office
2005 May 19
1
HasNewVoicemail not being called if user hang up after leaving VM ??
Hi,
it seems if a user leaves voicemail and hangs up the call when done, then
HasNewVoicemail never gets called on the next line in the context.
However if they press # to finish their VM, then it moves to
HasNewVoicemail and this
works?
eg:-
......
exten => 2002,3,VoiceMail(u${OFFICEVM})
exten => 2002,4,HasNewVoiceMail(2002)
......
exten => 2002,105, do something cos vm has been left.
I'm using 1.0.7
thanks
Mike
2005 Oct 10
0
Realtime Extensions - DB concepts
...realtime
extensions.
DB schema as follows:
uniqueid, context, exten_id, priority, application, application_data
Primary key is uniqueid with an compound index of context and exten_id
data looks something like this:
xxxxx, sip, 5555551212, 1, SetVar,ext=${EXT}
xxxxx, sip, 5555551212, 1, Goto, officevm|2|1
The database is MySQL
pretty stock layout you say
the first set of inserts goes correctly
Now here's where it get's tricky.
let's say we want to update an extension. The simple way is construct a
new pair of records you say and do a "REPLACE INTO" operation on the D...
2005 Jun 30
7
Voicemail => SMS
Hi
I have been trying for a while to find a way to get an SMS send when I
receive a voicemail into my asterisk system. I don't want to send an
SMS if the caller doesn't leave a message. I have voicemail.conf set
up to email and delete.
302 => 302,Website Sales,sip@example.com,,attach=yes|delete=yes
However I can't seem to find a way to test is a message is left. I
have tried