mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
we send nearly everytime a RELEASE, only if we for sure know, that it's a TE and we did create the call we don't to hear the Inband Info
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18800 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3556,7 +3556,7 @@ cb_events(enum event_e event, struct misdn_bchannel *bc, void *user_data)
|
||||
|
||||
send_cause2ast(ch->ast,bc);
|
||||
|
||||
if (misdn_inband_avail(bc) && ch->state != MISDN_CONNECTED) {
|
||||
if ( ch->orginator==ORG_AST && !bc->nt && misdn_inband_avail(bc) && ch->state != MISDN_CONNECTED) {
|
||||
/* If there's inband information available (e.g. a
|
||||
recorded message saying what was wrong with the
|
||||
dialled number, or perhaps even giving an
|
||||
@@ -3588,7 +3588,6 @@ cb_events(enum event_e event, struct misdn_bchannel *bc, void *user_data)
|
||||
*/
|
||||
|
||||
misdn_lib_send_event(bc,EVENT_RELEASE);
|
||||
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user