[Freeswitch-svn] [commit] r8268 - freeswitch/trunk/scripts/contrib/verifier/EventSocket/trunk/FreeSwitchEventSocket
Freeswitch SVN
verifier at freeswitch.org
Tue May 6 05:08:09 EDT 2008
Author: verifier
Date: Tue May 6 05:08:08 2008
New Revision: 8268
Modified:
freeswitch/trunk/scripts/contrib/verifier/EventSocket/trunk/FreeSwitchEventSocket/ChannelInfo.cs
Log:
Added a missing comma.
Modified: freeswitch/trunk/scripts/contrib/verifier/EventSocket/trunk/FreeSwitchEventSocket/ChannelInfo.cs
==============================================================================
--- freeswitch/trunk/scripts/contrib/verifier/EventSocket/trunk/FreeSwitchEventSocket/ChannelInfo.cs (original)
+++ freeswitch/trunk/scripts/contrib/verifier/EventSocket/trunk/FreeSwitchEventSocket/ChannelInfo.cs Tue May 6 05:08:08 2008
@@ -6,7 +6,7 @@
New, // Channel is newly created
Init, // Channel has been initilized
Routing, // Channel is looking for a dialplan
- SoftExecute // Channel is in a passive transmit state
+ SoftExecute, // Channel is in a passive transmit state
Execute, // Channel is executing it's dialplan
ExchangeMedia, // Channel is exchanging media
ConsumeMedia, // Channel is consuming media
More information about the Freeswitch-svn
mailing list