aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-19 15:23:11 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-19 15:23:11 +0000
commit54dfb0b7c727647cb58492db113e409765fd4d31 (patch)
tree2ff2f1de6cb76000686d1fc6aa7afe30003d9769
parentac5ca1f9f9a322ecc4a0f915089f07df4e6e3466 (diff)
Alert for in-band audio
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3015 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xchannels/chan_zap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 0ac13e620..632860e41 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -3854,7 +3854,7 @@ static int zt_write(struct ast_channel *ast, struct ast_frame *frame)
if (p->pri->pri) {
if (!pri_grab(p, p->pri)) {
#ifdef PRI_PROGRESS
- pri_progress(p->pri->pri,p->call);
+ pri_progress(p->pri->pri,p->call, 1);
#else
pri_acknowledge(p->pri->pri,p->call, p->prioffset, 1);
#endif
@@ -3968,7 +3968,7 @@ static int zt_indicate(struct ast_channel *chan, int condition)
if (p->pri->pri) {
if (!pri_grab(p, p->pri)) {
#ifdef PRI_PROGRESS
- pri_progress(p->pri->pri,p->call);
+ pri_progress(p->pri->pri,p->call, 1);
#else
pri_acknowledge(p->pri->pri,p->call, p->prioffset, 1);
#endif