aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/adsi.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-24 22:27:10 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-24 22:27:10 +0000
commit2b24a0e7168c3a1b204ed2d47efcbbc04e545e12 (patch)
treeb108f5e9e7cddee94e313071be63cd5d3722ec21 /include/asterisk/adsi.h
parent1a53fae8ea90d33950940a2701a9b2a9395a3c9b (diff)
when switching back to voice mode, wait for 'B' (bug #3833)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@6007 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/adsi.h')
-rwxr-xr-xinclude/asterisk/adsi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/adsi.h b/include/asterisk/adsi.h
index 87b18c31f..cef71492b 100755
--- a/include/asterisk/adsi.h
+++ b/include/asterisk/adsi.h
@@ -164,7 +164,7 @@ extern int adsi_unload_session(struct ast_channel *chan);
/* ADSI Layer 2 transmission functions */
extern int adsi_transmit_messages(struct ast_channel *chan, unsigned char **msg, int *msglen, int *msgtype);
extern int adsi_transmit_message(struct ast_channel *chan, unsigned char *msg, int msglen, int msgtype);
-
+extern int adsi_transmit_message_full(struct ast_channel *chan, unsigned char *msg, int msglen, int msgtype, int dowait);
//! Read some encoded DTMF data.
/*!
* Returns number of bytes received