similar to: Undocumented "exten" syntax?

Displaying 20 results from an estimated 700 matches similar to: "Undocumented "exten" syntax?"

2010 Mar 03
1
911, channel full
Hi, I am trying to implement 911 funtionality in my PBX. A call should drop if all lines are busy. Here is my context nineoneone from extensions.conf [nineoneone] exten => s,1,Set(SET_EMERG_FLAG=0) exten => s,n(checkavail),ChanIsAvail(${EMERGENCY_TRUNK}) exten => s,n,Set(EMERGENCY=1,g) exten => s,n,Set(SET_EMERG_FLAG=1) exten => s,n(dial),Dial(${EMERGENCY_TRUNK}/${EMERGENCY_NUM})
2011 Apr 02
1
Problem getting TDM400P clone card to go off-hook and dial
I am having problems getting a Nicherons TDM400P wildcard clone to dial out. Everything appears to be configured correctly, but although I see call progress, it never seems to actually pick up the phone. (The following is a test of 911 emergency, where I substitute 811 [repair service] as the actual number dialed.) *CLI> -- Executing [911 at from-internal:1]
2010 Aug 30
2
help with dialplan
Todd How do you have the context in the phones sip configs set? Bryant From: "Todd Reese" treese65 at gmail.com Hi all, I've been have problems with getting this system on line and would like to acquire some help with the extensions.conf. My current problem is that the phones won't dialout.on the VOIP lines listed as dialout1, dialout2, dialout3. This version of asterisk
2006 Jan 10
1
busydetect
Hi, I'm struggling to get busydetect to work. I'm using asterisk 1.2.1 and a digium TDM04B (4 port FXO) card. I've set busydetect=yes, busycount=6 and busypattern=300,200 in zapata.conf and i've modified zondata.c with a busy setting of 620+480, 300/200 which is the busysignal received from Korea Telecom. Asterisk isn't detecting the busy signal and doesn't hangup.
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
2007 Aug 27
3
voip provider settings problem, please help
hi ppl, i'm using asterisk 1.2 because i'm making use of voiceone, but before i was using asterisk 1.4 and had the same problem, it concerns an italian voip/sip provider called eutelia/skypho, my problem is the following one: when i start my pbx my skypho account is working fine, meaning that e.g. incoming calls are shown in the asterisk CLI and caller and callee can hear each other when
2006 Feb 19
2
Line Dropouts on E405P
Hi, We have a Ericsson BP250 Phone system setup witht he following configuration Telco <-> Asterisk E405P <-> BP250 The system seem to work perfectly on 1.0.9 for a very long time but there is some functionality we wanted to take advantage of in the 1.2 version branch so we upgraded. Currently running Asterisk 1.2.4 Zaptel 1.2.3 (noticed 1.2.4 is out will upgrade next
2007 Aug 28
1
calls being forwarded to neighbor?? please help, thx :)
hi ppl :D my configuration is as follows, i run (let's call it machine 2) debian etch 4.0 and asterisk 1.2, i use voiceone (www.voiceone.it) as an interface to manage asterisk, I have a grandstream/handytone 486 as a sip device, no PSTN line or anything like that all SIP only. I have a machine (machine 1), which functions as my router and machine 2 and sip device are behind it, grandstream box
2005 Mar 22
0
RE: Asterisk-Users Digest, Vol 8, Issue 150
The update worked like a charm! Hold music is as cheesy as ever! Thanks much, this list is a life saver! Dan ------------------------------ Message: 2 Date: Fri, 18 Mar 2005 09:16:59 -0600 From: Eric Wieling <eric@fnords.org> Subject: Re: [Asterisk-Users] Redhat 9 Music on hold To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com>
1997 May 15
1
Vulnerability in Elm-ME+
Hello, I have confirmed that the recently-reported vulnerability in Elm is also present in Elm-ME+ and thus also in Debian GNU/Linux version 1.2, prerelease version 1.3, and development tree "unstable". Below is a short diff to correct the problem. Debian GNU/Linux 1.2.x uses stock Elm 2.4pl25. Users of that version of Elm should upgrade to Elm-ME+ as detailed below. Debian 1.3
2005 Sep 23
0
Problem with outbound calls
Hi everybody, I have some problems making calls from a sip user (HT286) to the pstn trough Digium Wildcard TE110P, i allways have an error : SIP 403 INVITE sip:0170708959@192.168.1.4;user=phone SIP/2.0 Via: SIP/2.0/UDP 192.168.50.1;branch=z9hG4bK6576a5e11afe28bd From: "test" <sip:4000@192.168.1.4;user=phone>;tag=713be5ecf76eda79 To: <sip:0170708959@192.168.1.4;user=phone>
2006 Feb 16
2
Safely editing voicemail.conf
We have a problem with Asterisk not locking voicemail.conf for update. It appears to not protect the file even against itself. It certainly doesn't use flock() to protect it against others. This is a problem for several reasons. First, of course, people can be hand-editing the file to add or remove users. Secondly, automated programs may be appending data to it for the same purpose.
2005 Mar 25
2
911 & SoftHangup on SPA-3000
Hi, I have a SPA-3000 and would like to use the 911 recipe from http://www.voip-info.org/wiki-Asterisk+tips+911. So I took the simple recipe and modified it slightly: exten => 911,1,ChanIsAvail(SIP/potsoutbound) exten => 911,2,Dial(SIP/potsoutbound/911) exten => 911,3,Hangup() exten => 911,102,SoftHangup(SIP/potsoutbound) exten => 911,103,Wait(1) exten => 911,104,Goto(1) Now,
1997 May 03
3
Re: Buffer Overflows: A Summary
-----BEGIN PGP SIGNED MESSAGE----- > Date: Fri, 2 May 1997 12:33:00 -0500 > From: "Thomas H. Ptacek" <tqbf@ENTERACT.COM> > On almost all Unix operating systems, having superuser access in a > chroot() jail is still dangerous. In some recent revisions of 4.4BSD > operating systems, root can trivially escape chroot(), as well. I was thinking about possible attacks
2007 Feb 01
1
Bug#409271: initramfs-tools: NFSv4 not supported for root fs
[ adding klibc ml to cc ] On Thu, Feb 01, 2007 at 09:29:52AM -0600, John Goerzen wrote: > > It appears to be largely undocumented, but a review of > /usr/share/initramfs/scripts/nfs shows that this package supports NFSv2 > and v3 only. I don't know why v4 isn't supported. yup, this needs nfs v4 support in klibc nfsmount. would be could to get that soon postetch, but someone
2005 Mar 11
4
VoipJet Terms of Service
I've heard good things about VoipJet here, so I was going to set up an account. Then I noticed their Terms of Service here: https://www.voipjet.com/tos.php Several things there are very concerning to me, and I'm interested in what other people here think of them. * The ToS specifically forbids use for any call relating to medical, financial, or government matters -- as well as any
2006 May 29
4
How to enable call waiting on Sip Phones
How do you enable call waiting on sip phones? Ive looked and googled and can only find call waiting pstn phones butnot for sip. Is their a way of setting this up within the dailplan?
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 Feb 01
3
Dumb Dialout Question
I'm still trying to learn some parts of Asterisk, so sorry in advance for the dumb question! How do I set up an extension to dial out to the PSTN through my ZAP interfaces? I want the ability to have a ring group that will ring all of the phones in an office and then ring cell phones if nobody answers. I'm sure this is simple to do but I'm at a loss. I have tried the following
2006 Mar 07
1
Setting Vaaibles
Helo List, First I would like to apologize for my bad spelling as well as that I did not search the wiki first. I only have email access at the moment. I am having trouble setting both variables and global variables thru an extension. I am using Asterisk 1.2.4 with Ztdummy on CentOS 3.4 with an Xlite softphone. I have two xlite phones on diffent computers. One logs in as xlite1 and the other as