search for: vm_context

Displaying 6 results from an estimated 6 matches for "vm_context".

Did you mean: kvm_context
2005 Jul 10
1
VM Outcall: Rube Goldberg Edition
...=========================================================================== Here is the vm-notify.pl script: =========================================================================== #!/usr/bin/perl -w use Fcntl; use Fcntl ":flock"; $dial_context="local-access"; ($vm_box, $vm_context) = $ARGV[1] =~/(.*)\@(.*)/; $current_vm_context = ""; if(!sysopen($vm_conf_file_handle, "/etc/asterisk/voicemail.conf", O_RDONLY)) { printf("Cannot open /etc/asterisk/voicemail.conf!\n"); exit(1); } while($vm_conf_line = <$vm_conf_file_handle>) { chomp...
2005 Feb 07
1
Remote MWI via IAX?
We have a couple of Asterisk boxes with one being the main system with everyone's voicemail and the other a slave used merely to link a couple of remote phones to the main system using IAX. How can one propagate message waiting indication from the main system to the remote phones? g.
2016 Jul 12
2
Asterisk 13 MWI
I am still a little confused about how to activate MWI with PJSIP on Asterisk 13.9.1. I use realtime for configuration. So far I have tried setting both the mailboxes field on ps_endpoints and the mailboxes field in ps_aors but I cannot get the indicator lamp to blink on any of my phones (Digium, Aastra and Yealink). I have tried just the number of the mailbox and also adding the context.
2014 Nov 19
1
Upgraded to 13 and now "Mailbox" is empty in sip show peers
Using realtime for SIP. Using standard DB schema. Tried mailbox as varchar(50) and bigint(10) "sip show peer XXX" shows "Mailbox: " (empty) So MWI isn't working This happened before when we tried to go up to 1.8, so we stayed at 1.4 We're forced to go to 13 now. Obviously a lack of MWI is a big issue for 500 units. Any idea why we're not getting it? We're
2005 May 25
1
Remote Voicemail Notifier / enter Dialplan on SIP Register
...e). Servers can be dyanmic (host=dynamic) as well as static. In the sip.conf or iax.conf for each device there is a change to the mailbox= argument. Note that the mailbox=<user> still works for locally served mailboxes. For remote mailboxes the format is this: mailbox=<user>:<vm_context>@<iax_peername_of_VMserver> so in the example above, it would look like this sip.conf [1000] type=friend host=dynamic mailbox=1000:default@vm-srv-001 where 'vm-srv-001' is the entry in the iax.conf for the central voicemail server. This configuration does not include automatic...
2011 Apr 08
9
send voicemail to multiple emails
Is there a way for asterisk's voicemail to send an email (including voicemail attachment) to multiple email addresses? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110408/8908db5f/attachment.htm>