Help required choosing the right device for the UK
JeremyW:
Quote from: WelshPaul on January 30, 2015, 02:18:12 pm
It is most definitely {>('myname'):ph}
:) Thanks. That's what I thought. But this whole thing has obviously sparked many detailed discussions. Thanks once again for your help (and your patience).
WelshPaul:
If you enclosed numbers inside the brackets it no longer treats it as a userid but a dial plan string.
Thats why if your myname is all numbers you do not use the brackets.
JeremyW:
Quote from: WelshPaul on January 30, 2015, 02:23:27 pm
If you enclosed numbers inside the brackets it no longer treats it as a userid but a dial plan string.
Thats why if your myname is all numbers you do not use the brackets.
Ah yes. Of course.
Incidentally, so far the call quality is pretty good- significantly better than previous devices I've used, with no echo, buzzing or call volume issues. Shame it's taken me so long to discover OBi!!
JeremyW:
Quote from: JeremyW on January 28, 2015, 10:22:54 am
Quote from: WelshPaul on January 28, 2015, 09:21:52 am
Ok all you need to do once you have uploaded the above UK XML configuration is navigate to Physical Interfaces > PHONE Port and replace the OutboundCallRoute with:
Code:
{([1-9]x?*(Mpli)):pp},{(<#:>|999|112|101|111|116000|116111|116123|1471|1571|100|155|195|0[38]xxxxxxxxx):li},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli}
Calls to 999,112,101,1471 etc all go out over the PSTN line.
Calls to numbers starting with 03 and 08 will also go out over the PSTN line. (e.g. 0300, 0330, 0333, 0345, 0370, 0800, 0808, 0844, 0845, 0870 etc.)
Excellent. Thank you so much - saved me a ton of time.
By the way, I know some don't like them but I use voipcheap.com as all calls to Iceland, UK geographical and other countries are free (in return for topping up your credit occasionally to pay for calls to mobiles mainly). Are you able to recommend any others that are comparable?
Hi,
I have some 0800 numbers being routed through SP1 (VOIP) rather than the PSTN. The 0800 numbers are appearing in the Voipcheap log and the 110 Call History.
Any idea why?
Thanks.
ianobi:
This rule:
{(<#:>|999|112|101|111|116000|116111|116123|1471|1571|100|155|195|0[38]xxxxxxxxx):li}
is only matching 08 numbers with eleven digits. In the UK some 08 numbers are ten digits and some even shorter. I'm guessing that if SP1 is your Primary Line and its digitmap contains a rule such as "xx.", then that rule is matching the shorter 08 numbers and sending them to VOIP.
To match ten and eleven digits:
{(<#:>|999|112|101|111|116000|116111|116123|1471|1571|100|155|195|0[38]xxxxxxxxx?):li}
To match any number of digits:
{(<#:>|999|112|101|111|116000|116111|116123|1471|1571|100|155|195|0[38]xx.S3):li}
Navigation
[0] Message Index
[#] Next page
[*] Previous page