My config:
1) VERSION OF VICIDIAL
VERSION: 2.12-500A
2) LOADAVG
0-5%
3) SERVER SPECS
RAM-2GB/HDD 40G/1CPU – 1GHZ
4) CODECS USED
ULAW,ALAW,GSM
5) VOIP OR PSTN
Sip trunk
6) OS
CENTOS 6.6 -2.6.32-504.30.3.EL6.X86_64
ALL IN ONE SERVER.
Install Method = Manual by striker24x7.blogspot
I have a problem (trim spaces):
i11 . pixs . ru/storage/2/4/8/printscree_7243631_18723248 .png
- Code: Select all
-- Executing [8600051@default:1] MeetMe("Local/8600051@default-00000162 ;2", "8600051,F") in new stack
[Sep 8 17:01:07] > Channel Local/8600051@default-00000162;1 was answered.
[Sep 8 17:01:07] -- Executing [44442205@default:1] AGI("Local/8600051@default-00000162;1 ", "agi://127.0.0.1:4577/call_log") in new stack
[Sep 8 17:01:07] -- AGI Script Executing Application: (EXEC) Options: (Set(_CAMPCUST=COM POUT))
[Sep 8 17:01:07] -- <Local/8600051@default-00000162;1>AGI Script agi://127.0.0.1:4577/ca ll_log completed, returning 0
[Sep 8 17:01:07] -- Executing [44442205@default:2] Dial("Local/8600051@default-00000162; 1", "SIP/trunk/44442205,,tTro") in new stack
[Sep 8 17:01:07] == Using SIP RTP CoS mark 5
[Sep 8 17:01:07] -- Called SIP/trunk/44442205
[Sep 8 17:01:07] -- SIP/trunk-00000120 is ringing
[Sep 8 17:01:07] -- SIP/trunk-00000120 is ringing
[Sep 8 17:01:08] == Manager 'sendcron' logged on from 127.0.0.1
[Sep 8 17:01:08] -- Executing [58600051@default:1] MeetMe("Local/58600051@default-000001 63;2", "8600051,Fmq") in new stack
[Sep 8 17:01:08] > Channel Local/58600051@default-00000163;1 was answered.
[Sep 8 17:01:08] -- Executing [8310@default:1] Answer("Local/58600051@default-00000163;1 ", "") in new stack
[Sep 8 17:01:08] -- Executing [8310@default:2] Monitor("Local/58600051@default-00000163; 1", "gsm,20150908-170107_44442205_agent2_114_M9081701070000000114") in new stack
[Sep 8 17:01:08] -- Executing [8310@default:3] Wait("Local/58600051@default-00000163;1", "3600") in new stack
[Sep 8 17:01:08] == Manager 'sendcron' logged off from 127.0.0.1
[Sep 8 17:01:09] == Manager 'sendcron' logged off from 127.0.0.1
[Sep 8 17:01:12] == Manager 'sendcron' logged off from 127.0.0.1
[Sep 8 17:01:37] -- Got SIP response 603 "Declined" back from 192.168.3.108:5060
[Sep 8 17:01:37] -- SIP/trunk-00000120 is busy
[Sep 8 17:01:37] == Everyone is busy/congested at this time (1:1/0/0)
[Sep 8 17:01:37] -- Executing [44442205@default:3] Hangup("Local/8600051@default-0000016 2;1", "") in new stack
[Sep 8 17:01:37] == Spawn extension (default, 44442205, 3) exited non-zero on 'Local/86000 51@default-00000162;1'
[Sep 8 17:01:37] -- Executing [h@default:1] AGI("Local/8600051@default-00000162;1", "agi ://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----21-----BUSY----------") in new stac k
[Sep 8 17:01:37] -- <Local/8600051@default-00000162;1>AGI Script agi://127.0.0.1:4577/ca ll_log--HVcauses--PRI-----NODEBUG-----21-----BUSY---------- completed, returning 0
[Sep 8 17:01:37] == Spawn extension (default, 8600051, 1) exited non-zero on 'Local/860005 1@default-00000162;2'
[Sep 8 17:01:37] -- Executing [h@default:1] AGI("Local/8600051@default-00000162;2", "agi ://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in new stack
[Sep 8 17:01:37] -- <Local/8600051@default-00000162;2>AGI Script agi://127.0.0.1:4577/ca ll_log--HVcauses--PRI-----NODEBUG-----0--------------- completed, returning 0
channel doesn't correctly determined by the outbound dialing and is doesn't displayed label LIVE CALL in the corner of the screen.
I'm calling with Asterisk 192.168.3.108 (my webphone) to 192.168.3.122 (vicidial agent). Connection successfully, correct SIPtrunk, all ok.
When I make a call from 108 to 122 - all successful. My IN-company catches the call, catches the channel and it's working fine.
If the reverse situation (OUTBOUND-company calls dialing 122 on the server 108) - i have a trouble. The agent and the client can hear each other, in table vicidial_auto_calls arrives new record, but her channel IS NULL; script outbound_ALL.agi does not start and the label LIVE CALL is not displayed.
My OUT-Campaign options: Dial Method = Manual, Minimum Hopper Level = 500, Routing Extension = 8368.
My dialplan (carrier):
- Code: Select all
[trunk]
type=friend
secret=passwd
fromuser=5555500
host=dynamic
port= 5060
dtmf=rfc2833
context=default
disallow=all
allow=ulaw,alaw,gsm
insecure=port,invite
qualify = yes
[default]
exten => _4444XXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _4444XXXX,n,Dial(SIP/trunk/${EXTEN},,tTro)
exten => _4444XXXX,n,Hangup()
exten => _5555500,1,AGI(agi-DID_route.agi,,rtTo)
exten => _5555500,n,Hangup()
Anything else?
Tell me, please, dear experts, where dig?