mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-30 07:41:39 +00:00 
			
		
		
		
	TEST_FRAMEWORK: Fix threewaytransfer reporting
Ensure that three-way transfers can be reported even if featuremap is non-NULL. ........ Merged revisions 418810 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418811 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -1478,7 +1478,8 @@ static void testsuite_notify_feature_success(struct ast_channel *chan, const cha | |||||||
| 		} else if (!strcmp(dtmf, featuremap->parkcall)) { | 		} else if (!strcmp(dtmf, featuremap->parkcall)) { | ||||||
| 			feature = "parkcall"; | 			feature = "parkcall"; | ||||||
| 		} | 		} | ||||||
| 	} else if (xfer) { | 	} | ||||||
|  | 	if (xfer) { | ||||||
| 		if (!strcmp(dtmf, xfer->atxferthreeway)) { | 		if (!strcmp(dtmf, xfer->atxferthreeway)) { | ||||||
| 			feature = "atxferthreeway"; | 			feature = "atxferthreeway"; | ||||||
| 		} | 		} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user