News:

On Tuesday September 6th the forum will be down for maintenance from 9:30 PM to 11:59 PM PDT

Main Menu

Obi110 - Dialing rules. (Australian Numbers) (Solved)

Started by GarFin, September 15, 2017, 07:57:41 PM

Previous topic - Next topic

GarFin

Hi, hoping someone can assist me with where I've gone wrong in setting up my dial rules .. for some reason , all numbers dialed that begin with a '1' seem to fall through to LINE1 (PSTN) and not via SP1

Call 1   09/16/2017    12:28:41   
Terminal ID   PHONE1   SP1
Peer Name      
Peer Number   0386959999   0386959999
Direction   Outbound   Outbound
12:28:41   New Call   
12:28:42      Call Connected
12:28:48   End Call   

Call 2   09/16/2017    12:14:49   
Terminal ID   PHONE1   LINE1
Peer Name      
Peer Number   1900123456   1900123456
Direction   Outbound   Outbound
12:14:49   New Call   
12:14:54      Call Connected
12:14:57   End Call   

Call 3   09/16/2017    12:00:30   
Terminal ID   PHONE1   LINE1
Peer Name      
Peer Number   1800240481   1800240481
Direction   Outbound   Outbound
12:00:30   New Call   
12:00:35      Call Connected
12:00:38   End Call   

Call 4   09/16/2017    11:45:27   
Terminal ID   PHONE1   SP1
Peer Name      
Peer Number   0397341234   0397341234
Direction   Outbound   Outbound
11:45:27   New Call   
11:45:37      Call Connected
11:47:12   End Call   

Call 5   09/16/2017    10:55:20   
Terminal ID   PHONE1   SP1
Peer Name      
Peer Number   001164216543210   001164216543210
Direction   Outbound   Outbound
10:55:20   New Call   
10:55:21      End Call (404 Not Found)

Call 6   09/16/2017    09:19:16   
Terminal ID   PHONE1   LINE1
Peer Name      
Peer Number   1800240481   1800240481
Direction   Outbound   Outbound
09:19:16   New Call   
09:19:20      Call Connected
09:19:26   End Call   

Call 7   09/16/2017    09:13:44   
Terminal ID   PHONE1   SP1
Peer Name      
Peer Number   0412123456   0412123456
Direction   Outbound   Outbound
09:13:44   New Call   
09:13:51   End Call




My 'Phone Port' Digit map looks like this.

((Msos)|(Mfre)|(Mlrn)|(Mspe)|(Mpre)|(Mloc)|(Mint)|(Mnat)|[1L9]x?*(Mpli)|**0|***|#|##|**70(Mli)|**8(Mbt)|**81(Mbt)|**82(Mbt2)|**1(Msp1)|**2(Msp2)|**3(Msp3)|**4(Msp4)|**9(Mpp)|(Mpli))

With an 'Outbound call route' , like this.

{(Msos)|(Mfre)|(Mspe)|(<##:>)|(<**70:>(Mli)):LI},{(Mloc)|(Mint)|(Mnat)|(<**1:>(Msp1)):sp1},{(<**2 :>(Msp2)):sp2},{(<**3:>(Msp3)):sp3},{(<**4:>(Msp4)):sp4},{([1L9]x?*(Mpli))| (<**9:>(Mpp)):PP},{**0:AA},{***:AA2},{(<**8:>(Mbt))| (<**81:>(Mbt)):bt},{(<**82:>(Mbt2)):bt2},{(Mpli):pli}


User defined digit maps are..

fre = (1800xxx xxx|180x xxx)

lrn = (1300xxx xxx|130xx xx|13[123456789]xxx)

spe = (1100|114x xxxx|119x|122x|1225|123x|124xx|125xxx|1268x|1268 xxx|1268 xxx xxx|127x.|1282|128xxx|15x.)

pre = (190x xxx xxx)


my other User Defined digit maps for local, national (incl mobiles),international, all seem to work ok.. any clues what i'm missing or where to look ?

loc = (<03>[456789]xxx xxxx)
nat = (0[23478]xxxx xxxx)
int = (0011xx.)

azrobert

#1
You are routing (Mfre) to the Line port, so that explains 1800 numbers. I don't see where you are referencing (Mpre) or (Mirn) in the outbound route. What is your Primary Line and what does your Line DigitMap look like? The default Primary Line for an OBi110 is the Line Port. {(Mpli):pli} will route any number that matches the Primary Line's DigitMap to the Primary Line.

GarFin

Primary Line is set to PSTN Line..

Ahh.. my Outbound call route should be changed to something like this ?


{(Msos)|(Mspe)|(<##:>)|(<**70:>(Mli)):LI},{(Mloc)|(Mint)|(Mnat)|(Mfre)|(Mpre)|(Mlrn)|(<**1:>(Msp1)):sp1},{(<**2 :>(Msp2)):sp2},{(<**3:>(Msp3)):sp3},{(<**4:>(Msp4)):sp4},{([1L9]x?*(Mpli))| (<**9:>(Mpp)):PP},{**0:AA},{***:AA2},{(<**8:>(Mbt))| (<**81:>(Mbt)):bt},{(<**82:>(Mbt2)):bt2},{(Mpli):pli}




azrobert