similar to: Setting Vaaibles

Displaying 20 results from an estimated 600 matches similar to: "Setting Vaaibles"

2006 Mar 14
3
Outbound paging dialplan example?
Due to changes at the office, I'm finally getting around to setting up an AA to deal with incoming calls. One of the big changes is that we're dropping the old alphanumeric pager and will just send pages to our phones. I've got the outbound greeting message working in a test context no problem right now, but I'm kind of stuck on how to capture a DTMF sequence from a user and
2005 Sep 02
2
chan_capi hfcpci mISDN linux 2.6.12 not working
Hello, These are error messages I get when I try to call a number over CAPI channel. -- Executing SetCallerID("SIP/xlite1-3b80", "0") in new stack -- Executing Dial("SIP/xlite1-3b80", "CAPI/hfcpci/b17") in new stack > data = hfcpci/b17 > capi request for interface 'hfcpci' == hfcpci: Call CAPI/hfcpci/b17-1 (pres=0x00,
2004 Jan 04
1
pager reminder script
Since the list community has done so much for me in my humble asterisk beginnings I have put together a simple little script written in php that serves as a paging reminder script. If anyone is interested in a copy of it contact me off list and I'll forward you a copy. The basics of the script are as follows: It queries an asterisk inbox of your choosing for the existence of a file that
2005 Aug 13
2
forward incoming analog call to SIP?
I'm trying to setup a demo where my Asterisk box with a TDM01B (FXO) answers an incoming call and forwards that call to a SIP softphone (X-lite.) Seems all is built/installed okay: # ztcfg -vv Zaptel Configuration ====================== Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) 1 channels configured. I'm pretty new at this and the extensions.conf file is eating my
2004 Oct 05
1
difference between dtmf digit 8 and 9
Hello, this is an example extensions.conf. [default] exten => 500,1,Answer exten => 8,1,SetGlobalVar(firstdigit=8) exten => 8,2,Goto(process,s,1) exten => 9,1,SetGlobalVar(firstdigit=9) exten => 9,2,Goto(process,s,1) I call extension 500 and send dtmf digit 9. This is printed to the CLI: -- Executing Answer("Zap/20-1", "") in new stack -- Accepting
2006 May 22
1
behaviour depending on count of used lines
Hi there, I want to set up an extension set that acts different depending on the count of used lines. I have a EuroISDN E1 board with mISDN and I only want to offer 10 lines. Therefore I set up a global variables LINES in the general section of extensions.conf and instantiate it with 0. I a call is incoming I check the LINES variable wether is 10 or more. If so I make a call transfer. If not
2009 May 20
1
Macro with DIALSTATUS
Hi, I am trying to pass DIALSTATUS to a Macro so that i can set a variable when a call is placed (call is placed via a call file to another extension first). Basically i don't want to dial a number where a call is already bridged and thats why i am setting a variable. [macro-afterdial]; exten => s,1,Goto(s-${ARG1},1) exten => s-ANSWER,1,SetGlobalVar(NUM${ARG2} = "ACTIVE")
2003 Oct 23
1
Extended logic syntax
Hi. Can anyone help me with the following: [globals] OFFICEHOURS .................................... [internal] exten => *80,2,SetGlobalVar(OFFICEHOURS=100) exten => *80,2,SetGlobalVar(OFFICEHOURS=200) .................................... [incoming] exten => s,1,GotoIf($[${OFFICEHOURS} = 100}]?incoming-officehours:incoming-officehours-off 1. Am I using the right sytanx when
2015 Apr 16
2
Samba process pegging CPU
On Thu, Apr 16, 2015 at 02:33:20PM +0000, Donaldson Jeff wrote: > My apologies, went to paste and accidentally sent the message...see below for rest of detail. > > > Greetings, > > > I'm currently experiencing an issue with two of my three Samba servers where one Samba process is pegging the CPU usage and eating up a lot of virtual and resident memory. While this is
2003 Oct 28
4
Software FAX
Everyone, Just thought I would drop a line telling everyone here I have the software RxFAX/TxFAX up and running without any real problems. I did have to..... RH 9.0 1) Install an audio devel rpm 1) install libtiff from source, and copy over a bunch of include files to /usr/local/include 2) build/install spandsp 3) move app_rxfax.c and app_txfax.c to apps/ dir in asterisk source tree. 4)
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} =
2013 Nov 27
3
issue with speech in IVR
hello list i have an IVR menu in asterisk 1.4 like below exten => 600,1,Ringing() exten => 600,n,Wait(2) exten => 600,n,Goto(home,s,1) [home] exten => s,1,SetGlobalVar(sounds_path=/var/lib/asterisk/sounds/) exten => s,n,Background(${sounds_path}music1) exten => s,n,Background(${sounds_path}music2) exten => s,n,Background(${sounds_path}music3) exten =>
2015 Nov 04
4
Find me macro - calling multiple people to get a hold of one
Hi list, We're trying to set up a phone number that customers can call to get a hold of anyone of a group of sysadmins (and not their voice mails!). We found the findme example ([1]) that makes the callees press 1 to accept the call. It almost works, but it doesn't work correctly when one of the callees, the sysadmins, hangs up after accepting the call. We're using this
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 27
1
Problems connecting xlite phone
I am using the latest xlite phone to connect to the latest version of asterisk (20040727). When I try to make a call the xlite phone tells me "Call not approved". I used the configuration options that were listed on the wiki. The context in the sip.conf file is "from-sip". I have a matching context listed in the extensions.conf file. The phone is able to register
2004 Aug 13
0
SIP<->H323 "Failed to create smoother"
hello, Im tryin to make Calls from MS Netmeeting(h323) to Xlite(SIP) it rings, but as soon as i answered it dissconnects!!!! This is what i get from the Asterisk console: -- Executing Dial("OH323/R27469", "SIP/xlite1|10") in new stack Aug 13 10:19:03 DEBUG[524304]: chan_sip.c:1265 create_addr: Setting NAT on RTP to 0 Aug 13 10:19:03 DEBUG[524304]: chan_sip.c:1500 sip_call:
2015 Apr 16
3
Samba process pegging CPU
Greetings, I'm currently experiencing an issue with two of my three Samba servers where one Samba process is pegging the CPU usage and eating up a lot of virtual and resident memory. While this is happening I get a "ERROR(runtime): DsReplicaGetInfo of type 0 failed - (-1073610723, 'NT_STATUS_RPC_PROTOCOL_ERROR')" error when I try to run the samba-tool drs showrepl command.
2005 Jan 27
1
Stumped by BroadVoice SIP
Hello guys. I am a fairly new user to Asterisk, and I'm just having a tough time. My goal is to set up a VOIP PBX. I have signed up with a BroadVoice number, and I have three systems with SIP phones. The PBX and the SIP phones are all behind a Cisco PIX running NAT. I am using Asterisk CVS version from yesterday. I also tried 1.0.3 with little luck. The SIP phones are two X-Lites on
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
2005 Oct 13
1
Noob help with IAX
Ok so I've just built and installed a CVS (HEAD) version of asterisk on RHFC2 running a 2.6.13.3 kernel.org kernel. I installed the samples via "make samples". Everything seems to work except one thing. I'm trying to do the connect to the Digium IAX demo server portion of the demo (dial 500) and I just get the following messages. I am behind a NAT server and did NOT change