mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 03:02:15 +00:00
Update configure script for libpri COLP feature dependency requirements.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@213748 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -47,6 +47,9 @@
|
||||
#include "asterisk/features.h"
|
||||
|
||||
#include "sig_pri.h"
|
||||
#ifndef PRI_EVENT_FACILITY
|
||||
#error please update libpri
|
||||
#endif
|
||||
|
||||
/* define this to send PRI user-user information elements */
|
||||
#undef SUPPORT_USERUSER
|
||||
@@ -1981,9 +1984,6 @@ static void *pri_dchannel(void *vpri)
|
||||
sig_pri_unlock_private(pri->pvts[chanpos]);
|
||||
}
|
||||
break;
|
||||
#ifndef PRI_EVENT_FACILITY
|
||||
#error please update libpri
|
||||
#endif
|
||||
case PRI_EVENT_FACILITY:
|
||||
chanpos = pri_find_principle(pri, e->facility.channel);
|
||||
if (chanpos < 0) {
|
||||
@@ -2115,9 +2115,6 @@ static void *pri_dchannel(void *vpri)
|
||||
}
|
||||
}
|
||||
break;
|
||||
#ifndef PRI_EVENT_HANGUP_REQ
|
||||
#error please update libpri
|
||||
#endif
|
||||
case PRI_EVENT_HANGUP_REQ:
|
||||
chanpos = pri_find_principle(pri, e->hangup.channel);
|
||||
if (chanpos < 0) {
|
||||
|
Reference in New Issue
Block a user