- Code: Select all
[Mar 5 22:43:47] -- Executing [31305209@default:1] AGI("SIP/202-0000dfbe", "agi://127.0.0.1:4577/call_log") in new stack
[Mar 5 22:43:47] -- <SIP/202-0000dfbe>AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
[Mar 5 22:43:47] -- Executing [31305209@default:2] Set("SIP/202-0000dfbe", "CALLERID(num)=106326141") in new stack
[Mar 5 22:43:47] -- Executing [31305209@default:3] Dial("SIP/202-0000dfbe", "SIP/0031305209@t2") in new stack
[Mar 5 22:43:47] == Using SIP RTP CoS mark 5
[Mar 5 22:43:47] -- Called SIP/0031305209@t2
[Mar 5 22:43:47] -- SIP/t2-0000dfbf is ringing
that is my normal call from Zoiper or from any outbound campaign. In short all my leads are without leading 0 and in process of calling I end up with two 0 more and because I didn't find the reason when setting up system so my VOIP provider just cut one 0 on all outgoing calls.
Now we expand from outbound campaigns and I setup inbound campaign too. Everything is working and calls are coming in too. I also setup Drop List to catch anyone who give up waiting on agent or get timeout in 6min of waiting...
And all this leads get two 0 in front so when I want to call them back from inbound campaign I get this:
- Code: Select all
[Mar 5 21:52:27] -- Executing [10031305209@default:1] AGI("Local/10031305209@default-000103ef;2", "agi://127.0.0.1:4577/call_log") in new stack
[Mar 5 21:52:27] -- AGI Script Executing Application: (EXEC) Options: (Set(_CAMPCUST=INCALL))
[Mar 5 21:52:27] -- <Local/10031305209@default-000103ef;2>AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
[Mar 5 21:52:27] -- Executing [10031305209@default:2] Set("Local/10031305209@default-000103ef;2", "CALLERID(num)=106326141") in new stack
[Mar 5 21:52:27] -- Executing [10031305209@default:3] Dial("Local/10031305209@default-000103ef;2", "SIP/0010031305209@t2") in new stack
[Mar 5 21:52:27] == Using SIP RTP CoS mark 5
[Mar 5 21:52:27] -- Called SIP/0010031305209@t2
As you see it adds up 1 to number
Now to questions
1. How I prevent to get those two 0 in front of leads numbers gathered from Drop List function?
2. What is adding up this 1 in front of numbers
Additional info for no.3 question: we have pool from VOIP from 140 to 149
All outbound campaigns calling with 141
Inbound DID is linked to 149
3. Can CID be different for Inbound campaign when calling out like 145?
Thx in advance for all your answers