Two OBi110s as intercom on local network
bfrenock:
Did a bit more playing while waiting for the new unit (one still disconnects randomly and has to be power cycled). I managed to get the hotline working in both directions by copying the OutboundCallRoute from the one that was working to the other, and changing one digit of the IP of course. I had manually entered the data as suggested with no change, and copying both fields to a text editor and comparing showed no differences ... so I'm unsure what I had wrong.
The suggestion to change the Digitmap to 2 seconds so I could still use the speed dial did not work. Both units gave the same symptom: busy signal, then something like an off hook beeping after 5 to 10 seconds. I tried changing the Digitmap values to 4 seconds for the hotline and 2 seconds for the speed dial but they both still gave the same problem tones.
I took out the hotline changes from the Digitmap, (<S0:100>) and OutboundCallRoute, {100:sp2(aquaHouse@10.0.1.33:5061)} and the speed dial works in both directions. The speed dial values were set as sp2(aquaHouse@10.0.1.33:5061) and sp2(mainHouse@10.0.1.39:5061) respectively. I set these values in both speed dial 1 and 2 as I am expecting to eventually use them when I get more OBi units.
bfrenock:
Received the new unit (hasn't disconnected yet, but it has only been a few hours). When I installed the new unit using the info from the last working unit, it failed again ... hotline worked in one direction and not in the other. I found the culprit, but no idea why this affects it:
When I use the following in the OutboundCallRoute if fails:
{100:sp2(mainHouse@10.0.1.33:5061)},...
If I change 'mainHouse' to ANYTHING else (so far), it works. For instance I tried "house', 'home' and 'bobs' and they all worked and with no changes at all to the other unit. The other unit doesn't contain 'mainHouse' anywhere (nor home, bobs, etc), so maybe 'mainHouse' or some portion of it is perhaps a reserved word????
Any suggestions as to why that occurs would be appreciated.
Also, I am still unable to get the speed dialing to work in either direction when I have the hotline activated. Any suggestions there would be appreciated as well.
Thanks for your time. Have a great day!
Bob
azrobert:
That is strange. FYI m, s and x are reserved characters and must be enclosed in single quotes when used in a DigitMap. There shouldn't be a problem the way you are using them in an address. I tried sp2(mainHouse@192.168.1.100:5061) in my OBi110 and it worked.
Again FYI, I had you put S0 on the single digit rule in the Phone Port DigitMap. This will prevent you from dialing more than a single digit.
If you post your Phone Port DigitMap and OutboundCallRoute maybe I'll see why the Speed Dial won't work when you have the Hotkey defined.
bfrenock:
Thanks. Here they are. These are identical in both units except for the IP address change (one one ends in 33, the other 34). I'll have to play with some variations on the 'mainHouse' tomorrow and see if I can narrow it down further.
Digitmap:
(<S4:100>)|([1-9]x?*(Mpli)|[1-9]S2|[1-9][0-9]S9|911|**0|***|#|**1(Msp1)|**2(Msp2)|**8(Mli)|**9(Mpp)|(Mpli))
OutboundCallRoute:
{100:sp2(aquaHouse@10.0.1.34:5061)},{([1-9]x?*(Mpli)):pp},{(<#:>|911):li},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli}
azrobert:
Try this:
(<S4:100>|[1-9]x?*(Mpli)|[1-9]S2|[1-9][0-9]S9|911|**0|***|#|**1(Msp1)|**2(Msp2)|**8(Mli)|**9(Mpp)|(Mpli))
Edit:
These are the rules:
<S4:100>|[1-9]x?*(Mpli)|[1-9]S2|[1-9][0-9]S9|911|**0|***|#|**1(Msp1)|**2(Msp2)|**8(Mli)|**9(Mpp)|(Mpli)
Each rule is separated by a vertical bar.
The refer backs like Msp1 are enclosed by parentheses.
Then the whole thing is enclosed by parentheses.
Navigation
[0] Message Index
[#] Next page
[*] Previous page