News:

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

Main Menu

Call Forward setting IP address location? For Home Automation interface

Started by N1KMP, May 31, 2017, 09:23:10 AM

Previous topic - Next topic

N1KMP

Is there an OBi110 (or other) IP location to set the enable/disable call forwarding (Unconditional)?

Something like 192.168.0.156/SetUnconditionalCallForward.htm  (strictly as an example)

The idea is to use a HA controller (like Vera or SmartThing) to set the call forward enable/disable based on house mode.  Enable when away mode.  Disable when Home mode. Or use with security system similarly (away = enabled.  Home = disabled).

For that matter, is there a listing of the IP locations on the OBi110 or others?

I've seen on other posts:
- http://192.168.0.xx/callstatus.htm
- http://192.168.0.xx/record.au  (returns nothing if no call is in progress. otherwise returns a file to save)  I have not looked into this more than indicated.
- http://192.168.0.xx/PI_FXS_1_Stats.xml Phone & Line status

use your IP address instead of 192.168.0.xx
----------------------------------------------------------
UPDATE:  Using Chrome (and maybe others):
- Rightclick on the OBi device webpage.
- Select INSPECT.  A pane will open to the right.  
- Select SOURCE tab.  
- Expand MAINFRAME
- Expand Your IP address
- On the first line under that, right click and copy the address

That is the webpage address in the OBi to the page you are looking at.

For example: http://192.168.0.xx/VS_1_X_FXO_1_.xml  (use your IP address instead of 192.168.0.xx)

Not sure what one can do with this yet...

At a minimum you can parse out the details of the various entries.  Not sure how you would actually change a setting.

N1KMP

Anyone been able to control OBi settings/config/operation via code?