mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	res_smdi: convert to astobj2
Remove functions: ast_smdi_interface_unref ast_smdi_md_message_putback ast_smdi_mwi_message_putback ast_smdi_md_message destructor ast_smdi_mwi_message destructor Includes for astobj.h are removed everywhere it's possible. ASTERISK-24066 #close Review: https://reviewboard.asterisk.org/r/3758/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@419060 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -6006,7 +6006,7 @@ static void run_externnotify(char *context, char *extension, const char *flag) | ||||
| 			else if (!strncmp(mwi_msg->cause, "BLK", 3)) | ||||
| 				ast_log(AST_LOG_WARNING, "MWI light was already on or off for %s\n", mwi_msg->fwd_st); | ||||
| 			ast_log(AST_LOG_WARNING, "The switch reported '%s'\n", mwi_msg->cause); | ||||
| 			ASTOBJ_UNREF(mwi_msg, ast_smdi_mwi_message_destroy); | ||||
| 			ao2_ref(mwi_msg, -1); | ||||
| 		} else { | ||||
| 			ast_debug(1, "Successfully executed SMDI MWI change for %s\n", extension); | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user