Displaying 20 results from an estimated 10000 matches similar to: "New message 0 in mailbox 7606"
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
2003 Sep 19
1
VoiceMail fromstring?
I'm having tons of trouble getting the fromstring to work in
voicemail.conf. I've tried both voicemail and voicemail2 but the emails
still seem to be coming from asterisk pbx. Has anyone had any luck with
this?
=================
Here's my voicemail.conf:
;
; Voicemail Configuration
;
[general]
; Default formats for writing Voicemail
;format=g723sf|wav49|wav
format=wav49|gsm|wav
;
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 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 Dec 22
1
Authentication
Dear all,
I have a question regarding the configuration of *. I have 3 port FXS, and 2
port FXO. I have 4 users that use analog phone connected to FXS (I have 3
phones). I need to limit the user's capability (user A can call
International, user B can call long distance, etc). I want to implement the
password say to call , he/she needs to puch 9(for outgoing call)2-4 digits
password,then
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 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 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
2005 Mar 11
3
Parked Call
I have a question,
I am unclear on how to park a call. I know that you are supposed to be
able to press "#" and then transfer the call to extension 700. However,
* doesn't seem to be graping the dtmf. I am using dtmfmode=inband.
Asterisk is in the media path as well.
Thanks in advance
Justin
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
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 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
2020 Oct 01
3
timezone tests and R-devel
The return value of Sys.time() today with a timezone of US/Eastern is
unchanged between 4.0.3-patched and devel, but on devel the following test
fails
all.equal(x, as.POSIXlt(x))
with
x = Sys.time()
This means that devel does not complete make tests (failure on
tests/reg-tests-2.R)
It is entirely possible that it is an error on my end, I use
export TZ="US/Eastern"
but I have been
2003 Jul 03
3
Using switch =>
hello,
I have a test setup with 2 asterisk servers, each having a one snom 100
via sip using it. I`m experimenting on how trunking between them would
work. I have them setup for RSA authentication which I plan to use in
the future.
So I`ve setup the keys and servers seem authenticate to each other. One
is named phila and other hurricane.
Here is what I see on phila:
-- Registered
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.
2020 Oct 02
2
timezone tests and R-devel
Yes, the potential issue I see is that
make check
fails when I explicitly set TZ. However, I set it to be the same as what
the system reports when I login.
Details: The system (RHEL) I am working on has
$ strings /etc/localtime | tail -n 1
EST5EDT,M3.2.0,M11.1.0
$ date +%Z
EDT
$ echo $TZ
US/Eastern
On Fri, Oct 2, 2020 at 9:48 AM Sebastian Meyer <seb.meyer at fau.de> wrote:
> Thank
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
2006 Jun 07
4
Setting default timezone ENV[''TZ'']=''UTC'' not working on windows?
Hi,
I''ve been trying to do timezone conversion, and have some trouble
getting it to work on my Windows machine. Searching the web, I found
http://wiki.rubyonrails.com/rails/pages/HowtoSetDefaultTimeZone
...which explains how to set the default timezone. I''m using an
environment.rb that include the lines:
ActiveRecord::Base.default_timezone = :utc
ENV[''TZ''] =
2003 Jun 08
1
anyone seen this error when running asterisk!
Hi all -
I'm making gradual progress implementing asterisk on my box! Now, when I
type asterisk it dies at this point. Does anyone have any idea why this is
happening! It have checked everything but running out of options!
[app_voicemail2.so] => (Comedian Mail (Voicemail System))
== Parsing '/etc/asterisk/voicemail.conf': Found
== Registered application 'VoiceMail2'
2004 Mar 05
2
3.8p1 not honoring TZ environment variable
Hello,
I just built openssh 3.8p1 on an HP-UX 11i machine. All looks well
except for the timezone. I'm noticing now that when it logs stuff to
syslog, it's off by 2 hours for me. What I've figured is this:
My timezone is MST7MDT (mountain time).
The timezone in /etc/default/tz is EST5EDT (eastern time).
There's a 2 hour difference between mountain & eastern time.
What