Displaying 20 results from an estimated 180 matches for "voicemail2".
Did you mean:
voicemail
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: 1256187957
Action: UpdateConfig
SrcFilename: voicemail2.conf
DstFilename: voicemail2.conf
Action-000001: Append
Cat-000001: default...
2004 Jun 07
3
dialplan experts needed
...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 is what I have now and
it seems to work okay:
exten => 555,1,Dial(SIP/1000,30)
exten => 555,102,Dial(SIP/2000,30)
exten => 555,103,VoiceMail2(u3278)
exten => 555,104,Hangup
exten => 555,2,VoiceMail2(u3278)
exten => 555,3,Hangup
Is this correct? What if there were a third SIP device "3000" ? Would it
look like:
exten => 555,1,Dial(SIP/1000,30)
exten => 555,102,Dial(SIP/2000,30)
exten => 555,103,Dial(SIP/300...
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 => 1000,103,Hangup
and..
exten => 8500,1,Wait,1
exten => 8500,2,VoiceMail...
2005 Feb 03
1
Multiple mailbox on the same SIP extension
...dering can I configure 2 mailbox on the same phone?
here's a sample of my extensions.conf :
exten => s,1,Answer
exten => s,2,DigitTimeout(10)
exten => s,3,ResponseTimeout(20)
exten => s,4,Wait(1)
exten => s,5,Background(Intro_EN)
exten => 0,1,Dial(SIP/221,15)
exten => 0,2,Voicemail2(u221)
exten => 0,102,Voicemail2(b221)
exten => 0,103,Hangup
exten => 1,1,Dial(SIP/231&SIP/237&SIP/239,15)
exten => 1,2,Voicemail2(u7253)
exten => 1,102,Voicemail2(b7253)
exten => 1,103,Hangup
exten => t,1,Dial(SIP/221,15)
exten => t,2,Voicemail2(u221)
exten => t,1...
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 automatically?
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 Jul 07
0
Problems with Hangup Detection in VoiceMail2.
Hi.
Has anyone experienced hangup detection problems with the VoiceMail2 app?
I have a console phone on the FXS port. When I call a SIP phone, and get
its voicemail greeting, I can enter the VoiceMail2 app, leave a message,
and then hit # to stop message recording.
Recording does stop, but the channel stays up inside the VoiceMail2 app
(as shown by a "show channe...
2003 Jul 09
0
SUMMARY: Problems with Hangup Detection in VoiceMail2.
...The problem turned out to be a 60second delay while invoking mail,
caused by a mis-configuration of my hostname and /etc/mail/sendmail.cf
(must have been waiting while some DNS lookups timed out).
My original problem is below:
>Hi.
>Has anyone experienced hangup detection problems with the VoiceMail2 app?
>I have a console phone on the FXS port. When I call a SIP phone, and get
>its voicemail greeting, I can enter the VoiceMail2 app, leave a message,
>and then hit # to stop message recording.
>
>Recording does stop, but the channel stays up inside the VoiceMail2 app
>(as show...
2003 Sep 13
2
VoiceMail2 mysql table structure
Hi all:
Somebody knows the mysql table structure for VoiceMail2 application?
Thanks in advance,
Gus
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
-----O...
2003 Aug 08
4
Voicemail2 - auto fill the dialing extension?
...in) 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 extension is, and use it?
On our current handsets, the voice mail button goes directly to the
password prompt. And if you dial in and get voice mail, # sends you to
the "please enter voice mail box please..." (Siemens HiCom).
Not a must-have feature, but something...
2003 May 13
2
Voicemail2 and MWI
We've been testing (aim:frziegler and aim:end1r) the Voicemail2 app for a
few days now, based on a CVS build from Monday, 5/12/03-23:15. Works
good! Thanks Mark!
We seem to have found a bug in the MWI (Message Waiting Indicator) logic.
By simply creating msg0000.txt files in both structures, e.g.:
for extension 4000:
voicemail1: /var/spool/asterisk/vm/4...
2003 Aug 18
3
Voicemail2 vs. Voicemail
Does anybody have any reason why I should *not* permenantly replace
app_voicemail with app_voicemail2? If so, speak now or forever cvs update
-D "8/18/2003".
Mark
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 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 multihos...
2003 Jul 28
5
VoiceMail2 Wish List
Here are a few things I would like to see ..
1. In addition to time/date stamps, store/read the caller id info with the
voicemail messages.
2. Have the ability to configure the system to ignore and delete messages
left by a caller that are 3 seconds or less (maybe make this configurable)
Not sure but that would cut alot of hangup calls out of your voicemail
box.
I can't think of much more
2003 Sep 16
8
Hangups after voicemail
...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 starts right after the call to play_and_record() in leave_voicemail().
if (res != '#' && chan != NULL && !strncmp(chan->name, "Zap", 3)) {
/* Hang up the Zap channel only */
ast_softhangup(chan, AST_SOFTHANGUP_EXPLICIT);
}
Obviously, it hangs up the c...
2003 Jul 03
3
Using switch =>
...rid
;
[globals]
;TRUNK=IAX2/user:pass@provider
;
;
[macro-stdexten];
;
; Standard extension macro:
; ${ARG1} - Extension (we could have used ${MACRO_EXTEN} here as well
; ${ARG2} - Device(s) to ring
;
exten => s,1,Dial(${ARG2},20,t) ; Ring the interface, 20 seconds maximum
exten => s,2,Voicemail2(u${ARG1}) ; If unavailable, send to voicemail w/ unavail announce
exten => s,3,Goto(default,s,1) ; If they press #, return to start
exten => s,102,Voicemail2(b${ARG1}) ; If busy, send to voicemail w/ busy announce
exten => s,103,Goto(default,s,1) ; If they press #, return to start
[macro...
2003 Jun 06
0
sendmail invocation in voicemail and voicemail2 applications
The voicemail and voicemail2 applications both invoke sendmail as
/usr/sbin/sendmail -t. However sendmail is invoked using popen(3), the
input being terminated when the pipe is closed and not when a . is entered
on a new line.
While it looks like the code at the moment can't generate a single line
with a '.', it...
2003 Sep 17
0
Voicemail2 and time stamps
Created new message, not a response with new Subject: line -- check
Plain text mode set in Outlook -- check
Good day all,
I just recently upgraded to 0.5.0 and subsequent CVS releases. After the
upgrade, I've noticed that voicemail2 has differing opinions on what
time it is, assume this is because I haven't set the TZ per user in
voicemail.conf.
Anyone have an example as to how to configure per user?
Cheers,
--- Gavin