> You may know I work on a call center application using gnophone; I would > like people to be able to login / logoff the asterisk server without > opening closing gnophone. Right now, I have added a toggle button (Login > / Logoff) to the interface, and the call to iax_reg() is delayed until > the user hits Login. When he hits Logoff, I simply cancel the > registration refresh. It basically works, but I get a delay between > clicking Logoff and actual unregister. Id'like to have instant > unregistering: I found the IAX_COMMAND_REGREL in IAX but it does not > seem to be implemented ?
Registration expires automatically after a minute. It would be pretty easy to implement REGREL, however. Mark _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
