Displaying 20 results from an estimated 2000 matches similar to: "Can I soft-link a voicemailbox?"
2007 Jan 17
4
FW: Realtime Voicemail Password Change Not Working
> I'm using asterisk 1.2.9.1 and mysql 3.23, asterisk add-ons 1.2.3.
> All seems to work normally with realtime voicemail, reads vmbox
> parameters from the db fine. When I try to change the password,
> asterisk operates normally, "enter new password" ok, "re-enter new
> password" ok, "password has been changed"
>
> There are no entries in
2003 Sep 25
2
VoiceMailMain skipping extension and password prompting
I would like to access VoiceMailMain2 skipping extension and password
prompting if calling from a resource that has a mailbox defined. What
variables can I use to retrieve the calling channel & calling extension (if
it exists)?
Here is what I'm trying to accomplish (of course ${CallingResourse.MailBox}
is not a real way to retrieve this info)...
exten =>
2003 Oct 25
1
Voicemail.conf in MySQL is not functioning
Voicemail.conf in MySQL is not functioning where I get the following error
from Asterisk messages log file:
CLI debug output is as follows:
Executing VoiceMailMain2("SIP/2205-3df0", "") in new stack
-- Playing 'vm-login'
-- Playing 'vm-password'
-- Incorrect password '1234' for user '0' (context = <any>)
-- Playing
2003 Nov 11
3
dialing 8 in VM2 causes channel lockup?
Hi guys,
I'm running Asterisk-0.5.0 and accidentally stumbled on this problem
while in the VoicemailMain2 application:
If you login to it, or even if you call it w/ 's<extension>' to skip the
login and press an '8' near the beginning (and possibly at any point,
I'm not sure), the channel seems to lockup, even if the handset is
hungup, the channel remains frozen
2008 Apr 09
1
Queues +Exiting
I'm having a problem getting my queue to function as it should.
After 20 seconds or so, it should prompt the user with a message "thanks
for holding..... press # to leave a message or stay on the line to
continue holding". I set up the "context" in the queues.conf file, so if
a user presses a digit, they should be able to leave. But I get a SIP
BUSY message.
Here are my
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
2004 Sep 23
1
running 1.0 on macosx
Hi,
compiled 1.0 on macosx latest (10.3.5). compiled fine. when running,
complains about voicemail2 module. Any hints?
Marc.
== Parsing '/etc/asterisk/asterisk.conf': Found
== Parsing '/etc/asterisk/extconfig.conf': Found
Asterisk CVS-HEAD-09/23/04-09:20:48, Copyright (C) 1999-2004 Digium.
Written by Mark Spencer <markster@digium.com>
2003 Sep 22
1
Voicemailmain2 user docs?
Has anyone browsed through the source code and
made a list of menu option for VoiceMailMain2?
Or know of some user documentation hiding
in Internet land some place? If not there well
be soon. Ho hum.
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
2005 Jan 26
4
No ringback on IAX channel after selecting menu option
Here is the call flow:
[ivr-incoming]
exten => s,1,LookupCIDName
exten => s,2,DigitTimeout(2)
exten => s,3,ResponseTimeout(10)
exten => s,4,Wait(1)
exten => s,5,Background(custom/ivr-incoming)
exten => 1,1,Background(pls-wait-connect-call)
exten => 1,2,Dial(${RINGPHONENUMBERS},20,r)
exten => 1,3,Voicemail,u${VMBOX}
exten => 1,4,Hangup
Running * 1.0.5. The calling party
2003 Oct 27
3
passing digits for voicemail from sip gateway
I am seeing strange behavior that I don't understand. Voicemail2 and
voicemailmain2 work fine if I call from a sip phone directly connected
to *, but if I call either of them from an analog line on the other side
of a sip gateway, voicemail seems to ignore digits. If I am recording a
message and press #, nothing happens except that it records the tone
onto the message and I can't specify
2005 May 25
1
Remote Voicemail Notifier / enter Dialplan on SIP Register
There is a patch on Mantis (http://bugs.digium.com/view.php?id=4371)
Which includes several features.
1. Support for central voicemail server(s) with remote server
notification via IAX
In other words, this patch allows you to configure an Asterisk server as
a central voicemail server and to send out voicemail notification to
remote Asterisk servers who can then pass the notification on to
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 May 29
2
aastra pt480 and adsi
Ok, so I figured out my problem with my pt480s. But, now I have a few more.
1. When I dial into the voicemailmain or voicemailmain2 application, the
phone and * start talking adsi, but then the phone tells me "programming
download canceled, services is full.", but my services list isn't full, only
"Asterisk PBX" occupies slot 2, slots 1, 3 and 4 are available. Any ideas?
2010 Mar 02
1
Asterisk and cellphone/GSM voicemailbox
Does Asterisk know when it hits a voicemailbox ?
When calling to a cell-phone or GSM, after some rings and no pickup you
arrive at a voicemailbox.
If Asterisk does not know it's a voicemailbox that has answered the
call, the voicemailbox will contain 60minutes of 'silence'. This is very
expensive 'silence'.
How to avoid this ?
Jonas
-------------- next part --------------
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
2003 Jul 07
5
Direct entry to your own voice mailbox
Hi,
There is any possibility to dial a specific extension and then enter in your
own mailbox (the one defined for that specific SIP phone) without asking for
the exxtension number but only for the password?
I want to be the same extension for all phones, not a specific one for each
of them.
It is possible to have a time stamp in the recorded message? I want to know
when the message has been
2004 Sep 26
1
voicemail /w asterisk - voicemail() problems
I've setup the voicemail that auths against the mysql db. Now,
everything works ok, except voicemail() calls fail with
Sep 26 18:09:34 WARNING[157070336]: app_voicemail.c:1517
leave_voicemail: No entry in voicemail config file for ''
all my users are in 'sip' voicemail context, but adding context to it:
voicemail(@sip) doesn't help.. while if I put a vmbox # to it, it
2009 Jul 24
6
dialplan tips
Hi everybody
In advance sorry for my bad english and if my problem was already exposed (I
didn't find any tips in the mailing list archive. Bad luck)
I have some questions about asterisk 1.6 release :
1) how can I do a n+101 priority jumping if a SIP canal is busy ?
I read that the general parameter "priorityjumping" is depreciated in the
1.6 release and I already try the
2005 Jul 14
2
CVS HEAD voicemailbox full error
Anyone else has problems with CVS HEAD's from today with voicemail
hanging up silently without any debug/error messages when checked?
It also keeps insisting that the user's voice mailbox is full and can't
store more messages even if I clear/rebuild the
/var/spool/asterisk/voicemail stuff.
I've tried falling back to voicemail.conf entries from realtime
voicemail with the same