aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-14 05:33:06 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-14 05:33:06 +0000
commit67b5919a15a97bce261c4dc98a14c5d8aeab0154 (patch)
tree23b90a95ccbc1acc8ade932120bf3a913ab9b097 /include/asterisk/channel.h
parent1fbfb13dba848484eb0bcf1364c35d348b96ca8d (diff)
Add transfer to IAX2, and transfer application
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1016 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/channel.h')
-rwxr-xr-xinclude/asterisk/channel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 97f8af91f..e40a5378f 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -676,6 +676,10 @@ int ast_autoservice_stop(struct ast_channel *chan);
timer fd */
int ast_settimeout(struct ast_channel *c, int ms);
+/* Transfer a channel (if supported). Returns -1 on error, 0 if not supported
+ and 1 if supported and requested */
+int ast_transfer(struct ast_channel *chan, char *dest);
+
/* Misc. functions below */
//! Waits for activity on a group of channels