similar to: WAIT FOR DIGIT not working

Displaying 20 results from an estimated 5000 matches similar to: "WAIT FOR DIGIT not working"

2006 Sep 29
4
real time billing system
Hi, sorry for the question, i've been searching for a real time billing system for asterisk with zap/sip support, for use in post paid systems like "locutorios", do you know of or use any ? thanks -- patoVala Linux User#280504 Hablando en http://www.elprimoalcahuete.com "El tiempo cura los dolores y las querellas porque cambiamos. Ya no somos la misma persona. -- Blaise
2007 Apr 02
1
adding chan_celliax
Hi, I've installed asterisk 1.2 on debian/unstable and i would like to add the chan_celliax channel to my existing configuration in debian, is there a way to do that?? -- patoVala Linux User#280504 Hablando en http://www.elprimoalcahuete.com "<markm> c++: the power, elegance and simplicity of a hand grenade"
2007 Dec 04
2
pstn call waiting and zap
Hi, I hope someone could help me, i have a x100p interface for testing purpose and on each incomming call I redirect the call to handytone 388 atas, the problem comes when i'm during a call and another call comes in, i hear the call waiting beep (comming from the zap channel), but I can't catch the call as usually using flash+2 (my pstn call wait sequence), because when i flash the
2003 Aug 25
2
SetVar on sample.call
Hi all!! Does anyone have a short example or even better - a working AGI script that uses "GET VARIABLE' from a /var/spool/asterisk/outgoing call that uses "SetVar"? Here's what I've tried with no luck so far: sample.call ================= Channel: SIP/1000 MaxRetries: 2 RetryTime: 60 WaitTime: 30 Application: Agi Data: playTasks.agi Callerid: Nightly Processor
2006 Oct 22
3
G.729 operating on outgoing only
Greetings list, I have an older Dell Poweredge server running Asterisk 1.2.13. I have installed 5 licenses for G.729 from Digium. I have 5 SIP trunks through a US provider. When my system makes outgoing calls, they go out as G.729. However, when an incoming call comes in, my server does not indicate to the provider's server that G.729 is an option, so the remote server sends the call
2023 Apr 04
5
[RFC PATCH 0/5] fstests specific MAINTAINERS file
I think I might be mad to include that many mailing lists in this patchset... As I explained in [PATCH 1/5], fstests covers more and more fs testing thing, so we always get help from fs specific mailing list, due to they learn about their features and bugs more. Besides that, some folks help to review patches (relevant with them) more often. So I'd like to bring in the similar way of
2007 Jun 30
2
Determining whether a function's return value is assigned
Dear all, Does R offer a means by which a function can determine whether its return value is assigned? I am using R 2.4.1 for Windows. Suppose what I am looking for is called "return.value.assigned". Then one might use it like this myfunction <- function () { # Create bigobject here if (return.value.assigned()) { bigobject } else {
2016 Jan 06
2
No joy with my first AGI Python script
It's very simple but it doesn't work. Here's the entire script. #! /usr/bin/python import sys env = {} def comm(cmd): sys.stdout.write(cmd.strip() + '\n') sys.stdout.flush() return sys.stdin.readline().strip() while 1: line = sys.stdin.readline().strip() if line == '': break key,data = line.split(':') if key[:4] == 'agi_':
2006 Dec 18
2
AGI Help Please
List, I finally decided to break down & start playing with AGI scripts, but for the life of me, I can't figure out what I am doing wrong. Below is a super simple script to run a query in mysql to see how many call records there are for the extension calling in, then print the total in the CLI. This is all I get on the CLI: -- Executing AGI("SIP/216-0baa",
2003 Dec 29
1
Agent setup
Dear Group, I have been successful in setting up the Agents, queues and getting agents to log in. Is there a way that I could configure the system so that the agent is called back. i.e. the agent logs into the system, a call is destined for them and their phone rings. If some one has this setup I would be very interested in hearing from them. Warm Regards and Thanks --------------- Shad
2005 Aug 22
1
Cut leading digit?
Using a spa3000 with asterisk cvs head, and the spa3k is config'ed with a dialplan that essentially routes any call starting with an "8" to asterisk. All other US 7 and 10 digit calls, 911, etc, route via the spa3k's fxo port. Is there a way in extensions.conf to: - inspect the dialed exten number, - if first digit is "8", drop the 8, - continue through each
2005 Oct 12
3
AGI and set_callerid for number and name
Hi, I've been trying to use the set_callerid function in the AGI. It sets the CallerIDname properly but I can't figure out how to set the CallerIDnumber. Is it at at possible ? Cheers. SL
2006 Jun 02
1
PHP-AGI help
Can someone help me with this AGI script to send an email. It just isn't working. The file is being called in the dialplan and is saved as em.agi but it isn't sending the email. #!/usr/bin/php4 -q <?php ob_implicit_flush(true); set_time_limit(6); $in = fopen("php://stdin","r"); $stdlog = fopen("/var/log/asterisk/my_agi.log", "w"); //
2007 Jun 22
2
STDERR in AGI
Hi all, I just started programming using AGI and I have a simple question about STDERR. If I understood it right, all the messages sent to "STDERR" should be shown in the Asterisk console, but using the following python code I just can't see anything. #!/usr/bin/python # # File: /var/lig/asterisk/agi-bin/agi-test.py # # Description: An AGI Script # import sys env =
2010 Jan 26
1
Asterisk 1.2.37 + BLF + ParkedCalls + SPA962
Greetings all. First off, thank you for your time on this. I have spent literally 12 hours searching every forum and article I can find, and I'm going cross-eyed, so I need to bother everyone with this. I am running * 1.2.37, and I am trying to get the hints working, so I can turn one of my SPA962's LED's red when someone parks a call. I have used Button #3 on my SPA962 to
2006 Mar 13
1
rsync log file question
I saw in the rsync.d documentation that there is a perl script to parse the default log format for tranferred files. Is there a utility out there that will handle the server/client log files even if you chaneg the format around? thanks Doug -- What profits a man if he gains the whole world yet loses his soul? -------------- next part -------------- HTML attachment scrubbed and removed
2020 May 22
3
fail2ban setup centos 7 not picking auth fail?
On Fri, May 22, 2020 2:05 pm, Adi Pircalabu wrote: > On 22-05-2020 10:38, Voytek Eymont wrote: > > Hardly a Dovecot issue. Can you please post the output of this command? > /usr/bin/fail2ban-regex /var/log/dovecot.log > /etc/fail2ban/filter.d/dovecot.conf Adi, thanks, what I get is: # /usr/bin/fail2ban-regex /var/log/dovecot.log /etc/fail2ban/filter.d/dovecot.conf Running
2010 Mar 03
2
[LLVMdev] folding x * 0 = 0
On Wednesday 03 March 2010 13:13:50 Chris Lattner wrote: > > Why not at first create a compile time option for this so that the > > code is already available for special purposes? > > I'm not sure how that would work, but it most likely wouldn't fit with the > design of llvm. If this is important, I'd rather fix the representational > issue. I agree. The
2003 May 12
7
FW: S+ Script Files for R???
> Hi List, > I'm trying to get a bunch of hardened S+ users to switch to R. They won't > move because they have got addicted to the S+ (.ssc) > scripting files, available for MS windows versions. In these files you > highlight the code you want to execute by mouse, press an arrow in the > menu, and it fires it off to the S+ compiler directly. Is such a facility >
2009 Feb 08
2
keytab-lilo included with SYSLINUX is not up to date
Hi, I just noticed that the keytab-lilo utility included with SYSLINUX isn't up to date. It *is* a problem since the old version isn't compatible with current distributions like Debian ou Ubuntu (for example). Two options are offered to those who would like to use keytab-lilo in order to generate a file compatible with the KBDMAP directive : - use an up to date version of keytab-lilo