-
Welcome to Developers.
2009-04-03 02:56:40 UTC in pysimpledb
-
mikusad created the Developers forum.
2009-04-03 02:56:40 UTC in pysimpledb
-
Welcome to Help.
2009-04-03 02:56:40 UTC in pysimpledb
-
mikusad created the Help forum.
2009-04-03 02:56:40 UTC in pysimpledb
-
Welcome to Open Discussion.
2009-04-03 02:56:40 UTC in pysimpledb
-
mikusad created the Open Discussion forum.
2009-04-03 02:56:39 UTC in pysimpledb
-
mikusad changed the public information on the pysimpledb project.
2009-04-03 02:56:39 UTC in pysimpledb
-
mikusad registered the pysimpledb project.
2009-04-03 02:56:39 UTC in pysimpledb
-
This seems like a bug to me, but it really depends on
how things are intended to work.
It occurs on rc12 & rc13.
The '_handle_sighup' is called when Python detects a
SIGHUP has been issued.
The current behaviour of the function is to set a flag
'self._got_sighup' to True.
I believe that this function should also raise a
'AGISIGHUPHangup' exception. That way you can detect...
2006-06-21 21:36:55 UTC in pyst: Python for Asterisk
-
In case anybody else is having the same problem, I have noticed that when using the manager function command to send the command 'show channels concise' to Asterisk, the response is parsed incorrectly.
When the command is executed, Asterisk returns a list of ':' seperated data, which the ManagerMsg class parses. When the ManagerMsg class is parsing the data from Asterisk it includes this...
2006-03-07 20:33:28 UTC in pyst: Python for Asterisk