aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_zap.c')
-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