7 digit dialing

Discuss any topic about Brekeke PBX.

Moderator: Brekeke Support Team

Post Reply
AGCUSA
Posts: 8
Joined: Mon Jul 13, 2009 9:49 pm
Location: USA

7 digit dialing

Post by AGCUSA »

1. Brekeke Product Name and version: PBX 2.3.6 Demo

2. Java version:6.0.18

3. OS type and the version:Linux RedHat

4. UA (phone), gateway or other hardware/software involved: ITSP

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :

6. Your problem: I want to take the [u]area code[/u] from a registered user like (662-NXX-XXXX) add that to their outbound call and add a 1 for 11 digit dialing to my ITSP. Registered user 662-NXX-XXXX dials 7 digits like 555-1234. I want to send the call out as 1-662-555-1234
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

create an ARS pattern OUT like
Matching Patterns:
From: sip:([0-9]{3}).+@
To: sip:([0-9]{7})@

depoly patterns:
To: sip:&f1$1@destinationIP
AGCUSA
Posts: 8
Joined: Mon Jul 13, 2009 9:49 pm
Location: USA

7 digit dialing

Post by AGCUSA »

hope wrote:create an ARS pattern OUT like
Matching Patterns:
From: sip:([0-9]{3}).+@
To: sip:([0-9]{7})@

depoly patterns:
To: sip:&f1$1@destinationIP
Hope, I tried the above. I made test calls which return busy "486" I checked the call logs and the system is sending 7 digits and not picking up the area code and adding a 1. What should I try?

AGCUSA
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

sorry i forgot to put 1 at To in deploy pattern
it should be
Matching Patterns:
From: sip:([0-9]{3}).+@
To: sip:([0-9]{7})@

depoly patterns:
To: sip:1&f1$1@destinationIP
AGCUSA
Posts: 8
Joined: Mon Jul 13, 2009 9:49 pm
Location: USA

7 digit dialing

Post by AGCUSA »

hope wrote:sorry i forgot to put 1 at To in deploy pattern
it should be
Matching Patterns:
From: sip:([0-9]{3}).+@
To: sip:([0-9]{7})@

depoly patterns:
To: sip:1&f1$1@destinationIP
Hope,

Works like a charm. I really appreciate your quick response. I know you are very busy.

Best regards,

AGCUSA
Post Reply