similar to: Dial Application priorities

Displaying 20 results from an estimated 700 matches similar to: "Dial Application priorities"

2004 Aug 09
3
AbsoluteTimeout Inside A Macro
Hi all, Is it just me and not reading the docs right, or has anybody else had problems with the AbsoluteTimeout application and the 'T' extension when used inside a macro? [macro-attended] ; ARG1 is the device to dial out on, SIP or Zap, or whatever ; ARG2 is the extension to dial using 'attended' dialing exten => s,1,AbsoluteTimeout(30) exten =>
2023 Feb 22
1
Asterisk simply stops call processing
If there are multiple connections that the utilize the same driver, try putting: Threading = 2 in the appropriate driver section of /etc/odbcinst.ini ...this would be a possibility if the problem is intermittent. Also can you successfully execute the same SQL from the cli? By the way, what driver is asterisk using? On Mon, Feb 20, 2023 at 11:12 PM Antony Stone < Antony.Stone at
2004 May 06
0
Problem in extensions.conf
Ok I tried but it does not work: now the settings are as follow exten => _123.,1,Answer exten => _123.,2,AGI(test.agi) exten => T,1,hangup the AbsoluteTimeout(5) is in test.agi (PHP) I put "AbsoluteTimeout" before "Answer": when i call for e.g 123456 it tries upto timing out. So I put again "Answer" and then "AbsoluteTimeout" then the last AGI
2005 Aug 21
1
Call duration limits not working
Hello everybody. Recently I've been trying to limit the duration of some calls for a simple application I'm writing. Unfortunately all of the documented methods are failing and I'm not sure what else to try. Here are some samples of what I've done: 1) The AbsoluteTimeout application. - exten => 1,1,AbsoluteTimeout (30) 2) The new version of AbsoluteTimeout. - exten
2006 Jun 26
1
M() option to Dial
I'm using the M() option to Dial() and having problems. In the following dialplan example ANY digit exits the macro. When the callee presses 1 the Noop(Reset AbsoluteTimeout(0)) does not get run. Does anyone have any ideas as to what I'm doing wrong? Asterisk 1.2.x [extensions] exten => 2998,1,Dial(Zap/1/5551212,,wM(answer-confirmation^20)) [macro-answer-confirmation] exten
2004 Jan 23
3
SIP Absolute Timeout
Hi All, I've been having a hard time getting the AbsoluteTimeout function to work. Is this Function working in for SIP? I've search all the messages in the news letters and tried what was suggested and still have not gotten it to work. Below is a portion of my extensions.conf. I've also been running these test on ver 0.5.0 exten => _X.,1,Absolutetimeout(20) exten =>
2005 Jun 20
0
Suggestions for using AbsoluteTimeout
I just discovered an 18 hour call to Brazil that was 60 seconds of an employee calling a customer, then 18 hours and 47 minutes of background noise in their office. The Cisco 7960's have an issue where you sometime don't realize the phone is still off hook as was the case for this call. I'd like to use some options like AbsoluteTimeout, which would jump in the middle of a call every
2004 May 05
1
Problem in Extension.conf
Hi, Have a problem in my extension.conf: I have: [sip] exten => _333.,1,wait,3 exten => _333.,2,Answer exten => _333.,3,AbsoluteTimeout,7 exten => _333.,4,Hangup I wanted to test if * is executing this dial plan by calling 3335254255 for example. The problem is as follow: It waits, it answers but it does not seems to see the Absolutetimeout: call goes forever. What's wrong? Am
2003 Oct 26
0
Re: [Asterisk-Dev] important feature missing?!
>one of the common features in PBX devices is the ability to set a time limit >on duration of calls (esp. outgoing, for each station) and usually a warning >beep is played few seconds before time runs out. as far as i could >understand it's possible to set a time limit on calls using something like: >exten => 2000,1,AbsoluteTimeout(20) >but that's only on *incoming*
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
2007 Mar 09
1
Another Faxing Question
This probably came up before, but I have a faxing question for everyone. I have a simple extension setup to use rxfax to receive faxes sent to asterisk. It is: exten => s,1,Answer() exten => s,n,AbsoluteTimeout(300) exten => s,n,Set(FAXFILE=/var/spool/asterisk/fax/${ARG1}_${CALLERIDNUM}_${UNIQUEID}.tif) exten => s,n,rxfax(${FAXFILE}) exten => s,n,System(/usr/bin/mailfax
2004 Jan 18
0
Office-wide paging with Asterisk and Cisco 7960 7940 phones
I spoke the other day about my preliminary tests with office-wide paging with Cisco phones using the new SIP 6.1 image which supports auto-answer. I've got a small and crude recipe for those of you who want to experiment and hopefully create some better and more complete examples than the one I've thrown together below. Create a new line on each of the Cisco phones, and put the
2004 Jan 21
2
Starting with MGCP and Asterisk
Hi. I'm trying to start a MGCP configuration in Asterisk but i have some basic problems. I hope that someone can help me. First ..how do set two call agents in the configuration files? How is the extensions.conf for MGCP?! I'm trying to start the Asterisk, and obtain this: [root@server3 asterisk]# ./asterisk -vvvc == Parsing '/etc/asterisk/asterisk.conf': Not found (No such
2004 Sep 18
1
First time asterisk installation problem
Hi all, I am trying to install asterisk on my system, the compiplation and installation process all seem to work fine (make ; make install ; make samples). But astersik fails to start. Is the sample configs not supposed to work out of the box? Even more confusing, it seems to fail at different points every time I start it, but this is probobly because of threads starting differently or something?
2004 Sep 14
1
asterisk does not start...
When I do a 'asterisk -vvvvvc' I get following, but asterisk does NOT stay up: == Parsing '/etc/asterisk/asterisk.conf': Found == Parsing '/etc/asterisk/extconfig.conf': Found
2005 Feb 18
3
Help asterisk startup errors
Hello all, HI i am very new to asterisk and my boss needs me to investigate setting up asterisk for a new client. I have downloaded and installed (make, make install and make progdocs)asterisk on my personal computer and when i try to run it (./asterisk -vvvc) i get the following output below: NOTE: i am running REDHAT 9.0 on a 796MHz cpu machine: I am excited to be able to work with asterisk
2004 Jan 08
5
AbsoluteTimeout Users Messages
Hi, All Is there a provision for "AbsoluteTimeout" application to notify called and calling party of the reason why the call suddenly ended? This way, the parties will be much better informed, hence they will/should not think that their VOIP/telco provider(s) are providing bad service. Ta SJ
2006 Apr 11
2
Dial out on Zap: Can't fix up channel from 31 to 30 because 30 is already in use??
Hi, I still cant dial out on Zap and I really have no clue why. I'm using Asterisk Asterisk 1.2.6 and Zaptel 1.2.5 with Digium card 4 ports, 31 channels each and able to receive incoming calls and fax perfectly. I've done this in my dial plan. exten => 111,1,Answer() exten => 111,n,Ringing() exten => 111,n,Wait(2) exten => 111,n,AbsoluteTimeout(30) exten =>
2007 Jan 17
2
AbsoluteTimeout with canreinvite=yes
Is AbsoluteTimeout designed to work with canreinvite=yes? If not, are the any other options for disconnecting a call after a predefined duration when using canreinvite=yes? Thanks! David