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:
TransNexus OSP Development
2009-12-29 10:59:55 +00:00
parent 21954cea7d
commit 28d16a3cb1
3 changed files with 692 additions and 592 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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

View File

@@ -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);])