Displaying 2 results from an estimated 2 matches for "updatestatus".
Did you mean:
update_status
2007 Oct 03
9
WxRuby Newbie Application Hanging
I have a WxRuby application that takes a few inputs from the user and
uses that information to search through a large file for matches. The
application works very well, with one exception. If I click anywhere
in the frame while the application is searching through the long file,
the application hangs. Has anyone experienced anything similar to
this? Any suggestions on how I can fix this?
Thanks
2009 Jul 06
3
What is the best way to share extension state
...of asterisk?
What I'm after is the best way to have Asterisk update a central repository
with the state of each extension configured in the local Asterisk setup.
To try and explain what I am trying to achieve, Imagine for example if
asterisk would call a url like this:
"http://myserver/updatestatus.php?ext=101&state=idle"
"http://myserver/updatestatus.php?ext=101&state=ringing"
"http://myserver/updatestatus.php?ext=101&state=occupied"
for every state change of every extensions.
I've already looked closely at a few ways to do this. The closest I'v...