aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel_pvt.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_pvt.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_pvt.h')
-rwxr-xr-xinclude/asterisk/channel_pvt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/channel_pvt.h b/include/asterisk/channel_pvt.h
index a815f5c4a..d52a90fc6 100755
--- a/include/asterisk/channel_pvt.h
+++ b/include/asterisk/channel_pvt.h
@@ -65,6 +65,8 @@ struct ast_channel_pvt {
int (*setoption)(struct ast_channel *chan, int option, void *data, int datalen);
/*! Query a given option */
int (*queryoption)(struct ast_channel *chan, int option, void *data, int *datalen);
+ /*! Blind transfer other side */
+ int (*transfer)(struct ast_channel *chan, char *newdest);
};
//! Create a channel structure