Alert for in-band audio

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3015 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 22 years ago
parent ce55c480e9
commit 260fcde6e2

@ -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

Loading…
Cancel
Save