Displaying 20 results from an estimated 800 matches similar to: "Busy message with call waiting?"
2006 Jun 05
1
This should be easy: What happens when the Calling Party hangs up
svn trunk 31497
For the life of me, I can't get this :) I want to be able to catch the
situation where the calling party hangs up *before* the call is
connected to the called party. My dialplan is thus:
macro DialExternal(exten) {
Dial(Zap/G3/${exten},120,g,M(connected));
goto DialResult|r${HANGUPCAUSE}|1;
Hangup();
};
But the goto dialresult is not executed:
Executing
2007 Sep 18
1
Asterisk 1.4 and Cepstral
Greetings,
I've recently upgraded from Asterisk 1.2 to 1.4. I've been searching for
a solution, but am also trying the easy way at the same time. I've now
got David of Cepstral now speaking using app_swift from
http://www.mezzo.net/asterisk/app_swift.html .
The problem is, he sounds way worse than he did when it was asterisk
version 1.2. I'm seriously considering either
2003 Jun 17
3
Directory Application question
I'm wondering if I can do the following:
Caller activates the Directory application
Caller enters the first 3 digits of a person's last name
=====
Normally here, Asterisk will say the extension number of a
person found.
Is there a way to get Asterisk to say the name as well? (perhaps
using the same sound file that is used
for their name in the voicemail application)
Can this be
2020 Aug 19
4
Eaton 5E 1100i USB UPS - failed to claim USB device error
Hi
BACKGROUND INFO:I have a new Eaton 5E 1100i USB UPS which their website
claims is supported on Linux. They don't provide software for it for
Linux, only for Windows.Referring links:
https://www.eaton.com/za/en-gb/catalog/backup-power-ups-surge-it-power-distribution/Eaton_5E_UPS.html
https://www.eaton.com/za/en-gb/skuPage.5E1100IUSB.specifications.html
It was manufactured in May 2020
2004 Jun 07
3
dialplan experts needed
In this dialplan, the SIP user agent is a Sipura two line adapter with line
1 as SIP ID "1000" and line 2 as SIP ID "2000". Basically I have this set
up so that 1000 and 2000 are "lines in hunting" on incoming extension "555".
I want an incoming call to try to ring ext. 1000, if 1000 is busy, then ring
2000, if 2000 is also busy than ring Voicemail. Here
2009 Jan 16
2
UpdateConfig : Appending line fails
Hello list,
Can someone please point me out why would a stream like the following
only write ONE line (the first) on the given file?
Action: login
Username: test
Secret: 123456
Action: UpdateConfig
SrcFilename: voicemail2.conf
DstFilename: voicemail2.conf
Action-000000: Append
Cat-000000: default
Var-000000: 127
Value-000000: >5555, Jason Bourne97, jason25 at noCia.gov.do
ActionID:
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
2005 Feb 03
1
Multiple mailbox on the same SIP extension
I'm wondering if there's a way it will show on the phone when there's a
new message. Here's what I'm trying to do :
in my extensions.conf when someone call from a PSTN line on my TDM04B
card they have a choice. When someone press 1 for sales then I have 3
phones ringing at the same time. Each phone as already there own mailbox
because if someone know there extension
2003 Sep 16
8
Hangups after voicemail
Hi,
Try as I might, I can't get hangups detected on a Zap channel with loop start
lines. So, after someone leaves a voicemail and then hangs up, Asterisk
doesn't know it, exits VoicemailMain2, and loops back to the corporate
greeting, tying up the line even though the outside caller has hung up.
Therefore, I've added the following hideous hack - er, code - to voicemail2.c.
It
2003 Nov 06
2
Voicemail2 vs Voicemail
>> Wouldn't that break everybody's dialplans where they would have to
>> replace all occurrences of Voicemail2 with Voicemail and all
>> occurrences of Voicemailmain2 with Voicemailmain?
>
> No, we would register with both names.
Is it necessary (with reasonably current cvs) to make any changes in the
*.conf files to use Voicemail2, or is that happening
2004 May 02
1
Voicemail or voicemail2?
I'm using the stable branch. Is voicemail or voicemail2 deprecated?
TKS
Paul
pmahler@signate.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040502/1b0ab572/attachment.htm
2003 Nov 24
2
Pressing 0 in Voicemail causes * to hangup
I tried it w/ mine as well and it hung up on me because I just have
Voicemail running not Voicemail2.
It seems as though you have Voicemail2 because it's trying to play the
Unavialable message.
Just a thought though.
Does it do the samething w/
[qout-phillyq]
exten => 0,1,Voicemail(u1)
exten => 0,2,Goto(default,s,1)
Tim Thompson
http://www.amatechtel.com
(806) 722-2227
2003 May 10
19
Voicemail2
Asterisk Users:
I've been working hard on app_voicemail2 which is an enhanced scalability
version of app_voicemail. Specifically, its features are:
* Highly improved internal architecture (maybe someone else can
actually code on it)
* Foot print for getting mailboxes from DB (for Vonage)
* Segmentable mailboxes, allowing you to truly multihost
voicemail for multiple companies
2005 Feb 19
16
Snom phone hint exten question
Hi,
I am sorry to be asking this but the wiki is down and has been for a
couple of days and I need to get this working before Monday to get my
live system setup.
Trying to get the Snom 190's and soon to arrive 3com 3102's to use the
function keys and for the life of me I can't work it out from the
conversations on the archive what I am going exactly wrong here?
The snom 190 with
2003 Aug 08
4
Voicemail2 - auto fill the dialing extension?
Hi,
First off, a big thanks to Digium (Mark, John, and Martin) for helping
sort out a BellSouth config issue on our PRI. T100P working like a
champ!
Now it's back to tweaking the configuration on our SIP phones (7960s).
The message_uri parameter in the phone's configuration file is working
great. Dials comedian mail directly. Is there a way to let voicemail2
know what the incoming
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 Mar 31
2
C7960 "busy" notification
Using the following defnitions with a C7960:
exten => 3001,1,Dial(SIP/3001,15,r)
exten => 3001,2,Voicemail2(u3001)
exten => 3001,102,Voicemail2(b3001)
exten => 3001,103,Hangup
If someone is on this phone (real conversation) and another call comes in,
the second call goes through the 15 second timeout and is dropped into the
2-priority as "unavailable" (not the 102 busy as
2003 Sep 18
4
New message 0 in mailbox 7606
Hello,
I recently started playing with voicemail2. I'm having two minor problems that I can't seem to find discussed in the archives.
1) New message 0 in mailbox 7606. New voice mail message count seems to start with 0 for the first new message instead of 1. Any tricks to fix this?
2) When listening to messages with VoicemailMain2, the time stamp is in GMT and not corrected for the
2003 Jul 16
4
voicemail instructions
Hi,
I've been playing with Voicemail and Voicemail2 a bit for my users, and
there are a few things I'm wondering about:
- We can specify parameters to the mailbox (s, b or u) to select which
prompts to play. However, if we specify 'b' or 'u' it plays that
(customisable) message, but it also plays the voicemail instructions. For
the dutch, it is customary that a user
2003 Sep 13
2
VoiceMail2 mysql table structure
Hi all:
Somebody knows the mysql table structure for VoiceMail2 application?
Thanks in advance,
Gus