aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-06 05:11:48 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-06 05:11:48 +0000
commitce84c9b17d473d7745efa4d3f6ebf4319fb59c71 (patch)
treeb5458819e05aef1c5fde9804e5ebc32dfe8ed5c9 /include
parent6d61220e72fd4add3b509dd4d65d59a83158e388 (diff)
Fix ADSI 'B' issue (bug #3833)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5422 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-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 b50fac837..085021006 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