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
certified/1.8.6
TransNexus OSP Development 16 years ago
parent 21954cea7d
commit 28d16a3cb1

File diff suppressed because it is too large Load Diff

@ -101,3 +101,10 @@
; IAX protocols. The default protocol is set to SIP. ; IAX protocols. The default protocol is set to SIP.
; ;
;defaultprotocol=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"; if test "$PBX_OPENSSL" = "1";
then then
AST_CHECK_OSPTK([3], [5], [0]) AST_CHECK_OSPTK([3], [6], [0])
fi fi
AST_EXT_TOOL_CHECK([GMIME], [gmime-config], [], [], [#include <gmime/gmime.h>], [gboolean q = g_mime_check_version(0,0,0);]) AST_EXT_TOOL_CHECK([GMIME], [gmime-config], [], [], [#include <gmime/gmime.h>], [gboolean q = g_mime_check_version(0,0,0);])

Loading…
Cancel
Save