[Asterisk-cvs] asterisk manager.c,1.36,1.37
markster at lists.digium.com
markster at lists.digium.com
Wed Jan 28 18:36:44 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv31059
Modified Files:
manager.c
Log Message:
Emit status complete message when status is finished (bug #122)
Index: manager.c
===================================================================
RCS file: /usr/cvsroot/asterisk/manager.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- manager.c 22 Jan 2004 21:44:47 -0000 1.36
+++ manager.c 29 Jan 2004 00:28:51 -0000 1.37
@@ -361,6 +361,10 @@
}
c = ast_channel_walk(c);
}
+ ast_cli(s->fd,
+ "Event: StatusComplete\r\n"
+ "%s"
+ "\r\n",idText);
return 0;
}
More information about the svn-commits
mailing list