* `cdr` - Table used for Asterisk to store CDR records
* `config` - Tables used for Asterisk realtime configuration
* `queue_log` - Table used for Asterisk to store Queue Log records
- * `voicemail` - Tables used for `ODBC_STOARGE` of voicemail messages
+ * `voicemail` - Tables used for `ODBC_STORAGE` of voicemail messages
Alembic uses SQLAlchemy, which has support for
[many databases](http://docs.sqlalchemy.org/en/rel_0_8/dialects/index.html).
-"""increse reg server size
+"""increase reg server size
Revision ID: 1ae0609b6646
Revises: 61797b9fced6
#
# Copyright (C) 2013, Russell Bryant
#
-# Russell Bryant <russell@rusellbryant.net>
+# Russell Bryant <russell@russellbryant.net>
#
# See http://www.asterisk.org for more information about
# the Asterisk project. Please do not directly contact
#
# Copyright (C) 2013, Russell Bryant
#
-# Russell Bryant <russell@rusellbryant.net>
+# Russell Bryant <russell@russellbryant.net>
#
# See http://www.asterisk.org for more information about
# the Asterisk project. Please do not directly contact
#
# Mon Jun 04 2007 IƱaki Baz Castillo <ibc@in.ilimit.es>
# - Eliminated SAFE_ASTERISK since it doesn't work as LSB script (it could require a independent "safe_asterisk" init script).
-# - Load and use the standar "/lib/lsb/init-functions".
+# - Load and use the standard "/lib/lsb/init-functions".
# - Added "--oknodo" to "start-stop-daemon" for compatibility with LSB:
# http://www.linux-foundation.org/spec/refspecs/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
#
#@@@HELPEND@@@
-# Be careful editng the inline scripts.
+# Be careful editing the inline scripts.
# They're space-indented.
# We need the python bit because lock_infos isn't
exit
-# Be careful editng the inline scripts.
+# Be careful editing the inline scripts.
# They're space-indented.
# We need the python bit because lock_infos isn't
args=parser.parse_args()
# We only convert timestamps that are at the beginning of a line
-# or are preceeded by a whilespace character or a '['
+# or are preceeded by a whitespace character or a '['
rets = re.compile(r'(^|(?<=\s|\[))\d+(\.\d+)?', flags=re.M)
if args.timezone and len(args.timezone) > 0:
tzf = tz.tzfile('/usr/share/zoneinfo/' + args.timezone)
attributetype ( AstAccountPromiscRedir
NAME 'AstAccountPromiscRedir'
- DESC 'Asterisk account promiscous redirects'
+ DESC 'Asterisk account promiscuous redirects'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
#
olcAttributeTypes: ( AstAccountPromiscRedir
NAME 'AstAccountPromiscRedir'
- DESC 'Asterisk account promiscous redirects'
+ DESC 'Asterisk account promiscuous redirects'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
# where Asterisk's pbx/pbx_spool.c will be looking for work
set SPOOLDIR /var/spool/asterisk/outgoing
-# pbx_spool is fairly aggresive, so make files here first
+# pbx_spool is fairly aggressive, so make files here first
set TEMPDIR /tmp
if { ![file writable $SPOOLDIR] } {
# Copy Policy: GNU Public Licence Version 2 or later
# URL: http://www.peternixon.net/code/
# Supported: PostgreSQL, Oracle, MySQL
-# Copyright: 2004 Peter Nixon <codemonkey@petenixon.net>
+# Copyright: 2004 Peter Nixon <codemonkey@peternixon.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
screendump 9
The init script of the Debian package should be able to run safe_asterisk
-as the asterisk service, if so configured. See coments in
+as the asterisk service, if so configured. See comments in
/etc/default/asterisk
.SH FILES
#!/bin/bash
-# compare_valgrind: diff two valgrinf memory usage logs. Masks out PIDs,
+# compare_valgrind: diff two valgrind memory usage logs. Masks out PIDs,
# addresses and such that should normally be different.
#
# Usage: ./compare_valgrind file1.log file2.log | less
# Regular expressions that match against invalid passwords
REGEX_BLACKLIST = [
("(?P<digit>\d)(?P=digit){%d}" % (REQUIRED_LENGTH - 1),
- "%d consective numbers that are the same" % REQUIRED_LENGTH)
+ "%d consecutive numbers that are the same" % REQUIRED_LENGTH)
]
*/
/*! \file
- * \brief print libtonozone data as Asterisk indications.conf
+ * \brief print libtonezone data as Asterisk indications.conf
*/
#include <stdio.h>
void usage() {
fprintf(stderr,
- PROGRAM ": print libtonozone data as Asterisk indications.conf\n"
+ PROGRAM ": print libtonezone data as Asterisk indications.conf\n"
"\n"
"Usage:\n"
" " PROGRAM " -a Print all countries\n"