Displaying 2 results from an estimated 2 matches for "vm_password".
Did you mean:
sm_password
2007 Oct 04
2
Voicemail/dtmf not working?
...on my Ubuntu desktop machine. My asterisk
server and client phone are on different computers but are on the same
LAN, i.e. no NAT.
I have an "echo test" extension which works fine. But when I try to call
into my voicemail account using 8100, I do not hear the first "Playing
'vm_password'" message (although do I hear the subsequent messages). And
any numbers I enter on the ekiga keypad do not seem to be recognised by
asterisk (I enabled debug rdp and rfc2833 packets appear to be
transmitted and received). The softphone is set up to use RFC2833 for DTMF.
I have a single...
2017 Apr 17
3
Voicemail asking for login
...same => n(VoiceMail),Set(CDR(userfield)=VoiceMail)
same => n,Verbose(0,${CALLERID(all)} going into voice mail for
%ACCOUNT%)
same => n,Set(_ACCOUNT=%ACCOUNT%)
same => n,VoiceMail(%ACCOUNT%@VoiceMail,u)
same => n,Hangup()
And for voicemail.conf:
%ACCOUNT% => %VM_PASSWORD%,%NAME%,%LOGIN%@Vex.Net
Here is the sip.conf template:
[%ACCOUNT%](client-phone)
secret=%PASSWORD%
callerid=%NAME% <%CLID%>
mailbox=%ACCOUNT%@VoiceMail
context=%CONTEXT%
Every user gets set up using these templates so I know that everyone is
identical other than the '%' variables...