Displaying 20 results from an estimated 3000 matches similar to: "Voicemail notification"
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
2003 Jun 05
3
email notification not working anymore
I used to have email notification working with my voicemail services but
it stopped working when I installed the new version of asterisk.
I have not changed my voicemail.conf file, so I'm out of ideas.
Does asterisk use Sendmail to send messages, or does it have its own
method for sending email?
2003 May 25
2
Message Waiting and VoiceMail 2
Hi.
I noticed that if new messages are recorded
with voicemail2 , they're not detected by
the message waiting indicator, so
the mailbox=XXXX param has no effect, and
no message waiting is sent to the phone
(sip & adsi, or stutter dialtone)
Any hint?
--
Brancaleoni Matteo <mbrancaleoni@espia.it>
Espia - Emmgi Srl
2005 Jan 13
6
Voice Mail Notification
Hi,
Here's the deal. When someone leaves me a voicemail message I want Asterisk to call me on my cellphone by dialing my cellphone number and tell me I have a message. Is this possible? Can anyone cite examples? Most commercial voicemail systems produced in the last 10 years can do this. Any help would be much appreciated.
Regards,
Mike
-------------- next part --------------
An HTML
2003 Jun 11
1
Busy message with call waiting?
Is it possible to have both a busy and an away message when the call
waiting feature is enabled?
extensions.conf
...
exten=>403,1,Dial,Zap/3|10
exten=>403,2,Voicemail2,u403
exten=>403,103,Voicemail2,b403
...
Because I have enabled call waiting, I can't see how it will be possible
to get the busy message to play (because there will always be a dial
tone).
Am I right, or do I have
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 Nov 08
4
SIP, Sipura SPA-2000, and Voicemail2
I figured out what was going on with the lack of/stuck on stuttered dial
tone. Apparently, there are two voicemail directories being referenced:
/var/spool/asterisk/voicemail/default, and
/var/spool/asterisk/voicemail/local. The sip phones were using
/var/spool/asterisk/voicemail/local to dump VM messages into, yet the MWI
looks at /var/spool/asterisk/voicemail/default.
Does anyone know why
2003 Jun 20
2
Manager interface, again
Ok,
is it me or do some of the commands just not work properly? I asked for mailboxstatus
and got:
Response: Success
Message: Mailbox Status
Mailbox: 1000
Waiting: 0
which is all well and good, except of course I have 2 messages waiting... which kinda means
it only works, if you have 0 messages... (using voicemail not voicemail2)
Andy
2003 May 21
4
2 part question
Is there a way to record your own voice messages ("Welcome to my PBX,
Press 1 for ...") using asterisk and an analog phone, or do they need to
be recorded using traditional voice recording software?
Also, I am confused as to why my replies to the message board are never
indented. Call this the ultimate newbie question, but how should the
reply be worded so that I don't screw up
2003 Jul 11
1
Unable to find IP address???
This morning, I received a very strange error message on the Asterisk
console.
The error occurs when I try to access iconnect
WARNING[196621]: File chan_sip.c, Line 386 (__sip_xmit): sip_xmit of
0x80d0854 (len 649) to 213.137.73.178 returned -1: Bad file descriptor
I also get this error when I try to reload:
WARNING[16384]: File chan_sip.c, Line 5355 (reload_config): Unable to
get IP address for
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:
2015 Mar 25
5
Call Quality Measuring
Hi everyone.
We regularly get customers complaining about call quality issues. Most of
the time it turns out to be their own broadband. Very occasionally server
load. Does anyone have any advice or links to advice on measuring call
quality?
I?ve been playing around with ?sip show channelstats? but can?t other than
measuring the packet loss I don?t really know what I?m supposed to be
looking for
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 Apr 30
9
TDM10B problem
Ok. I just got a TDM10B and it is in with my X100P. So as it says in the
provided instructions, I used the command
modprobe tor2
I get an error message saying that there is no such device.
My zaptel.conf looks like this:
fxsks=1
fxoks=2
So I load the X100P first. (modprobe wcfxo)
Then I load the TDM10B (modprobe tor2)
Then I'm told that the device doesn't exist.
Please help
2003 May 01
6
No Dialtone
So I have an X100P, and a TDM10B both working (at least I think they are).
The drivers have been loaded and ztcfg -vv shows no errors in the
configuration of two channels.
When I run asterisk -vvvc and pick up my phone (plugged into TDM10B), I
don't gear a dialtone.
in phone.conf, I have
[interfaces]
mode=dialtone
format=slinear
...
Shouldn't that produce a dialtone when I pick up the
2014 Dec 09
2
Bridge configuration in Asterisk 13 [Spam score:8%]
Thanks Richard. This is exactly the answer I was looking for.
I'm now assuming that Asterisk 11 was using it's equivalent "bridge_simple" but I was getting confused because the only bridge module I saw in modules.conf was bridge_softmix. When I upgraded to Asterisk13 that would have been the only bridge getting loaded at first.
Is it expected that if bridge_softmix handled a
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 Jun 20
7
Asterisk hogging CPU resources
Here's the problem:
I start asterisk, and it takes up around 3-4% of my CPU
resources.
However, this number continues to climb over the hours until it
is close to 100%.
Usually it takes around a day to climb up to approximately 95 or
96%
Has anybody experienced the following problem before?
2003 Apr 28
9
Dialing using X100P
My setup:
X100P and Quicknet PhoneJack.
I can't seem to properly set up a Zap channel for my X100P.
Here are some of my configurations:
[zaptel.conf]
fxsks=1 #X100P
fxoks=2 #Quicknet PhoneJack
defaultzone=us
loadzone=us
[zapata.conf]
[channels]
context=local
signalling=fxs_ks
channel->1 ;X100P
[extensions.conf]
...
[local]
exten=>_NXXNXXXXXX,1,Dial,Zap/1
;I'm pretty sure the