Displaying 20 results from an estimated 2000 matches similar to: "strange problem with SIP/voicemail"
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 May 25
0
Question IAX and SIP bound to different IP's on the same * box
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of
asterisk-users-request@lists.digium.com
Sent: Tuesday, May 25, 2004 5:30 AM
To: asterisk-users@lists.digium.com
Subject: Asterisk-Users digest, Vol 1 #3891 - 8 msgs
Send Asterisk-Users mailing list submissions to
asterisk-users@lists.digium.com
To subscribe or
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 Sep 09
1
regression with restrictions - optimization problem
Dear WizaRds!
I am sorry to ask for some help, but I have come to a complete stop in
my efforts. I hope, though, that some of you might find the problem
quite interesting to look at.
I have been trying to estimate parameters for lotteries, the so called
utility of chance, i.e. the "felt" probability compared to a rational
given probability. A real brief example: Given is a lottery
2004 Jul 12
0
Transfers (sip or asterisk "#' base) broken in certain scenario
I've got an interesting scenario where transfers while getting an invite
seem to break.
Here is the scenario: You have a receptionist who has a 6 line phone (in
this case, a polycom ip600 - also tested with a Cisco 7960) the
receptionist has all six lines available for use (in the case of the cisco
I tried registering all lines as one number as well as registering multiple
lines and
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 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
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 24
1
Voicemail doesn't hangup
I'm running the a very recent CVS version of asterisk on an RH9
machine. My problem is that my x100p takes about 10 seconds to detect a
hangup. After that it takes about 10 more seconds for the the zaptel
device to release the line. Here's an example of my console report:
== Parsing
'/var/spool/asterisk/voicemail/default/101/INBOX/msg0000.txt': ==
Parsing
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 channels" command) for about
2003 Jul 09
0
SUMMARY: Problems with Hangup Detection in VoiceMail2.
Many thanks to Martin Pycko and Mark Spencer.
Mark's suggestion below was correct:
"Maybe it's stuck trying to send the e-mail notification. If you take
the e-mail address out of /etc/asterisk/voicemail.conf does that speed
it up?"
Indeed it did!
The problem turned out to be a 60second delay while invoking mail,
caused by a mis-configuration of my hostname and
2003 Dec 29
0
FW: Weirdness with CALLERID / CALLERIDNAME from incoming PRI
> -----Original Message-----
> From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-
> admin@lists.digium.com] On Behalf Of Adams, Gavin
Is there any additional information I could provide to start tracking
this down? I was thinking about looking into the various applications
source to see how they access the data elements for callerid. I know
where the values are pulled
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
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
2020 Jun 06
0
Change in package.skeleton behavior from R 3.6.3 to R 4.0.0 ?
On 06/06/2020 3:06 p.m., Dirk Eddelbuettel wrote:
>
> The Rcpp package and some related packages such as RcppArmadillo make use of
> (local) wrappers around the utils::package.skeleton() function for creating
> (basic yet functional) packages using Rcpp or RcppArmadillo. RStudio also
> exposes this under the graphical menu as a nice way to construct a package.
>
> But it
2003 Dec 24
2
Weirdness with CALLERID / CALLERIDNAME from incoming PRI
Hey all,
We've upgraded our PRI trunk to support what BellSouth calls "enhanced
caller id name delivery". The weird part is, I'm only capable of seeing
the name portion on incoming calls within voicemail2's email delivery.
For example, on an incoming call, asterisk is reporting this:
Context from extensions.conf (BS delivers 7-digit DIDs):
exten => 9133727,1,Answer
2020 Jun 06
3
Change in package.skeleton behavior from R 3.6.3 to R 4.0.0 ?
The Rcpp package and some related packages such as RcppArmadillo make use of
(local) wrappers around the utils::package.skeleton() function for creating
(basic yet functional) packages using Rcpp or RcppArmadillo. RStudio also
exposes this under the graphical menu as a nice way to construct a package.
But it seems that something changed quite recently in R. I looked into this a
little yesterday
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
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 Dec 26
0
fwd problem with *
Hello
I am trying to register for fwd from * but having problem and unable to solve it.
I keep getting this message
*CLI> NOTICE[1125329600]: File chan_sip.c, Line 4800 (handle_response): Failed to authenticate on REGISTER to '<sip:89699@fwd.pulver.com>;tag=as62a7f29b'
NOTICE[1125329600]: File chan_sip.c, Line 4800 (handle_response): Failed to authenticate on REGISTER to