Displaying 2 results from an estimated 2 matches for "timest".
Did you mean:
times
2006 Jan 31
5
Queue() with timeout=0
...lt
monitor-join=yes
monitor-format=
maxlen=0
leavewhenempty=no
joinempty=no
context=
announce-holdtime=no
announce-frequency=45
extensions.conf
exten => 654,1,Answer
exten => 654,2,SetCIDName(${CALLERIDNAME})
exten =>
654,3,SetVar(MONITOR_FILENAME=/var/spool/asterisk/monitor/q${EXTEN}-${TIMEST
AMP}-${UNIQUEID})
exten => 654,4,Queue(654|t|||0)
exten => 654,5,Goto(ext-queues,654,1)
now when I place a call into the queue the agent times out after 20secs and
the dialplan executes the next
step instead of keeping the call into the queue for an unlimited time which
I thought a nul-v...
2005 Jun 15
0
Asterisk slow transferring calls
...risk/EMERGENCY_CALL-${CALLERID}-${TI
MESTAMP})
exten => 0000,2,Monitor(gsm,${CALLFILENAME},m)
exten => 0000,3,Goto(emergency,s,1)
exten => _00011X.,1,AGI(blockintl.agi|${EXTEN:1})
exten => _01902X.,1,Hangup
exten =>
_0X.,1,SetVar(CALLFILENAME=/mnt/asterisk/${CALLERID}-${EXTEN:1}-${TIMEST
AMP})
exten => _0X.,2,Monitor(gsm,${CALLFILENAME},m)
exten => _0X.,3,Dial(Zap/g1/${EXTEN:1})
exten => _0X.,4,Congestion
exten => _0X.,5,Hangup
include => phatphingers
[transfer-record]
exten =>
_52XX,1,SetVar(CALLFILENAME=/mnt/asterisk/CallTo-${EXTEN:1}-${TIMESTAMP}
)
exten =&g...