mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 03:08:45 +00:00
1. Updated for OSP Toolkit 3.6.0.
2. Added service type ported number query. 3. Formated code. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@236756 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
1275
apps/app_osplookup.c
1275
apps/app_osplookup.c
File diff suppressed because it is too large
Load Diff
@@ -101,3 +101,10 @@
|
||||
; IAX protocols. The default protocol is set to SIP.
|
||||
;
|
||||
;defaultprotocol=SIP
|
||||
;
|
||||
; Set the service type.
|
||||
; 0 - Normal voice service
|
||||
; 1 - Ported number query service
|
||||
; Default is 0,
|
||||
;
|
||||
;servicetype=0
|
||||
|
@@ -1608,7 +1608,7 @@ fi
|
||||
|
||||
if test "$PBX_OPENSSL" = "1";
|
||||
then
|
||||
AST_CHECK_OSPTK([3], [5], [0])
|
||||
AST_CHECK_OSPTK([3], [6], [0])
|
||||
fi
|
||||
|
||||
AST_EXT_TOOL_CHECK([GMIME], [gmime-config], [], [], [#include <gmime/gmime.h>], [gboolean q = g_mime_check_version(0,0,0);])
|
||||
|
Reference in New Issue
Block a user