[Freeswitch-svn] [commit] r7224 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
anthm at freeswitch.org
Mon Jan 14 16:52:38 EST 2008
Author: anthm
Date: Mon Jan 14 16:52:38 2008
New Revision: 7224
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
Log:
put a 5 packet pause between digits so you can hear the spaces
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c Mon Jan 14 16:52:38 2008
@@ -546,7 +546,7 @@
tech_pvt = (private_object_t *) switch_core_session_get_private(session);
switch_assert(tech_pvt != NULL);
- if (0 && !(tech_pvt->profile->pflags & PFLAG_RUNNING)) {
+ if (!(tech_pvt->profile->pflags & PFLAG_RUNNING)) {
switch_channel_hangup(tech_pvt->channel, SWITCH_CAUSE_NORMAL_CLEARING);
return SWITCH_STATUS_FALSE;
}
More information about the Freeswitch-svn
mailing list