Make chan_vpb.c detect austel busy (bug 545)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2567 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
James Golovich 21 years ago
parent 2ff5d7de53
commit a222dbe8c7

@ -270,7 +270,7 @@ static inline int monitor_handle_owned(struct vpb_pvt *p, VPB_EVENT *e)
break; break;
case VPB_TONEDETECT: case VPB_TONEDETECT:
if (e->data == VPB_BUSY || e->data == VPB_BUSY_308) if (e->data == VPB_BUSY || e->data == VPB_BUSY_308 || e->data == VPB_BUSY_AUST)
f.subclass = AST_CONTROL_BUSY; f.subclass = AST_CONTROL_BUSY;
else if (e->data == VPB_GRUNT) { else if (e->data == VPB_GRUNT) {
p->lastgrunt = tcounter; p->lastgrunt = tcounter;

Loading…
Cancel
Save