comment verbose message
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@654 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
0f8ba38ca2
commit
b20d103bca
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue