aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-04 01:11:25 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-04 01:11:25 +0000
commitae986bb6bc5aa89c7a856adc702d4cd8df7f816d (patch)
tree654f352211e2d0a687b2a6fe94df5f54c3b33d14 /include/asterisk/channel.h
parent08ef5864e20771d41ed478962a7b1b73a05d67f5 (diff)
Add support for parking with IAX2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2318 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/channel.h')
-rwxr-xr-xinclude/asterisk/channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 24699a7d9..c0cd6cd23 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -777,6 +777,8 @@ int ast_settimeout(struct ast_channel *c, int samples, int (*func)(void *data),
and 1 if supported and requested */
int ast_transfer(struct ast_channel *chan, char *dest);
+int ast_do_masquerade(struct ast_channel *chan, int grablock);
+
/* Misc. functions below */
//! Waits for activity on a group of channels