Page 1 of 1

on live call hungup showing on manual dial

PostPosted: Fri Dec 25, 2020 1:34 am
by mealexwoods
I have a fresh installed vicidial 9
VERSION: 2.14-621c BUILD: 201201-2015
when agent dial manual calls it show hungup on top instead of live call

Asterisk 13.34.0-vici
DAHDI Tools Version - 3.1.0

DAHDI Version: 3.1.0

Dialplan:

exten => _7878X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _7878X.,n,Set(CALLERID(num)=${EXTEN:4:7}${RAND(1001,9999)})
exten => _7878X.,n,Dial(SIP/Phonix/${EXTEN:4})
exten => _7878X.,n,Hangup()

please help

Re: on live call hungup showing on manual dial

PostPosted: Mon Dec 28, 2020 4:21 am
by striker
you might need to add dial options Tto in your dialplan

exten => _7878X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _7878X.,n,Set(CALLERID(num)=${EXTEN:4:7}${RAND(1001,9999)})
exten => _7878X.,n,Dial(SIP/Phonix/${EXTEN:4},,Tto)
exten => _7878X.,n,Hangup()