git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1189 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Martin Pycko 23 years ago
parent 1521e09083
commit 546e9d3ecc

@ -1,7 +1,7 @@
#!/usr/bin/perl -Tw #!/usr/bin/perl -Tw
# Use these commands to create the appropriate tables in MySQL # Use these commands to create the appropriate tables in MySQL
# #
#CREATE TABLE ext ( #CREATE TABLE extensions (
# context CHAR(20) DEFAULT 'default' NOT NULL, # context CHAR(20) DEFAULT 'default' NOT NULL,
# extension CHAR(20) NOT NULL, # extension CHAR(20) NOT NULL,
# priority INT(2) DEFAULT '1' NOT NULL, # priority INT(2) DEFAULT '1' NOT NULL,

@ -1,7 +1,7 @@
#!/usr/bin/perl -Tw #!/usr/bin/perl -Tw
# Use these commands to create the appropriate tables in MySQL # Use these commands to create the appropriate tables in MySQL
# #
#CREATE TABLE ext ( #CREATE TABLE extensions (
# context CHAR(20) DEFAULT 'default' NOT NULL, # context CHAR(20) DEFAULT 'default' NOT NULL,
# extension CHAR(20) NOT NULL, # extension CHAR(20) NOT NULL,
# priority INT(2) DEFAULT '1' NOT NULL, # priority INT(2) DEFAULT '1' NOT NULL,

Loading…
Cancel
Save