I have a vicidial server with:
install from scratch | Vicidial VERSION: 2.2.1-237 BUILD: 100510-2015 | Asterisk 1.2.30.2 | Single Server | Yeastar TDM800 | No Extra Software After Installation|kernel 2.6.18-194.11.4.el5
I need to limit the call duration of certain call to five minutes. I am using the following in carrier configuration:
; Marcacion a extensiones del IPPBX
exten => _94ZXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _94ZXX,2,Dial(${TSIPFRONT}/${EXTEN:1},55,To,L(300000))
exten => _94ZXX,3,Hangup
This is what cli shows:
[Oct 18 23:06:28] -- Executing MeetMe("Local/8600051@default-6bfa,2", "8600051|F") in new stack
[Oct 18 23:06:28] > Channel Local/8600051@default-6bfa,1 was answered.
[Oct 18 23:06:28] -- Executing AGI("Local/8600051@default-6bfa,1", "agi://127.0.0.1:4577/call_log") in new stack
[Oct 18 23:06:28] -- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
[Oct 18 23:06:28] -- Executing Dial("Local/8600051@default-6bfa,1", "SIP/ccfront/4107|55|To|L(30000)") in new stack
[Oct 18 23:06:28] -- Called ccfront/4107
[Oct 18 23:06:28] -- SIP/ccfront-099e07f8 is ringing
[Oct 18 23:06:28] -- SIP/ccfront-099e07f8 is ringing
[Oct 18 23:06:38] -- SIP/ccfront-099e07f8 answered Local/8600051@default-6bfa,1
But the call does not end after five minutes.
Any help will be appreciate