aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-15 19:53:49 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-15 19:53:49 +0000
commit2149a24bfa3743b2f01ef6859fab8e0412ad5070 (patch)
treeae6576afdc22e000b6fdcb7314aaf0cf4273f540 /include/asterisk/pbx.h
parentde16dd4e68576d3e9dd0b012ddc828006b86dc1f (diff)
Merged revisions 164423 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r164423 | mmichelson | 2008-12-15 13:53:29 -0600 (Mon, 15 Dec 2008) | 11 lines Merged revisions 164422 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r164422 | mmichelson | 2008-12-15 13:53:08 -0600 (Mon, 15 Dec 2008) | 3 lines Add the deadlock note to ast_spawn_extension as well ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@164424 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/pbx.h')
-rw-r--r--include/asterisk/pbx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index a5ee876a6..546356154 100644
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -493,6 +493,10 @@ int ast_extension_cmp(const char *a, const char *b);
*
* This adds a new extension to the asterisk extension list.
*
+ * \note It is possible for autoservice to be started and stopped on c during this
+ * function call, it is important that c is not locked prior to calling this. Otherwise
+ * a deadlock may occur
+ *
* \retval 0 on success
* \retval -1 on failure.
*/