williamconley wrote:spectabil wrote:Hi Guyz,
I need your help regarding the caller id format.
My boss want to have a specific format phone number in the campaign caller id.
Actually i had already set into campaign callerid: 0787547742 and also i inluded to extension.conf
- Code: Select all
exten => _91NXXNXXXXXX,1,Set(CALLERID(num)=0787547742)
exten => _91NXXNXXXXXX,n,AGI(agi://127.0.0.1:4577/call_log)
exten => _91NXXNXXXXXX,n,Dial(SIP/${EXTEN:1}@voipProvider,,TtoR)
exten => _91NXXNXXXXXX,n,Hangup
after a test call it shows +0787547742 on the phone..
I wonder why it has a "+" before the number
how can I remove or avoid that "+" in our caller ID
Thanks.
Do other numbers that call you also have the + in front of it? If they all have the +, the telco for the receiver of the call is adding it. You may not be able to change that. However, in some cases the carrier you are originating the call with may have options for the caller ID.
Try setting your caller ID without the 0 and also with the +, perhaps even with a country code just to be funny and see if that has any effect. Also be sure to test all these on another phone service (land line in more than one locale plus cell service) to see if there are differences in handling in the various jurisdictions.
Also worthy of note: You should not be setting the caller ID number in the dialplan entry, it should be set either in the admin->Phone entry or the Campaign entry, depending on how the call is generated (automatic - campaign caller id, manual dial - admin->phones caller id for the phone).
i ran in to somthink like this ill try to explain
my dial plan is simpal and my method works very well
exten => _8647113+++.,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _8647113+++.,2,Dial(SIP/${EXTEN:10}@GOCE8647113+++,,tTo)
exten => _8647113+++.,3,Hangup
then go campain detail
Dial Prefix: 8647113+++44 i needed to do 44 at the end as i would not place calls with out it
Manual Dial Prefix: 8647113+++44
Omit Phone Code: Y
Campaign CallerID: 44787547742 then place your number in
then when ever a call is placed it will show up as 0787547742
and you can go firther just add a difrent number to Campaign CID Override: 44787547766 (found it lists) then wehen ever a number is called from that list it will show 0787547766 on the clients phone
but a manural dial that is not in eney lists with Campaign CID Override set it will show your Campaign callerID
note this is for UK TO UK CALLS
best regards