Changing existing Dial feature codes

Discuss any topic about Brekeke PBX.

Moderator: Brekeke Support Team

Post Reply
ipfreely
Posts: 31
Joined: Fri Sep 17, 2010 7:31 pm
Location: Canada

Changing existing Dial feature codes

Post by ipfreely »

1. Brekeke Product Name and version: MTPBX

2. Java version:

3. OS type and the version: Win2008R2

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

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

6. Your problem:
Is it possible to change some of the default feature codes.
For example rather than 8 to access voicemail I would like to change it to *98.
Thanks,
Chris
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

you can change voicemail access from pbx default ARS "mediaserver_prefix " pattern-IN - 1
but if change to *98 it will conflict with pbx default pickup prefix
which is * also, pickup prefix will need to change to others too
default pickup prefix is set at pbx admintool/options/system/ phone number settings
ipfreely
Posts: 31
Joined: Fri Sep 17, 2010 7:31 pm
Location: Canada

Post by ipfreely »

Perfect, thanks hope.
I have added a new route to connect to our Brekeke SIP Server for inbound and outbound calls. How does MTPBX know which route to use for what? The reason I ask is I am no longer able to access voicemail since I added the route. I have not changed the dial "8" yet. It was working prior to adding the new route in. I tried duplicating the PATTERN-IN for dial 8, in the new route, but no luck.

Thanks,
Chris A
Thanks,
Chris
ipfreely
Posts: 31
Joined: Fri Sep 17, 2010 7:31 pm
Location: Canada

Post by ipfreely »

BTW sorry,

I forgot to mention, the voicemail is still functioning, if I intercom an extension it does forward to mail and I am able to leave a message and get MWI on the telephone.

Thanks,
Chris A
Thanks,
Chris
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

have you changed the pickup prefix * to other prefix and restart pbx?
is caller registered at pbx/sip server side?
if not, try from a phone registered at brekeke.
if caller dial 8, can he access his own voicemail box?


there is another way to do it with dial plan which will not need to change pickup prefix * and add new ARS or change the dafault ARS
the dial plan is like

matching
$request=^INVITE
$registeredsender=^true
To = sip:\*98@

deploy:
To = sip:8@127.0.0.1:15060
$transport=udp
$b2bua=false
$auth=false
&net.sip.fixed.addrport.uac=true
Post Reply