mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 64902 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r64902 | crichter | 2007-05-18 10:24:08 +0200 (Fr, 18 Mai 2007) | 1 line we *need* to send a PROCEEDING when sending_complete is set, even if need_more_infos is requested. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@64904 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4217,7 +4217,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