Displaying 4 results from an estimated 4 matches for "voicemailcontext".
Did you mean:
voicemail_context
2003 Oct 03
3
Message Waiting on Cisco 7940 does not work
I have a cisco 7940 with the following sip.conf config:
[Desk1.1]
type=friend
secret=******
defaultip=192.168.1.14
insecure=no
mailbox=102
callerid="Desk1.1"
qualify=500
canreinvite=no
context=extensions
host=dynamic
group=2
I do not get message waiting indicator (mwi) on this phone. Is the
another .conf file invilved in configuring this function other than the
mailbox=xxx in the
2004 Aug 01
1
Grandstream Message Waiting light
Can Asterisk light the message waiting light on a Grandstream BudgeTone
phone? If so please reply with any related configlets :-)
Thanks!
2004 Aug 22
1
Queue Calls without using the
...xtension?
Is there a better way to do this? What have you done in the past to
solve this type of issue?
[call-hold-queue]
exten => s,1,Background(willbeanswered-press1forvoicemail)
exten => s,2,Background(20seconds-of-music)
exten => s,3,Goto(call-hold-queue,s,1)
exten => 1,1,Goto(voicemailcontext,s,1)
Thanks for your help
Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040822/2b66af97/attachment.htm
2005 Mar 24
0
Re: IP-500 config
...serId above
type=friend
secret=<password> <-------- whatever you want, but the same as
auth.password above
callerid=<whatever>
host=dynamic <------------- If you're using DHCP, or the
address if it's static
dtmfmode=inband
mailbox=<mailboxnumber>@<voicemailcontext> <-------- should
correspond to setup in voicemail.conf
context=<context_name> <---------whatever you want, but you must
have it in extensions.conf - see below
disallow=all
allow=ulaw <------ or whatever codecs you want to use
5. In /etc/asterisk/extensions.conf...