Hi. I think I need some help in sorting out my phone number format. This is UK based calling to UK numbers only.
For outbound calling all my data is imported from Excel in the format 01202123456. My campaigns are set to Dial Prefix=9, Manual Dial Prefix=9, Omit Phone Code=N.
The dial plan I have in my carrier setup is this:
exten => _944X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _944X.,2,Dial(SIP/${Exten:3}@Node4,,tToR)
exten => _944X.,3,HangupAll outbound calling works fine, either manual or auto dialling.
Inbound calling works, passes the calls to an agent, no issues there.
However, the phone number format presented on the agents screen for the incoming call is 44202123456. As this number doesn't exist in any of the lists I have created it is not bringing the clients information up on the agents screen, plus they can't lead search on that phone number unless they enter a pause state.
So my question is, in order to get the incoming client information displayed I need to enter my data into the lists in the format 44202123456. What will I need to change my dial plan to in order to continue placing outbound calls? And would I need to change the campaign details I've setup above?
Does that make any sense? Many thanks.