mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 03:04:19 +00:00
Fix security codes in asterisk.adsi (bug #1709)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3059 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
; Begin with the preamble requirements
|
||||
;
|
||||
DESCRIPTION "Asterisk PBX" ; Name of vendor
|
||||
VERSION 0x02 ; Version of stuff
|
||||
;SECURITY "_AST" ; Security code
|
||||
SECURITY 0x0000 ; Security code
|
||||
FDN 0x0000000f ; Descriptor number
|
||||
VERSION 0x00 ; Version of stuff
|
||||
;SECURITY "_AST" ; Security code
|
||||
SECURITY 0X9BDBF7AC ; Security code
|
||||
FDN 0x0000000F ; Descriptor number
|
||||
|
||||
;
|
||||
; Flags
|
||||
|
||||
Reference in New Issue
Block a user