Displaying 3 results from an estimated 3 matches for "state_unavailable".
Did you mean:
state_available
2006 Oct 13
3
OriginateEvent reason codes.
Hi.
I'm making calls via the Manager OriginateAction. My action is set to be
async and therefore I receive originiate events. Within the originate
event that I receive there is a reason code. In the event of failure I
need to dermine why the call failed (no pickup, rejected, no such
number, circuit busy, ect) and inform the user with a meaningful
message. I assume that one is suppose to
2009 Jul 10
2
[PATCH: server 0/3] Add host-register.rb (replaces host-browser.rb in part)
Removes node identification functionality from host-browser.rb and adds a new script,
host-register.rb, that takes over that functionality.
The chief difference is that host-browser used a simple TCP server setup to get data
from the node, while host-register uses the qpid bus to do so. Specifically, it
communicates with the matahari qmf agent added to the node in two related patchsets to
node
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
...t_pool,
- # Let host-status mark it available when it
+ # Let db-omatic mark it available when it
# successfully connects to it via libvirt.
'state' => Host::STATE_UNAVAILABLE)
@@ -330,10 +277,11 @@ class HostRegister < Qpid::Qmf::Console
debugputs "memory: #{obj.memory}"
rescue Exception => error
- @logger.error "Error while creating record: #{error.message}"
- # We...