could anyone please do a 'simple' step by step on how to install plivo? tried to install and run everything else according to the how to and still getting this
(g)root@plivo:/g/bin# ./plivo start
Error loading config: 'FS_INBOUND_ADDRESS'Traceback (most recent call last):
File "/g/bin/plivo-rest", line 7, in <module>
execfile(__file__)
File "/g/src/plivo/src/bin/plivo-rest", line 47, in <module>
rest_server = PlivoRestServer(configfile, daemon=daemon, pidfile=pidfile)
File "/g/src/plivo/src/plivo/rest/freeswitch/apiserver.py", line 56, in __init __
self.load_config()
File "/g/src/plivo/src/plivo/rest/freeswitch/apiserver.py", line 201, in load_ config
raise e
KeyError: 'FS_INBOUND_ADDRESS'
Error loading config: 'outbound_server'Traceback (most recent call last):
File "/g/bin/plivo-outbound", line 7, in <module>
execfile(__file__)
File "/g/src/plivo/src/bin/plivo-outbound", line 47, in <module>
outbound_server = PlivoOutboundServer(configfile, daemon=daemon, pidfile=pid file)
File "/g/src/plivo/src/plivo/rest/freeswitch/outboundserver.py", line 42, in _ _init__
self.load_config()
File "/g/src/plivo/src/plivo/rest/freeswitch/outboundserver.py", line 104, in load_config
raise e
KeyError: 'outbound_server'
Plivo-Rest [default] start failed
Plivo-Outbound [default] start failed
not sure what i missed.