similar to: Asterisk MWI and Realtime

Displaying 20 results from an estimated 7000 matches similar to: "Asterisk MWI and Realtime"

2006 Dec 04
1
mwi for voicemail not showing up for realtime config.
Hello ppl, Am using realtime odbc storage for voicemail, sip users/peers, static for extensions and so on. My issue is I am not getting MWI for any fones, even tho I've got rtcachefriends=yes in sip.conf WIth tcpdump, I always see the NOTIFY going as Messages-Waiting:.no Voice-Message:.0/0.(0/0) even tho there are legitimate voicemails in the INBOX path for that particular users in the
2011 Nov 23
1
MWI for non-subscribed Realtime peers?
Hi, I have an Asterisk behind an OpenSIPS proxy. The proxy handles registrations and also SIP SUBSCRIBE for MWI. The Asterisk are configured to send NOTIFY to the proxy even when the SUBSCRIBE haven't been received. I can configure a user in sip.conf that works: [az5134939706] type=friend host=xxx.xxx.xxx.xxx (IP of proxy) port=5060 nat=no mailbox=1234 at customer subscribemwi=no
2005 Aug 16
6
realtime caching
Can anyone shed some light on realtime caching? My desired behavior is that MWI works with realtime voicemail/sip/extensions AND updates to the database take place on the next call to the extensions. Right now I have rtcachefriends=yes, and MWI works, but updates to the database for a cached user seem to still require a reload. It is my understating that removing rtcachefriends will
2007 Dec 05
1
SIP-Realtime and sip reload
Hi, I use SIP-Realtime to store my SIP-users and I keep the informations about the SIP-Providers my Asterisk registers to in sip.conf. I'm running into the following problem. If I set rtcachefriends="yes" because I want to use MWI and run a "sip reload" because I changed something in sip.conf, Asterisk forgets about all registrations of the users which are all unavailable
2009 Aug 25
1
Realtime with "rtcachefriends=no" problems...
Hello there! I was testing Asterisk for the last two weeks using the Realtime driver for MySQL, and leaving "rtcachefriends=yes" configured to enable MWI. Today I started making additional tests with "rtcachefriends=no" because we will probably need to use Asterisk without this cache. For some strange reason, calls stop to get routed between the SIP clients. I've
2006 Jan 18
0
rtcachefriends and REALTIME + MWI
Hi, Is there something wrong with REALTIME (ARA) when used with rtcachefriends parameter? In my sip.conf (Asterisk 1.2.0): rtcachefriends=yes rtupdate=yes rtautoclear=yes Desired configuration is realtime configuration (via odbc) for SIP phones + MWI. Realtime means the following: when I make changes to db they should apply with no extra commands executed in CLI. In order to use MWI with
2006 Mar 21
4
Realtime SIP Persistency
I've been using realtime for sip users information. I noticed that when you are doing this, if you do a 'reload' or restart asterisk, the information in a 'sip show peers' goes away. When I do this, MWI stops working. I always though MWI used the astdb file ('database show') to determine where to send MWI but it must be using 'sip show peers' because when this
2015 Sep 16
4
Realtime Voicemail MWI
Greetings All, Regarding this archived post. http://lists.digium.com/pipermail/asterisk-users/2014-November/285169.html Did anyone ever find an solution to this? I've got a new box running 13.3.0 with the exact same issue. For those that don't read the link. I've got SIP Peers in realtime. All with a mailbox set. 98% of the time, These are loaded into asterisk without
2006 Mar 14
0
MWI & Asterisk Realtime Architecture
Hi Everyone, I am using real time asterisk architecture and have placed the following in sip.conf: [general] notifymimetype=text/plain checkmwi=10 rtcachefriends=yes but the MWI doesn't work?! Can anyone give me any pointers as to what the problem could be? Thanks ramin -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Oct 11
1
MWI Assistance
Hi, I'm struggling to get the MWI set up on a few Polycom phones. The setup is like this. I've got a few phones in the context called [company2_phones] and I've got a few mailboxes in the voicemail context [company2]. Therefore, for each entry in sip.conf (i'm actually using sip realtime if that makes a difference), i've entered "mailbox=1 at company2" (1 being
2005 Jul 11
2
Enabling rtcachefriends prevents phones from calling each other
With rtcachefriends = yes in sip.conf, my SIP phone registered to Asterisk Server A cannot dial another SIP phone registered to Asterisk Server B. The error message is: "Cannot create channel of type SIP (Cause 3 - no route to destination)". The two phones _can_ call each other if I set rtcachefriends = no. The common extensions.conf simply uses Dial(SIP/extension) to dial extensions.
2006 Apr 12
1
SIP MWI
If it's already been covered, please forgive the repetition. I searched Mantis, but couldn't come up with anything. We upgraded to Asterisk 1.2.6, and suddenly the Polycom MWI stopped working on SP IP 300s and 600s. All of them. I tried splitting the friend entries in sip.conf into user and peer. I made sure the context of the voicemail box was on the end of the mailbox option in
2011 Apr 06
1
MWI not working on most ATAs in Asterisk 1.6.2.17
We've had several customers report since upgrading them to our new Asterisk 1.6.2.17 server (from version 1.4), that their MWI no longer works. No significant changes have been made to their SIP configuration, nor to their ATA configuration. While not exhaustive, these are the ATAs that don't work: Linksys SPA2102 Linksys PAP2T-3.1.15 Thomson 780 Thomson 784 Unfortunately, this
2006 Dec 04
0
mwi for voicemail not showing up for realtimeconfig.
Here's a link to it: http://forums.digium.com/viewtopic.php?t=4363&highlight= Regards, Scott -----Original Message----- From: Scott Keagy Sent: Monday, December 04, 2006 5:05 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [asterisk-users] mwi for voicemail not showing up for realtimeconfig. A while back I posted a fully functional though somewhat elaborate
2010 Aug 03
1
sip.conf register in realtime DB
Hello list, scrambling different pieces of info together I've come with the following : I want to have my "register =>" statements in a MySQL-database, so I've made the following table. table ast_config : id 1 cat_metric 0 var_metric 0 commented 0 filename sip.conf category general var_name register var_val username:password at sip.provider.net In ext_config
2008 Feb 05
6
External MWI question for Asterisk
Hey there. I've been working on a project to integrate Asterisk with Exchange Unified Messaging via sipX using large parts borrowed from: http://blog.lithiumblue.com/2007/04/accessing-exchange-2007-unified_29.html ... and everything works surprisingly well. The one problem I have is MWI, or a lack thereof. Exchange 2007 doesn't support MWI of any kind (!), so I've been looking into
2006 Mar 13
1
MWI to 7960's sometimes delayed or lost. Please advise.
I have a large group of 7960G's running Asterisk 1.2.4 using SIP 7.5. Most of the time the message waiting indicator works fine. Once or twice a day either an MWI is not sent to the phone or the phone misses it. I have not noticed duplicates being sent and I can't figure out the time, if any, a resend is made. Anyone know why I'm missing, loosing or not sending an MWI to the
2005 Mar 04
1
SIP MWI and MySQL Realtime
I know that there are some patches being worked on to cache realtime users that might ultimately fix this problem, but until then, here is a little script that brings back the MWI when using the excellent mysql realtime architecture with sip: http://www.cheapnet.net/~mike/asterisk/send_mwi.txt This script relies on sipsak utility found at http://sipsak.berlios.de/ Download, rename to
2006 Mar 23
7
Ok... what is 'sip show peers' really used for?
I'd love to understand what the function of the peer list returned by 'sip show peers' is for, especially when Realtime is used. If I start Asterisk with realtime enabled, a 'sip show peers' yields none. As each peer (phone) registers, or a call is made to the peer, Asterisk adds them to the list returned by 'sip show peers'. Correct? Apparently Asterisk doesn't
2004 Dec 22
2
MWI not working on Polycom Phones
Hi All - I'm running version SIP version 1.3.4 on various IP300, IP500, and IP600 Polycom phones. I'm having a tough time with MWI. I thought I remembered somebody on the list saying that they had it working, but I can't find it in the archives now. I have all the phones configured for MWI as specified in the WIKI: ipdmid.cfg: up.oneTouchVoiceMail="1"