mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Add two new console commands "pri show version" and "ss7 show version" that will show the version of each library respectively.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115078 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1265,9 +1265,9 @@ AST_EXT_LIB_CHECK([POPT], [popt], [poptStrerror], [popt.h])
|
||||
|
||||
AST_EXT_LIB_CHECK([PORTAUDIO], [portaudio], [Pa_GetDeviceCount], [portaudio.h])
|
||||
|
||||
AST_EXT_LIB_CHECK([PRI], [pri], [pri_new_bri], [libpri.h])
|
||||
AST_EXT_LIB_CHECK([PRI], [pri], [pri_get_version], [libpri.h])
|
||||
|
||||
AST_EXT_LIB_CHECK([SS7], [ss7], [isup_set_generic_name], [libss7.h])
|
||||
AST_EXT_LIB_CHECK([SS7], [ss7], [ss7_get_version], [libss7.h])
|
||||
|
||||
if test "${USE_PWLIB}" != "no"; then
|
||||
if test -n "${PWLIB_DIR}"; then
|
||||
|
Reference in New Issue
Block a user