[svn-commits] anthonyl: branch anthonyl/skinny-redux r51181 -
/team/anthonyl/skinny-redux/c...
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Tue Jan 16 19:19:54 MST 2007
Author: anthonyl
Date: Tue Jan 16 20:19:53 2007
New Revision: 51181
URL: http://svn.digium.com/view/asterisk?view=rev&rev=51181
Log:
it would be nice to reset the type of phone as well durring unregistration
Modified:
team/anthonyl/skinny-redux/channels/chan_skinny.c
Modified: team/anthonyl/skinny-redux/channels/chan_skinny.c
URL: http://svn.digium.com/view/asterisk/team/anthonyl/skinny-redux/channels/chan_skinny.c?view=diff&rev=51181&r1=51180&r2=51181
==============================================================================
--- team/anthonyl/skinny-redux/channels/chan_skinny.c (original)
+++ team/anthonyl/skinny-redux/channels/chan_skinny.c Tue Jan 16 20:19:53 2007
@@ -1377,6 +1377,7 @@
if (d) {
d->session = NULL;
d->registered = 0;
+ d->type = 0;
}
return -1; /* main loop will destroy the session */
More information about the svn-commits
mailing list