Superfecta 2.1 and 7 digit Numbers

zipeee

Member
Joined
Jun 15, 2009
Messages
85
Reaction score
0
Hi,

I have superfecta working properly, but where I live, the telco doesn't deliver caller ID name info. Also, local phone numbers inside the area code are 7 digits. I have a lot of numbers stored in the free pbx 411 directory--this works with 10 digit numbers; but it doesn't seem to pull records with 7 digits. Anyway to make superfecta work with less than 10 digit numbers from from the freepbx directory?

Thanks
 
It might help to know how the call is coming in (SIP trunk, IAX2 trunk, ZAP/DADHI trunk, etc.). But in any case, see How to create a system-wide speed dial number and after reading the article, note the first comment - you could modify that concept slightly, probably something like this:

[from-trunk-custom]
exten => _.,1,GotoIf($[${LEN(${CALLERID(num)})} != 7]?not7digits)
exten => _.,n,Set(CALLERID(num)=999${CALLERID(num)})
exten => _.,n(not7digits),Goto(from-trunk,${EXTEN},1

Replace 999 with your local area code - this should convert a 7 digit caller ID to 10 digits and then (hopefully) Superfecta should be able to deal with it.
 

Members online

Forum statistics

Threads
26,687
Messages
174,411
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top