]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
comment verbose message
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 7 Feb 2009 23:17:03 +0000 (23:17 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 7 Feb 2009 23:17:03 +0000 (23:17 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@654 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/ozmod/ozmod_libpri/ozmod_libpri.c

index d80960daf338392468f8337ac0066e475a105a2f..2a1682d02e9ce10b6658ffcfb8bea13ed7d91fdc 100644 (file)
@@ -214,9 +214,11 @@ static __inline__ void state_advance(zap_channel_t *zchan)
                        zchan->span_id, zchan->chan_id, zap_channel_state2str(zchan->state));
 
 
+#if 0
        if (!zap_test_flag(zchan, ZAP_CHANNEL_OUTBOUND) && !call) {
                zap_log(ZAP_LOG_WARNING, "NO CALL!!!!\n");
        }
+#endif
 
        
        memset(&sig, 0, sizeof(sig));