search for: nineoneone

Displaying 5 results from an estimated 5 matches for "nineoneone".

2011 Apr 02
1
Problem getting TDM400P clone card to go off-hook and dial
...d 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] Goto("SIP/101-00000000", "nineoneone,s,1") in new stack -- Goto (nineoneone,s,1) -- Executing [s at nineoneone:1] Set("SIP/101-00000000", "SET_EMERG_FLAG=0") in new stack -- Executing [s at nineoneone:2] ChanIsAvail("SIP/101-00000000", "DAHDI/4") in new stack -- Hanging up o...
2010 Aug 30
2
help with dialplan
...xten => s,1,Set(CHANNEL(musicclass)=default) exten => s,n,Dial(${ARG1},20,Ttr) exten => s,n,Voicemail(${MACRO_EXTEN}) exten => s,n,Hangup exten => s,102,Voicemail(${MACRO_EXTEN}) exten => s,103,Hangup [dialout1] include => from-internal include => 411 exten => 911,1,Goto(nineoneone,s,1) exten => _1NXXNXXXXXX,n,Dial(SIP/v6781234567/${EXTEN},40,Ttr) exten => _NXXNXXXXXX,n,Dial(SIP/v6781234567/${EXTEN},40,Ttr) [dialout2] include => from-internal include => 411 exten => 911,1,Goto(nineoneone,s,1) exten => _1NXXNXXXXXX,n,Dial(SIP/voipdialACA/${EXTEN},40,Ttr) ext...
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}) exten => s,s+2(trunkbusy),...
2011 Feb 04
1
SoftHangup on asterisk 1.8.2.3
...en => s,1,Set(CHAN=${SHELL(asterisk -rx "core show channels" | awk '/^SIP\/vgw1-/ { print $1 }' | head -1)}) exten => s,n,SoftHangup(${CHAN}) exten => s,n,Wait(2) When I dial the extension to invoke the above dialplan code, the console shows: -- Executing [s at nineoneone:10] SoftHangup("SIP/111-000000a3", "SIP/vgw1-000000a2") in new stack but the SIP/vgw1-000000a2 is still active. If I use 'channel request hangup SIP/vgw1-000000a2', the call is dropped instantly. Am I using SoftHangup incorrectly? -- Jeremy Kister http://jeremy....
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.