Displaying 20 results from an estimated 10000 matches similar to: "sending MWI to a none local client"
2003 Nov 28
0
Re: Resend: Help for oh323
Michael,
Thanks a bunch, I downloaded from inaccessnetworks.com thinking that it is
the latest :). Ok I will upgrade it. just for the record, following worked.
exten => _87.,1,Dial(OH323/H323:${EXTEN:1}@16.52.153.206)
Cheers
Sathya
Date: Fri, 28 Nov 2003 11:28:59 +0200
From: Michael Manousos <manousos@inaccessnetworks.com>
Organization: inAccess Networks
To:
2004 Aug 10
0
iconnect inbound - FIXED (kinda)
This appears to have been the magic bullet for me.
Thank you very much.
So, the bottom line is that there is a bug that ends up making inbound
calls use type=peer rather than type=user.
Correct?
> -----Original Message-----
> From: asterisk-users-admin@lists.digium.com
> [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Paul Cheng
> Sent: Tuesday, August 10, 2004 8:35
2003 Aug 07
1
MWI bug ?
Hi Lee,
You need to specify the VM context that you are using..
so using your examples..
extensions.conf entry..
exten => 1000,1,Dial(SIP/1000,20)
exten => 1000,2,Voicemail2(u1000)
exten => 1000,102,Voicemail2(b1000)
exten => 1000,103,Hangup
should be..
exten => 1000,1,Dial(SIP/1000,20)
exten => 1000,2,Voicemail2(u1000@sip)
exten => 1000,102,Voicemail2(b1000@sip)
exten
2003 Nov 19
2
g723 to g723 SIP call - warning message
Hi,
I am calling from a grandstream phone with g723 codec through * to iconnect.
Incoming context as well as outgoing context set to g723.1 codec in *.
Call get connected and I can talk. However I get the following warning,
which scrolls on my screen until I hang-up.
[root@asterisk sath]# cat g723.1
- Executing SetCallerID("SIP/-08122ae0", "1001") in new stack
--
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
2013 Jun 28
1
Questions about chan_dahdi, PRI, MWI (and Q.SIG)
Hello everyone,
My setup:
Debian squeeze
Asterisk 1.8, DAHDI, libpri, compiled from source
TE110P, attached to a Deutsche Telekom Octopus E Modell 300/800
I'm trying to get MWI for Voicemail working. In the same server I have
also got an Eicon DIVA PRI card for testing purposes (it is integrated
via CAPI and the chan-capi channel driver into my Asterisk). MWI works
just fine there.
I
2003 Nov 19
0
Getting in to h323
Greetings,
I am progressing well with this great product, the *. SIP to SIP calling,
Vocal to *, Voicemail all in the past. Did Iconnect, FWD etc. Also,
purchased couple of FXO cards and did zaptel as well. It's time to get to
h323 now. Read the mailing list for H323 and OH323 etc. need some help to
where to start.
Requirement is very simple, SIP calls need to be routed to a third party
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"
2006 Feb 14
0
Adjusting frequency asterisk sends NOTIFY's to ATA's at for MWI.
I'm trying to figure out how Asterisk decides how often it will send SIP
NOTIFY's to an ATA when a voicemail message is waiting for the user on the
server.
>From watching, it seems to be completely random. Sometimes 10 seconds
apart, then 33 seconds, then 13 seconds, etc. Each time causes a "ring" on
the ATA. I can change the ATA's behavior, but what I'd really
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
2011 Jan 20
3
Polycom 500 / MWI
All,
I'm using Asterisk 1.6 and using Polycom 500's with SIP firmware
2.1.3. I can not seem to get the Message Waiting Indicator to work
reliably (and in my opinion correctly) with voicemail.
I've got the following in my phone.cfg:
<reginfo>
<msg msg.bypassInstantMessage="1">
<mwi msg.mwi.1.callBack="*97"
2010 Jan 06
0
Asterisk 1.6.1.x SMDI MWI w/Fujitsu F9600 Problem
We have recently pulled an ancient Fujitsu-branded Centigram voicemail
system out of production use and replaced it with an Asterisk box, which
is now serving as our enterprise voicemail system and automated attendant.
The Asterisk system is connected to a Fujitsu F9600 PBX and uses the
1.6.1.x SMDI module to communicate between the two systems.
Save for one issue, the replacement of the old
2018 Dec 26
2
Voice mail: MWI problem / pjsip (13.24.0)
Hello!
I'm facing a problem concerning MWI. The problem is:
The phone switches off the MWI exactly at the moment the second NOTIFY package for one voice mail
arrives.
The phone switches off MWI independently if the voice mail has been acknowledged or not before.
The behavior in detail:
- Once each hour, phone sends SUBSCRIBE
- Asterisk receives incoming voice mail for Device 200.
- some
2003 May 03
3
Execute command after hangup / MWI
Hi guys,
is there any way to execute a command *after* a caller has hung up the
call? Something like
exten => s,1,Voicemail
exten => s,2,AGI(mwi.agi)
I'd like to turn off the MWI on my cellphone (which is done by gammu[1])
Or does anyone know a way to check the state of the MWI from outside,
i.e. with a cron-job? I'm turning on the MWI with the email-notify from
voicemail, but
2019 Jan 15
2
MWI Delayed on Polycom VVX phones
Hi all,
When moving from a self compiled Asterisk 13.23.1 to Asterisk 13.24.0, has resulted in a MWI clearing delay of around 5 minutes.
After listening to a voicemail and deleting it, the Polycom VVX 601's MWI light is left on for around five minutes, before clearing.
Installing Asterisk 13.24.1 did not fix this.
Moving back to 13.23.1 allows the MWI to clear immediately. I see a note in
2009 Aug 31
1
Asterisk MWI issue
Hi,
I am using Asterisk personally at home.
My SIP client (SPA 3000) supports MWI with SIP NOTIFY messages.
With a previous version of Asterisk I had no problems with MWI. But now I am using the following version which comes with Trixbox 2.8.0.1, and I have problems with MWI.
Asterisk 1.6.0.9-samy-r27
Problem description:
When a voicemail is left on the extension, a SIP NOTIFY message is sent
2005 Sep 03
0
MWI - message waiting indication
hello,
I read
http://www.voip-info.org/tiki-index.php?page=Asterisk+at+large
anybody could tell me more about this ?
Is it available with ARA ?
Regards
Harry
Method 3
Q: If you have your SIP phones registered with SER but
your voicemail is handled by asterisk, how do you get
the MWI (Message Waiting Indicator) light to function
on the phone?
A: In sip.conf create a section pointing at your
2006 Dec 22
2
UPDATE - Analog Phones with FSK/Stutter MWI
After purchasing the Uniden TRU9480 and then the Panansonic 5672, both of
which do not have "phone company" compatible FSK/stutter MWI, I finally
got smart and found out just which Panasonic phones have this feature.
Only the following 5.8G models in their current line have FXO compatible
MWI. I purchased the 5771 unit and one remote. I have confimed it does in
fact work with Asterisk
2010 Apr 12
0
Subscribe to a MWI when acting as a SIP client?
Hi all,
I'm trying to configure an * box for my home in an embedded device, so
I want a minimum configuration. I've already configured it to connect
to my SIP provider and my IP phones and ATAs, so far so good. My SIP
provider gives me voicemail service and I'm happy with it. I don't
want to run voicemail services in my * box.
Is it possible for asterisk to subscribe to my SIP
2005 Aug 24
0
Re: Asterisk and MWI
MessageMelissa -
I added the "fromuser=AnyName" to my sip.conf file stations and that, in fact, corrected the problem. The MWI now works flawlessly.
I would recommend that Aastra/Sayson pursue this with the Asterisk team so that it is listed as a known issue or to have Asterisk patched to fix it. I will submit a bug on it as well. I'm copying the Users Mailing List on this.
For