mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	major dialplan functions update
deprecate LANGUAGE() and MUSICCLASS(), in favor of CHANNEL() git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9674 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		@@ -751,7 +751,7 @@ static int action_getvar(struct mansession *s, struct message *m)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (varname[strlen(varname) - 1] == ')') {
 | 
			
		||||
		varval = ast_func_read(c, varname, workspace, sizeof(workspace));
 | 
			
		||||
		ast_func_read(c, varname, workspace, sizeof(workspace));
 | 
			
		||||
	} else {
 | 
			
		||||
		pbx_retrieve_variable(c, varname, &varval, workspace, sizeof(workspace), NULL);
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user