mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 17:53:15 +00:00
moved a notice into a log
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36190 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3187,6 +3187,11 @@ cb_events(enum event_e event, struct misdn_bchannel *bc, void *user_data)
|
||||
|
||||
if (event != EVENT_SETUP) {
|
||||
if (!ch) {
|
||||
if (event == EVENT_RELEASE_COMPLETE) {
|
||||
chan_misdn_log(1, bc->port, " --> no Ch, so we've already released.\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (event != EVENT_CLEANUP && event != EVENT_TONE_GENERATE && event != EVENT_BCHAN_DATA)
|
||||
ast_log(LOG_NOTICE, "Chan not existing at the moment bc->l3id:%x bc:%p event:%s port:%d channel:%d\n",bc->l3_id, bc, manager_isdn_get_info( event), bc->port,bc->channel);
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user