After making the following changes :
# ; terminate calls with uk dial code
exten => _95447X,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _95447X,2,Hangup
This is the output of the my CLI:
Connected to Asterisk 1.2.30.2 currently running on vici (pid = 4773)
-- Remote UNIX connection
Verbosity is at least 3
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
-- Executing MeetMe("Local/8600051@default-37e8,2", "8600051|F") in new stack
-- Executing AGI("Local/8600051@default-37e8,1", "agi://127.0.0.1:4577/call_log") in new stack
-- AGI Script
agi://127.0.0.1:4577/call_log completed, returning 0
-- Executing Dial("Local/8600051@default-37e8,1", "SIP/447773666799@SIP-netfor-canada|120|Tto") in new stack
-- Called 447773666799@SIP-netfor-canada
== Manager 'sendcron' logged off from 127.0.0.1
-- SIP/SIP-netfor-canada-099f4888 is making progress passing it to Local/8600051@default-37e8,1
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Spawn extension (default, 8600051, 1) exited non-zero on 'Local/8600051@default-37e8,2'
-- Executing DeadAGI("Local/8600051@default-37e8,2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
-- AGI Script
agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
== Spawn extension (default, 95447773666799, 2) exited non-zero on 'Local/8600051@default-37e8,1'
-- Executing DeadAGI("Local/8600051@default-37e8,1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0-----CANCEL----------") in new stack
-- AGI Script
agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
== Manager 'sendcron' logged off from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Parsing '/etc/asterisk/manager.conf': Found
== Manager 'sendcron' logged on from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1
== Manager 'sendcron' logged off from 127.0.0.1