mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-11 04:18:21 +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:
@@ -336,7 +336,7 @@ void ast_unregister_atexit(void (*func)(void));
|
||||
\
|
||||
if (!(u=calloc(1,sizeof(*u)))) { \
|
||||
ast_log(LOG_WARNING, "Out of memory\n"); \
|
||||
return ""; \
|
||||
return -1; \
|
||||
} \
|
||||
ast_mutex_lock(&localuser_lock); \
|
||||
u->chan = chan; \
|
||||
|
||||
Reference in New Issue
Block a user