I am sure this has been asked and posted loads of times but I cant seem to find it.
When a manual call is made by an agent, is there a way for them to see what the outcome of the dial was if it failed. I.e. if its a rejected call or disconnected number etc etc?
I might be going crazy but I thought there was a popup that would appear and say something along the lines of "Call Rejected" or "Call Failed" with the sip code.
I dont think this is a version specific issue but the install is svn 3461. Pretty much default scratch install.
I think im right in saying the information only pops up if the call isnt answered but from the agents' perspective the call appears to be answered (you see "live call" and get the audio queue), it then immediately hangs up.
I can send CLI output is below but I think it is behaving as you would expect from the CLI point of view (you can see the correct sip return code etc and vicidial understands that if you check the carrier log page)
CLI of a test call :
- Code: Select all
-- Called 8600051@default
-- Executing [8600051@default:1] MeetMe("Local/8600051@default-00000012;2", "8600051,F") in new stack
-- Local/8600051@default-00000012;1 answered
-- Executing [84000000000@default:1] AGI("Local/8600051@default-00000012;1", "agi://127.0.0.1:4577/call_log") in new stack
-- AGI Script Executing Application: (EXEC) Options: (Set(_CAMPCUST=TESTCAMP))
-- <Local/8600051@default-00000012;1>AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
-- Executing [84000000000@default:2] Dial("Local/8600051@default-00000012;1", "IAX2/iaxtesttrunk/84000000000,,To") in new stack
-- Called IAX2/iaxtesttrunk/84000000000
-- Call accepted by 192.168.2.52:4569 (format g722)
-- Format for call is (g722)
== Manager 'sendcron' logged off from 127.0.0.1
-- Hungup 'IAX2/iaxtesttrunk-12017'
-- No one is available to answer at this time (1:0/0/0)
-- Executing [84000000000@default:3] Hangup("Local/8600051@default-00000012;1", "") in new stack
== Spawn extension (default, 84000000000, 3) exited non-zero on 'Local/8600051@default-00000012;1'
-- Executing [h@default:1] AGI("Local/8600051@default-00000012;1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----19-----NOANSWER---------------IAX2 HANGUP (19))") in new stack
-- <Local/8600051@default-00000012;1>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----19-----NOANSWER---------------IAX2 HANGUP (19)) completed, returning 0
== Spawn extension (default, 8600051, 1) exited non-zero on 'Local/8600051@default-00000012;2'
[Oct 8 16:25:58] WARNING[926][C-00000026]: func_hangupcause.c:140 hangupcause_read: Unable to find information for channel
-- Executing [h@default:1] AGI("Local/8600051@default-00000012;2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----19--------------------)") in new stack
-- <Local/8600051@default-00000012;2>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----19--------------------) completed, returning 0
Im sure this is something stupid and simple, so please be kind
Any help greatly appreciated.
Regards,
Dan