Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
### ChannelStateDesc = Ringing or Up
elsif ($event_hash{'ChannelStateDesc'} =~ /Ringing|Up/)
### ChannelStateDesc = Up
elsif ($event_hash{'ChannelStateDesc'} =~ /Up/)
### ChannelStateDesc = Ringing or Up
elsif ($event_hash{'ChannelStateDesc'} =~ /Ringing|Up/)
{
if ($event_hash{'ChannelStateDesc'} =~ /Ringing/){
$stmtA = "UPDATE vicidial_manager set status='UPDATED', channel='$event_hash{'Channel'}' where server_ip = '$event_hash{'ServerIP'}' and callerid = '$call_id' and status != 'NEW'";
}else{
$stmtA = "UPDATE vicidial_manager set status='UPDATED', channel='$event_hash{'Channel'}', uniqueid = '$event_hash{'Uniqueid'}' where server_ip = '$event_hash{'ServerIP'}' and callerid = '$call_id' and status != 'NEW'";
}
[Oct 16 14:13:11] Connected to Asterisk 13.27.0-vici currently running on vicibox913 (pid = 1366)
[Oct 16 14:13:12] > 0x7fb95c0af700 -- Strict RTP learning complete - Locking on source address 193.23.181.227:10376
[Oct 16 14:13:18] == Manager 'sendcron' logged on from 127.0.0.1
[Oct 16 14:13:18] -- Called 8600057@default
[Oct 16 14:13:18] -- Executing [8600057@default:1] MeetMe("Local/8600057@default-0000130e;2", "8600057,F") in new stack
[Oct 16 14:13:18] -- Local/8600057@default-0000130e;1 answered
[Oct 16 14:13:18] -- Executing [0123456789@default:1] AGI("Local/8600057@default-0000130e;1", "agi://127.0.0.1:4577/call_log") in new stack
[Oct 16 14:13:18] -- AGI Script Executing Application: (EXEC) Options: (Set(_CAMPCUST=MAIN))
[Oct 16 14:13:18] -- <Local/8600057@default-0000130e;1>AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
[Oct 16 14:13:18] -- Executing [0123456789@default:2] Dial("Local/8600057@default-0000130e;1", "SIP/stream/0123456789,60,tT") in new stack
[Oct 16 14:13:18] == Using SIP RTP CoS mark 5
[Oct 16 14:13:18] -- Called SIP/stream/0123456789
[Oct 16 14:13:18] == Manager 'sendcron' logged on from 127.0.0.1
[Oct 16 14:13:18] -- Called 58600057@default
[Oct 16 14:13:18] -- Executing [58600057@default:1] MeetMe("Local/58600057@default-0000130f;2", "8600057,Fmq") in new stack
[Oct 16 14:13:18] -- Local/58600057@default-0000130f;1 answered
[Oct 16 14:13:18] -- Executing [8309@default:1] Answer("Local/58600057@default-0000130f;1", "") in new stack
[Oct 16 14:13:18] -- Executing [8309@default:2] Monitor("Local/58600057@default-0000130f;1", "wav,20191016-141318_0123456789_2199") in new stack
[Oct 16 14:13:18] -- Executing [8309@default:3] Wait("Local/58600057@default-0000130f;1", "3600") in new stack
[Oct 16 14:13:19] == Manager 'sendcron' logged off from 127.0.0.1
[Oct 16 14:13:19] == Manager 'sendcron' logged off from 127.0.0.1
[Oct 16 14:13:23] > 0x7fb9180a0800 -- Strict RTP learning after remote address set to: 193.23.181.227:10466
[Oct 16 14:13:23] -- SIP/stream-000001b5 is making progress passing it to Local/8600057@default-0000130e;1
[Oct 16 14:13:23] > 0x7fb9180a0800 -- Strict RTP switching to RTP target address 193.23.181.227:10466 as source
[Oct 16 14:13:28] > 0x7fb9180a0800 -- Strict RTP learning complete - Locking on source address 193.23.181.227:10466
[Oct 16 14:13:31] -- SIP/stream-000001b5 answered Local/8600057@default-0000130e;1
[Oct 16 14:13:31] -- Channel SIP/stream-000001b5 joined 'simple_bridge' basic-bridge <1af9ebed-b890-44d1-a16d-550656d5b98f>
[Oct 16 14:13:31] -- Channel Local/8600057@default-0000130e;1 joined 'simple_bridge' basic-bridge <1af9ebed-b890-44d1-a16d-550656d5b98f>
[Oct 16 14:13:32] -- SIP/stream-000001b4 answered Local/8600051@default-0000130a;1
[Oct 16 14:13:32] -- Channel SIP/stream-000001b4 joined 'simple_bridge' basic-bridge <a30f3601-444b-4926-b58b-025234ecb40a>
[Oct 16 14:13:32] -- Channel Local/8600051@default-0000130a;1 joined 'simple_bridge' basic-bridge <a30f3601-444b-4926-b58b-025234ecb40a>
[Oct 16 14:13:34] -- Channel SIP/stream-000001b5 left 'simple_bridge' basic-bridge <1af9ebed-b890-44d1-a16d-550656d5b98f>
[Oct 16 14:13:34] -- Channel Local/8600057@default-0000130e;1 left 'simple_bridge' basic-bridge <1af9ebed-b890-44d1-a16d-550656d5b98f>
[Oct 16 14:13:34] == Spawn extension (default, 0123456789, 2) exited non-zero on 'Local/8600057@default-0000130e;1'
[Oct 16 14:13:34] -- Executing [h@default:1] AGI("Local/8600057@default-0000130e;1", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----16-----16-----SIP 200 OK)") in new stack
[Oct 16 14:13:34] -- <Local/8600057@default-0000130e;1>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----16-----16-----SIP 200 OK) completed, returning 0
mcargile wrote:Interesting. Have you installed the OS updates?
Users browsing this forum: Google [Bot], Majestic-12 [Bot] and 106 guests