From 67b5919a15a97bce261c4dc98a14c5d8aeab0154 Mon Sep 17 00:00:00 2001 From: markster Date: Wed, 14 May 2003 05:33:06 +0000 Subject: Add transfer to IAX2, and transfer application git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1016 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/channel.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/asterisk/channel.h') 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 -- cgit v1.2.3