[asterisk-commits] russell: branch russell/iax2_poke_fix r87624 - /team/russell/iax2_poke_fix/ch...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Oct 30 13:10:53 CDT 2007
Author: russell
Date: Tue Oct 30 13:10:52 2007
New Revision: 87624
URL: http://svn.digium.com/view/asterisk?view=rev&rev=87624
Log:
save some notes to myself about callbacks that take peer objects, as well as where the id is stored
Modified:
team/russell/iax2_poke_fix/channels/chan_iax2.c
Modified: team/russell/iax2_poke_fix/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/team/russell/iax2_poke_fix/channels/chan_iax2.c?view=diff&rev=87624&r1=87623&r2=87624
==============================================================================
--- team/russell/iax2_poke_fix/channels/chan_iax2.c (original)
+++ team/russell/iax2_poke_fix/channels/chan_iax2.c Tue Oct 30 13:10:52 2007
@@ -31,6 +31,15 @@
/*** MODULEINFO
<use>zaptel</use>
***/
+
+/*
+ * team/russell/iax2-poke-fix notes ...
+ *
+ * scheduler callbacks that use peers
+ * - expire_registry (peer->expire)
+ * - iax2_poke_peer_s (peer->pokeexpire)
+ * - iax2_poke_noanswer (peer->pokeexpire)
+ */
#include "asterisk.h"
More information about the asterisk-commits
mailing list