remove + sign in a phone number format
Posted: Wed May 25, 2016 8:44 pm
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
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.
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.