[Asterisk-cvs] asterisk/apps app_rpt.c,1.44,1.45
jim
jim
Wed Oct 26 12:07:48 CDT 2005
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv16919/apps
Modified Files:
app_rpt.c
Log Message:
Many changes and new stuff including Reverse Autopatch and completely new authentication system no longer requiring static IP address assignment.
Index: app_rpt.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_rpt.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- app_rpt.c 24 Oct 2005 20:12:05 -0000 1.44
+++ app_rpt.c 26 Oct 2005 16:00:38 -0000 1.45
@@ -17,10 +17,10 @@
* at the top of the source tree.
*/
-/*! \file
+/*
*
- * \brief Radio Repeater / Remote Base program
- * version 0.31 09/15/05
+ * Radio Repeater / Remote Base program
+ * version 0.36 10/26/05
*
[...1090 lines suppressed...]
+ myrpt->remchannel = chan; /* Save copy of channel */
+ if (handle_remote_phone_dtmf(myrpt,f->subclass,&keyed,phone_mode) == -1)
+ {
+ if (debug) printf("@@@@ rpt:Hung Up\n");
+ ast_frfree(f);
+ break;
+ }
+ }
if (f->frametype == AST_FRAME_TEXT)
{
myrpt->remchannel = chan; /* Save copy of channel */
@@ -5996,7 +6517,7 @@
STANDARD_HANGUP_LOCALUSERS;
for(i = 0; i < nrpts; i++) {
- if (!strcmp(rpt_vars[i].name,NODES)) continue;
+ if (!strcmp(rpt_vars[i].name,rpt_vars[i].nodes)) continue;
ast_mutex_destroy(&rpt_vars[i].lock);
}
i = ast_unregister_application(app);
More information about the svn-commits
mailing list