mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-16 09:52:24 +00:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@64950 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3749,7 +3749,8 @@ cb_events(enum event_e event, struct misdn_bchannel *bc, void *user_data)
|
||||
if (!ch->noautorespond_on_setup) {
|
||||
ch->state=MISDN_DIALING;
|
||||
|
||||
if (bc->nt || (bc->need_more_infos && misdn_lib_is_ptp(bc->port)) ) {
|
||||
if (!bc->sending_complete &&
|
||||
(bc->nt || (bc->need_more_infos && misdn_lib_is_ptp(bc->port)))) {
|
||||
int ret;
|
||||
ret = misdn_lib_send_event(bc, EVENT_SETUP_ACKNOWLEDGE );
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user