similar to: SetDigitTimeout question

Displaying 20 results from an estimated 6000 matches similar to: "SetDigitTimeout question"

2005 Mar 09
3
Problems with new install voicemail broadcast
Have a fair amount of asterisk experience, but this one is blowing my mind.. I have a context setup as follows: [department-listing] exten => s,1,Background(custom/6000) exten => s,2,DigitTimeout,5 exten => s,3,ResponseTimeout,30 ; exten => 1,1,Answer exten => 1,2,Wait(1) exten => 1,3,Background(pls-wait-connect-call) exten => 1,4,VoiceMail(u620&122) exten =>
2005 Mar 07
2
Question about AGI vs. FastAGI vs. straight C/DB development
Folks, I want to build a custom IVR for my setup. I've got it working (well, the bells and whistles are not there yet, but the basic stuff works) using AGI, but I'm worried about how well this will scale. I've seen references to FastAGI, and presumably this will be more efficient. Question, though: how well do either of these (AGI or FastAGI) scale if my system is handling a large
2004 Sep 17
1
let incoming callers contact a certain extension...
Hi everyone! The following: Any calls coming in on extension 12121212 should get a message telling them to dial the extension of the person they are trying to reach, and then press #. The call should then go to the entered extension. This is as far as I got... *********************************************************** exten => 12121212,1,Wait,1 exten => 12121212,2,Answer exten
2005 Feb 11
1
Still stuck trying to make Asterisk read MySQL
I've been continuing to experiment with MySQL. I'm having absolutely no luck getting asterisk to read voicemail configuration data and mailbox configuration data from mysql tables instead of from voicemail.conf. The default Asterisk setup that reads from voicemail.conf and extensions.conf works fine. I'm using Asterisk CVS-v1-0-12/12/04-15:58:29 on a Whitebox Enterprise Linux box.
2005 Aug 19
2
FXO not picking up; baffled
I'm a newbie to Asterisk, but I'm moderately knowledgeable about phone systems. Right now, I'm most certainly confused. I have a TDM-04B (four FXO) and four analog FXO lines running into it from an AdTran 616. I have Asterisk working internally, although I could use some help getting incoming calls to answer properly and configuring my outbound dialplan. Here's where I'm
2004 Jan 27
1
Distinctive ring Issues
Hello all! We have a PSTN line with four numbers calling into it. There is distinctive ring on these lines. They are are follows: 1. standard ring 2. short ring 3. long ring 4. short ring, long ring, short ring Based on the information I have been able to find, I have created the following entries in my zapata.conf file, to try and weed out some of the timings: dring1=95,0,0
2004 Jul 23
0
qudBRI and transfering calls with the latest RC2.
I'm trying the latest bri 0.1.0 RC2 drivers. In announce I see implementation of so long waited Transfer feature. But I can't make it work. When the person who is making transfer after talking with second party press "R" second time to establish 3 way call the person to which call supposed to be transfered being disconnected. Any ideas whats wrong? Thanks, Dmitry
2004 Aug 20
1
x100p won't answer
Hi, I just got two digium x100p clones and installed asterisk on fedora core 2 which took some tweaking. After getting asterisk up I installed the zaptel stuff - then modprobed zaptel, wcfxs (for the fxo cards), which worked fine. ztcfg is showing two channels configured, but when I start asterisk and do show channels, i see no active channels. zapata.conf has: signalling = fxs_ks
2004 Jun 23
3
help needed with read()
Hi, Greatly appreciate if some one help me with the application read(). asterisk*CLI> show application read asterisk*CLI> -= Info about application 'Read' =- [Synopsis]: Read a variable [Description]: Read(variable[|filename]): Reads a '#' terminated string of digits from the user, optionally playing a given filename first. Returns -1 on hangup or error and 0
2004 Aug 21
3
zaptel config
Hi, Sorry, in my last mail I wrote "wcfxs" instead of what I actually used, "wcfxo." I just got two digium x100p clones and installed asterisk on fedora core 2 which took some tweaking. After getting asterisk up I installed the zaptel stuff - then modprobed zaptel, wcfxo, which worked fine. ztcfg is showing two channels configured, but when I start asterisk and
2009 Feb 24
2
Multiple SIPGate accounts.
Hi all, I have two sipgate accounts (numbers), if I have both accounts register only one will work for incoming calls (which is all i'm interested in). However if I disable either account the other account will work perfectly. Am I missing something obvious? Thanks in advance, Ray. Excerpts from sip.conf - [general] 8<---- SNIP! ---->8 Register => 1212121:aaaaaaaa at
2005 Feb 27
0
Interface * with ATA from ATA FXS port? (Here I go again)
Well, I thought I had my problem solved, but it is acting up again. Hopefully this time I can provide enough information. What I have is an * box setup with one X100P and TDM400 with one FXO and one FXS. For my regular setup with interfacing with my PSTN and my entire house with analog phones, the box is working great. I am trying to interface a Mediatrix 1202 device to my * box via the
2007 Jan 09
1
Asterisk 1.2.11 - ResponseTimeout being ignored
All - this is probably a simple problem, but I've been pulling my hair out trying to figure out what I'm doing wrong. I'm building a *simple* IVR menu. Here it is: [main-menu] exten => s,1,Answer exten => s,2,SetMusicOnHold(default) exten => s,3,DigitTimeout(5) exten => s,4,ResponseTimeout(30) exten => s,5,Background(logic-main) exten =>
2003 Apr 03
0
Music on Hold for SIP
I posted a message a little while ago but got no response (that I can recall), I've also seen other people mention this issue. Basically, when you have music on hold, it doesn't play the music on hold, the debug info shows it is starting and then stops straight away.. # My extensions.conf ... exten => s,1,Answer exten => s,2,DigitTimeout,5 exten => s,3,ResponseTimeout,10 exten
2003 Jun 03
0
Initial Connection Hangup (T100P) and Ringing Failure
I ran into a couple of odd problems with a new Asterisk box I have set up... I have a T100P connected to a channelized T-1 (24ch) to the PSTN. The T-1 is set up properly so far as I know and seems to work perfectly with one exception: When a call comes in, asterisk starts a 'simple switch' for it, goes through my 's' extension progression until it gets to the first Playback
2004 Oct 07
2
TDM400P with FXO/FXS hangup problem
Hello, I've got an Asterisk server with a TDM400P with 2 FXO modules and 2 FXS modules. This server is connected to 2 PSTN lines and 2 analog phones. In my Zaptel configuration, I've defined 2 groups : one for the 2 FXO's and one for the 2 FXS. The asterisk server is just used to add a little IVR and Voicemail service. Eveything works fine, but sometimes the conversation is
2003 Dec 14
1
Error loading modem driver
When I attempt to start asterisk with my modem setup listed it will not start attached are the error messages i get and also the modem.conf that i am currently using. Any assistance would be greatly appreciated. running CVS ver 12/7/03, modified only to allow the RxFax and TxFax to compile and run with it (from http://www.opencall.org) just e-mail me privately if you need more info Thanks in
2004 Jul 19
1
Unable to launch asterisk and connect to console. ?????
Any ideas? Thanks. [root@localhost root]# asterisk -r Unable to connect to remote asterisk [root@localhost root]# asterisk -vvvvvgcd Parsing /etc/asterisk/asterisk.conf Asterisk 0.7.0, Copyright (C) 1999-2001 Linux Support Services, Inc. Written by Mark Spencer <markster@linux-support.net> ========================================================================= Parsing
2004 Aug 08
2
pbx answers after answering from analog phone
I am setting up my * for at home office and still have analog phones attached and answer from those analog phones and not necessarily through the pbx. I found that with the X100P cards, they see the 2nd ring and will be ready to answer the line. I used a Wait to pause and allow another 2 rings before * answers. But found that if we answer the line after the 2nd ring and before the 4th, * still
2004 Sep 07
1
Asterisk + NetJet (ISDN4Linux)
Well, it has been a long time since I used my NetJet S cards with asterisk (moved to the quad PRI card) but I am trying to get this working again for home use. Basically, what I am using is this: Linux 2.6.8.1: config lines: # ISDN subsystem CONFIG_ISDN=y # Old ISDN4Linux CONFIG_ISDN_I4L=y # CONFIG_ISDN_PPP is not set CONFIG_ISDN_AUDIO=y # CONFIG_ISDN_TTY_FAX is not set CONFIG_ISDN_DRV_HISAX=y