comment verbose message

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@654 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2009-02-07 23:17:03 +00:00
parent 0f8ba38ca2
commit b20d103bca
1 changed files with 2 additions and 0 deletions

View 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));