aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-07 21:45:01 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-07 21:45:01 +0000
commit31bb5e6c9eaf8373d7b1b17a6fd84834a0063f2c (patch)
tree0efc10b811a4a6aad392067c68f1974c4df3537d /include
parentb28c1f0ec5393416a1a5e9bc7ac528ed3920c264 (diff)
Merged revisions 63285 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r63285 | file | 2007-05-07 17:39:52 -0400 (Mon, 07 May 2007) | 2 lines Properly handle what happens during a masquerade in relation to group counting. (issue #9657 reported by ramonpeek) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@63286 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/app.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index 2106fe6b3..1c6dca0e7 100644
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -225,6 +225,9 @@ int ast_app_group_match_get_count(const char *groupmatch, const char *category);
/*! Discard all group counting for a channel */
int ast_app_group_discard(struct ast_channel *chan);
+/*! Update all group counting for a channel to a new one */
+int ast_app_group_update(struct ast_channel *old, struct ast_channel *new);
+
/*! Lock the group count list */
int ast_app_group_list_lock(void);