Displaying 20 results from an estimated 2000 matches similar to: "Asterisk 1.2.11 - ResponseTimeout being ignored"
2006 Jun 18
11
DTMF Talk off
Hello all,
I have seen some chatter again about DTMF. I see most of the talk about DTMF
around not being able to get an external IVR to recognize digits, not a big
issue for me at this time but sill interesting. My issue though, is with
talk off on a zap channel. It seems to be getting worse or maybe my patience
is thinning. All my calls go out and come in pstn through an FXO as I do not
2006 Jun 05
4
Local vs. toll Dial Plan
Ok asked this earlier with no response so I will phrase it a different
way. I am sure someone had to deal with this and there is a "best way."
I want to let Asterisk make the decision on best path based on local
exchange - xxx-yyy - where xxx is one of my local area codes and xxx is
exchange designator. The problem is that the list is rather large. Maybe
50-100. The idea is that I can
2006 Jun 08
1
AEL2
Being rather new to Asterisk I was wondering what the current status of
AEL2 is? I see reference to it back in January but that was many versions
ago. Is it in the current code?
Doug
****************************
* Doug Crompton *
* Richboro, PA 18954 *
* 215-431-6307 *
* *
* doug@crompton.com *
* http://www.crompton.com *
****************************
2006 Jun 06
5
DTMF feedthru again...
Ok trying this again... is there anyone using the SPA-3000 with * ????
I am not sure if this is a specific problem to it or not. This is
something I really need to fix!!!
When dialing out using * interfaced to an SPA-3000, fxs,fxo, I cannot
access (reliably) DTMF menus at the called party, after call completion.
Dialing DTMF is fine.
I checked by calling myself. Listening to either end on a
2006 Jun 09
2
Dial Plan rules
Does it matter if you use upper or lowercase rules - I.E. - "x" vs. "X" or
mix them? Not that I would do that as a rule but sometimes you make
mistakes!
Doug
****************************
* Doug Crompton *
* Richboro, PA 18954 *
* 215-431-6307 *
* *
* doug@crompton.com *
* http://www.crompton.com *
****************************
2007 Feb 13
1
Using Asterisk/callerid with "pay as you go"
If you asked this question on the biz list you would get a lot of people
that will tell you that they offer services where you can set the caller ID
to what ever you want. To name a few::
Nufone
Teliax
Voipjet
----- Original Message -----
From: "Doug Crompton" <doug@crompton.com>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
2006 Jun 12
1
FW: TTS from MySQL
Hi all,
I need to simply use Asterisk to receive incoming calls in an IVR manner. It
should authenticate users and read data from MySQL table that match their ID
through Text-to-speech. I already have Asterisk 2.6 (Asterisk@home). I
understand that I need to use Festival and AGI but do not know what to do
exactly. Any help is appreciated.
Thanks
2006 Nov 08
1
Ringing phones
Hi,
I have a system that connects to the PSTN. What do I need to do so
that when a call comes in, the system will start ringing the hunt
group I have setup but not actually answer the call? The problem is
the system is answering the call, and then passing 'ringing tones'
back to the caller, so this makes the phone companies
call-forward-no-answer not work since the telco thinks they
2006 Nov 08
1
Reg errors? Other anomalies? Check those capacitors!
Three months ago, I was experiencing all sorts of issues with my Asterisk
box maintaining a connection to multiple trunks, etc. I also experienced
various timing issues as well. In addition, Asterisk would sometimes take
almost a minute to fully load and register its SIP and IAX trunks.
Puzzled, I recompiled several times. No result. I checked my hardware.
Didn't find anything. However, I did
2007 Jan 12
1
SPA 3000 won't relay DTMF to doorphone
Hello,
Before throwing in the towel with my Sipura 3000 has anyone had much
success with that adapter connected to a door phone?
In our setup a doorphone is connected to the SPA's fxs port. When a
visitor rings, asterisk calls a group of Polycoms and the person who
answers has to enter *1 to trigger the door opening.
However it seems the SPA doesn't relay the DTMF's to the
2007 Jan 17
1
Dtmf tones and SIP
Hi list,
I tried to use DISA in order to get the line when I call with my mobile
phone but the system doesn't recognise my DTMF tones when I call to a SIP
trunk.
Everything is working Ok if I use a ZAP Trunks.
I tried to google to find a solution but I wasn't able to find any.
Any idea?
I'm using trixbox 2 with 4 SIP trunks and a Zaptel TDM 400 card.
Bye
2006 Dec 18
3
Changing CALLERIDNUM on the fly
Is what I am trying to do in this context possible. That is changing the
incoming CALLERIDNUM. In this case if the incoming CALLERIDNUM is not
preceeded by a "1" I want to add a "1". Often calls come in without the
preceeding "1" and this plays havoc with my redial if the 3 digit area
code matches a local 3 digit extension. All my outside calls are 10 digits
or 1+10
2007 Oct 19
3
ResponseTimeOut()
Hi List;
My Asterisk version is 1.4 and I am trying to use the
ResponseTimeOut() application to control the response
time of the Background function, but when the running
arrive for the ResponseTimeOut() then the call drop
and my debuging says:
No Application 'ResponseTimeout' for extension
(Test_Bilal,s,3)
Spawn extension (Test_Bilal,s,3) exited non-zero on
'Zap/1-1'
Hangup
2006 Nov 27
1
calls hang up even after Background() message eventhough response timeout is set to 10 sec
I'm experiencing a strange problem. My inbound calls are hanging up
right after Background() message even though response timeout is set to
10 sec.
[voicepulseincoming]
exten=>_X.,1,Answer
exte=>_X.,n,GotoIfTime(9:00-17:00|mon-thu|*|*?business-hours,s,1)
exten=>_X.,n,GotoIfTime(9:00-15:00|fri|*|*?business-hours,s,1)
exten=>_X.,n,GotoIfTime(*|*|*|*?after-business-hours,s,1)
2006 Nov 14
1
How to use Sipura SPA3k POTS line to dial Asterisk SIP phones?
My SIP phones can dial out through Sipura SPA3k to POTS for local and
911 calls _but_ incoming POTS calls are being swallowup somehow.
Am I on the right track with the code snippit below?
sip.conf:
---------
In sip.conf the following code is _supposed_ to ring the SIP phones when
a POTS line call comes in through Sipuara to Asterisk.
[spa3k-pstn-in] ; Pots-line-in from Sipura
; If
2007 Aug 01
5
pri "call by call" trunking?
I've been working with a telco for the past two days trying to get a
PRI span up and running. This is a small-ish telco and I get the
feeling they don't do this very often. Anyway, they specified a
pretty standard setup: ni2 switchtype, esf framing, b8zs coding, etc.
All of my b-channels are up, but we're having a heck of a time
getting the d-channel to come up. He finds out that
2007 Sep 13
5
CallWithUs Service?
Asterisk Users,
I am thinking about selecting CALLWITHUS as my sip provider. Has anybody
ever used them? How was the call quality? DTMF Tones issues?
Thanks in advance.
-John
_________________________________________________________________
Gear up for Halo? 3 with free downloads and an exclusive offer.
http://gethalo3gear.com?ocid=SeptemberWLHalo3_MSNHMTxt_1
2006 Dec 01
2
Recommendation for FXO
Ok,
I am back from my thanksgiving holiday, and I find there was a big
snow storm here in Seattle. Apparently during the storm there where
multiple brown out/black outs.
I have struggled since day one to get a high quality PSTN gateway
configured with my very long loop and Mac based asterisk.
I originally tried the HT-488, which had multiple issues, and was
unacceptable. I then purchased
2007 May 01
4
is dundi worth pursuing in this situation?
At work, I have 4 branch offices at which I've deployed asterisk.
Call termination/origination at each branch office is handled either
through a frac PRI or 3rd party SIP provider. Soon, I'll be replacing
the legacy PBX at our HQ with asterisk.
Each branch office has between 3 and 20 employees, each with their own
extension and DID, and at headquarters, we have about 70 people, again
2007 Oct 14
4
ResponseTimeOut() and t extension
Hi List;
Can someone advise me why in the below context, it
does not run the Background step? Once I dial 1000,
then it hangup and give congestion signal? If I
comment the ResponseTimeOut, then it run the
Background but it does not wait till caller enter the
digits, once the sound file finish, then it hangup
(congestion signal), also in all the situation, it
does not go for the t extension, why?