similar to: trouble using variables with included contexts

Displaying 20 results from an estimated 5000 matches similar to: "trouble using variables with included contexts"

2005 Feb 12
0
Outbound calls on a busy Zap/1: BUSY vs. CHANUNAVAIL
Hi, I'm using the macro below in extensions.conf for most of my outbound calls. One issue with my current configuration is that when I make an outbound call it doesn't properly detect that my PSTN line (Zap/1) is busy with another call and then overflow to my outbound IAX connections. I think the root cause is that DIALSTATUS gets reported as BUSY. The debug output is below. My desired
2005 Mar 17
3
Undocumented "exten" syntax?
Over at http://www.voip-info.org/wiki-Asterisk+tips+911, I see these extensions.conf lines: exten => s,1,SetVar(SET_EMERG_FLAG=0) exten => s,n(checkavail),ChanIsAvail(${EMERGENCY_TRUNK}) exten => s,n,SetGlobalVar(EMERGENCY=1) exten => s,n,SetVar(SET_EMERG_FLAG=1) exten => s,n(dial),Dial(${EMERGENCY_TRUNK}/${EMERGENCY_NUM}) exten => s,s+2(trunkbusy),GotoIf($[${EMERGENCY} =
2005 Jun 15
0
Asterisk slow transferring calls
Hi, Running Asterisk CVS-Head latest on a Dual P3 800 1Gb Ram. For some odd reason now that I have the asterisk box almost to the stage I want it, I hit a problem. I have a te405p in the system, Zap/g1 is connected to the telco as an ISDN 30, Zap/g4 is connected by ISDN Primary Rate to an Ericcson BP250 phone system. When calls come in on g1 they go straight through instantaneously to the
2006 Dec 19
0
dtmf and ivr
hello, i try to build a IVR for our company my problem is that the dtmf tones are not recognized by the phones i tried several phones. BUT when i call the voicemail i can navigate with all phones through the menu. I use * 1.2 here is the context: [ivr] exten => s,1,Answer exten => s,2,SetMusicOnHold(default) exten => s,3,DigitTimeout,5 exten => s,4,ResponseTimeout,10 ;SAI menu -
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
2005 Jul 11
2
Sharing variables between contexts
Hello all, I'm having trouble getting variables to work the way I want them to, let me begin with a simple explanation of the problem, I'm using something like this in my extensions.conf: [default] exten => 5000,1,SetVar(Recipient=test@test.com) exten => 5000,2,Goto(mailexten,s,1) exten => 6000,1,SetVar(Recipient=test@test.com) exten => 6000,2,Goto(mailexten,s,1)
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 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 May 16
1
** Asterisk Sunday Morning News: Contribute to the community
Another Asterisk week has gone by. A lot of changes has been submitted into the CVS head, only a few to CVS stable. CVS stable only changes for bug fixes now. * Using MGCP? Please step forward!! ----------------------------------- There are a number of MGCP bugs and fixes in the bug tracker that needs more activity. If you are using the MGCP protocol, please step forward and help us fix this.
2004 Dec 01
0
extension and PSTN connection
I got two phones on an ATA-186 (601, 602) and two phones on the TDM22B (603, 604). I have two lines on the TDM22B. I cannot figure out some of the problems: 1. 601 dials via ZAP/3-1 to local phone number at PSTN: ringing pickup on PSTN (empty) still ringing in the phone set 601 2. call from PSTN back: 601 picks up ... everything works !!! No caller id shows up 3. For testing I have only one
2005 Jan 23
0
Upgrade to the newest cvs now asterisk will not start
Hello group I just update to the newest CVS now I'm not able to get asterisk to start. No error during the make or make install I did a make clean before the make;make install Any help would be great!!!! Here is the output asterisk -vvvvvgcd Parsing /etc/asterisk/asterisk.conf Parsing /etc/asterisk/extconfig.conf == Binding realtime_ext to mysql/realtime/extensions_table == Binding
2005 Jan 23
0
Upgrade to the newest cvs now asterisk will notstart
Looking at the error I tried moving chan_modem* out of the modules folder and asterisk started and its working again... Not sure what changed in the chan_modem_i4l.so but removing it from the folder fixed my problem. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Eric Hall Sent: Sunday, January 23, 2005
2005 Aug 11
2
wildcard/FXO config
Trying to config the latest Asterisk/zaptel with an Digium Wildcard and a single X100m FXO interface connected to a POTS analog line. Build and install of both work ok - I'm using Suse 8 on a dual Pentium box. I load the driver with "modprobe wctdm" and the LED on the wildcard lights up. Then I start Asterisk with "asterisk -vvvgc" and asterisk fails to start. The
2004 Apr 27
2
Getting started woes and an archive question
Hi All, I am a newbie and having some trouble getting Asterisk to work. I have checked out zapata zaptel libpri and asterisk (both v1-0_stable and regular--in separate directories). All built according to the documentation I have found and installed correctly. I have modified/created zaptel.conf zapata.conf as attached. I get the following messages/error during asterisk startup. ==
2003 Jun 29
1
SIP only with no soundcard?
Skipped content of type multipart/alternative-------------- next part -------------- [root@LINUXVM root]# asterisk -vvvc == Parsing '/etc/asterisk/asterisk.conf': Found Asterisk 0.4.0, Copyright (C) 1999-2001 Linux Support Services, Inc. Written by Mark Spencer <markster@linux-support.net> ========================================================================= == Parsing
2003 Apr 10
1
Group mapping problem - please help
Hi. I'm using Samba 2.2.7a-security-rollup-fix (RH-9.0) as member of WinNT4 domain. I joined samba to the domain. I configured the winbind daemon and nsswitch switch to map NT users to unix users. Then I set ACL support on an ext3 partition and share the mount point of this partition with ACL Samba support: - my share is [test_share] - the directory is /mnt/test_dir Shortly: ----
2005 Feb 19
3
Still asterisk startup crash plz help
Hi, First i would like to thank the kind people of the list who have answered my previuos mail, but i am still stuck as asterisk still crashes upon startup, i have read the install article at http://www.voip-info.org/wiki-Asterisk+Step-by-step+Installation and i have search the asterisk archives, but i still cant get asterisk to work, i have tried reinstalling asterisk but it still complains and