similar to: Externnotify on pollmailboxes=yes

Displaying 20 results from an estimated 600 matches similar to: "Externnotify on pollmailboxes=yes"

2008 Aug 17
1
pollmailboxes
1.6 UPGRADE.txt: > * If you use any interface for modifying voicemail aside from the built in > dialplan applications, then the option "pollmailboxes" *must* be set in > voicemail.conf for message waiting indication (MWI) to work properly. This > is because Voicemail notification is now event based instead of polling > based. The channel drivers are no longer
2008 Nov 23
1
Asterisk 1.6, IMAP Voicemail and externnotify
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have Asterisk sitting between the PSTN and a legacy PBX. Asterisk is doing some IVR work prior to forwarding calls to the PBX and it also acts as the voice mail server for the PBX, with Asterisk configured for IMAP storage. When a call comes in and the caller leaves a voice mail, the VoiceMail application calls the program configured in
2015 Jun 16
4
howto copy a voicemail message to another machine ?
My asterisk server is in the cloud. Figuring out how to send an email is too much brain damage. So i can't use the email feature that's built into voicemail. What I want to do is execute a remote command with the voicemail as an argument. The remote machine command would email the message. I'm thinking of: same =>n,VoiceMail(vm,u) same =>n,System(ssh myserver "emailVM
2011 Apr 06
2
voicemail call back loop
I have "externnotify = /var/lib/asterisk/agi-bin/vm_notify.pl" so that when someone is left a voicemail it will call the person's mobile phone and prompt them with the new message. The perl script simply originates a call to a persons mobile phone and connects it to their voicemail using VoiceMailMain. Problem is when user hangs up from checking their messages, it runs the
2008 Nov 20
2
A way to run extenrnotify when IMAP events take place...
I have IMAP voicemail working with Exchange 2003 using a single username and password for multiple mailboxes. Right now, I am setting up asterisk to use voicemail with my Cisco Call Manager (Which I detest BTW...) and I have everything working, EXCEPT: I cannot get my externnotify script to run when any changes have been made to the VoiceMail... Scenario: Bob gets a call -> Bob
2010 May 19
1
Asterisk and RFC 3261
Greetings List,Trying to interconnect with a new provider.. the require a?compliance?with?RFC 3261 ?so knowing less than needed about RFC documentations.. i would like to know if Asterisk is actually in compliance with?RFC 3261 or not..?Can any one help with this? Regards -- Tarek Sawah Integrated Digital Systems CCNA, MCSE, RHCE, VoIP USA: +1 347 562 2308
2008 Jan 17
1
IMAP client in asterisk not trying to contact IMAP server
I'm trying to test IMAP in 1.4.17 and it appears to be not working. I've compiled imap-2007 with the following on a CentOS 5 box: make slx EXTRACFLAGS="-I/usr/include/openssl -fPIC" and I've configured and compiled asterisk with the following: ./configure --with-imap=/usr/local/src/imap-2007 The compile and install went just fine, no warnings and no errors that I saw.
2010 Apr 09
0
[LLVMdev] passes after lowering‏
Hi, I need to perform some transformation after code was lowered. I think I need to do this in llc and use a MachinePass. However, it is unclear how. I am able to change the register allocator: llc -f -load XXX.so -regalloc=xxx foo.bc but I don't know how to just insert a different pass and pass new command options to llc. I found plenty of documentation about 'opt', but little
2010 Apr 16
2
Risk of corrupting open sources files
Hi, I have a situation where the files I'm backing up are written to every fifteen minutes or so. There's a good possibility that rsync will try to copy a file while it is being written into, and I'm wondering if there's any risk that the _source_ file will be damaged? I've seen similar posts about the target file, but my concern is the source. Additionally, would the writing
2005 Jul 10
1
VM Outcall: Rube Goldberg Edition
Resent to the list since I didn't think you would mind. Kevin wrote: > Eric, > > I have been using your vm outcall script for some time and it has worked > well. Thanks for your efforts. > > I am trying to re-install and I can't seem to get a call file generated. > I have set up postfix and in the log it appears that it pipes the > message to the vmoutcall
2011 Apr 27
2
asterisk practices
I just completed building a feature rich asterisk voicemail system using perl, php, and mysql. My only concern is that the system i built will not be able to handle the call volume needed. Let me start by explaining my setup. Incoming call -> route.agi (perl -> mysql lookup) -> AGI -> voicemailbox (using mysql odbc) or terminate with wrong number message if a message is left in a
2011 Jun 08
3
Asterisk 1.8 broken MWI
Hi ALL, After upgrade 1.8 my MWI wasn't working I do have setting in voicemail.conf. Do i need to do anything else to fix my MWI on polycom 501 ? It was working with 1.2 asterisk. pollmailboxes=yes -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110608/e1f59a92/attachment.htm>
2004 May 25
1
voicemail notify to external number
When a user has voicemail, I would like * to call the user at a pre-determined number (internal or external) and play a message that the user has voicemail, and then give the user the option to login to voicemail and pick up the message. I know about the externnotify feature, but I don't see a way to use it to accomplish what I want. I've checked the archives, etc., but I don't see
2008 Mar 21
1
Which command line is used to send emails to notify incoming voicemail ?
Hi, In exim4, I can see lines such as : mainlog.9:2008-03-12 08:53:28 1JZLmC-0000E7-0A <= root at foo.com U=root P=local S=43802 id=Asterisk-0-123413860-4174-2662 at ipbx-bs-60200 In my voicemail.conf, I see : ; If you need to have an external program, i.e. /usr/bin/myapp called when a ;externnotify=/usr/bin/myapp ; If you need to have an external program, i.e. /usr/bin/myapp called when a
2004 May 16
6
X100P problem with PSTN from BOLIVIA
Hi Please help! I have one X101P and TDM400P in my asterisk Box When i make a call from * to PSTN, everything goes Ok, When the PSTN hangups or * hangups, the busy tone is detected and * disconnects the channel without problems. The problem occurs when the call comes from PSTN. When * hangups, the other end (at pstn) does not hangup, it only presents silence. Please tell me how to solve this
2009 Jul 03
1
Zimbra IMAP authentication - SOLVED
Hello, everyone. No need to read this message. I'm posting for documentation for other poor, ignorant slobs like me who are struggling to pull together the many technologies to make converged networks happen. Hopefully, this will help save someone else the time I spent. I started the below email until I realized I had solved multiple parts of a compound problem but not all at the same time.
2004 Sep 27
5
Sending DTMF after recording new voicemail
I'm trying to use Asterisk for its voicemail capabilities while interfacing with a legacy Toshiba PBX. Is there a way to have Asterisk send a DTMF code to an extension to turn on the message waiting indicator light? When a user leaves a voicemail, I want Asterisk to pick up one of the lines attached to it, and then dial #63<ext>, which is what sets the message waiting indicator light
2013 Sep 28
1
problem to get MWI working
Hello, I am trying to get MWI working after integrating Asterisk with CCM.I have followed the instructions in http://www.voip-info.org/wiki/view/Asterisk+Cisco+CallManager+Voicemail+IntegrationMy problem is that I don't see externnotify's script being called at all in the logs, and not sure if I miss something here! In Voicemail general I addedpollmailboxes =
2010 Apr 28
1
[LLVMdev] machine pass
Hi, LLVM documentation is not clear. Is it possible to write a machine pass? I am trying to insert some machine code before the return instruction. ideally, I'd like a pass that runs the last one before generating assembly. How can this be done? Thank you, Dan _________________________________________________________________ Hotmail has tools for the New Busy. Search, chat and
2010 Apr 29
1
Strange Invite issue
Greetings List. I'm facing a strange issue with one of my providers.. after sending an INVITE request my server places the call on hold.. until the call is answered.. this is happening only with this provide although i have 3 other providers i route calls through.. can anyone explain what is going on? -- Tarek Sawah / Integrated Digital Systems / CCNA, MCSE, RHCE, VoIP / +1 347 562 2308