Displaying 2 results from an estimated 2 matches for "in_1234567".
2004 May 28
1
Zap callgroup/pickupgroup question
...pgroup=1,3
immediate=no
callerid="Benshaw VOIP" <(256) 848-5432>
channel => 1-16
context=fxo
callerid=asreceived
signalling=fxs_ks
transfer=no
group=2
callgroup=2
pickupgroup=2
echocancel=128
echocancelwhenbridged=yes
echotraining=yes
callprogress=no
channel => 17-23
context=in_1234567
callerid=asreceived
group=3
callgroup=3
pickupgroup=3
callprogress=no
channel => 24
---------------8<---------------------
extensions.conf for in_1234567 context:
[in_1234567]
exten => s,1,Dial(IAX2/benshaw@ak_home/s,20,Ttr)
exten => s,2,Dial(${FXOTRUNK}/${AKCELL},,Ttr)
exten => s...
2004 Jun 01
1
Zap and call pickup -- it don't work.
...p/24-1'
-- Hungup 'Zap/24-1'
As you can see, Zap/24-1 is *clearly* in AST_STATE_RING. The only weirdness I
see is that the hookstate is "off hook" -- I did NOT Answer() the call, and
my * box at home did not answer the call. My extensions.conf file looks like
this:
[in_1234567]
exten => s,1,NoOp(${DATETIME} ${CALLERID})
exten => s,2,System(/usr/bin/perl /usr/local/scripts/astbot.pl '${CALLERID}')
exten => s,3,Dial(IAX2/benshaw@ak_home/s,20,Ttr)
;exten => s,4,Dial(${FXOTRUNK}/${CELL},,Ttr)
exten => s,5,Hangup
exten => h,1,Hangup
exten => t,1,H...