aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/share/python/asterisk/create-user.sql
diff options
context:
space:
mode:
authorDr Scofield2008-10-01 20:18:57 +0000
committerDr Scofield2008-10-01 20:18:57 +0000
commite7cd583c1edcea7f600064fac89a94a52a84a553 (patch)
tree91be8efa11dad887b2e985fcdc0e4b8dbac2c4eb /share/python/asterisk/create-user.sql
parentremove tests for inventory (diff)
downloadopensim-SC_OLD-e7cd583c1edcea7f600064fac89a94a52a84a553.zip
opensim-SC_OLD-e7cd583c1edcea7f600064fac89a94a52a84a553.tar.gz
opensim-SC_OLD-e7cd583c1edcea7f600064fac89a94a52a84a553.tar.bz2
opensim-SC_OLD-e7cd583c1edcea7f600064fac89a94a52a84a553.tar.xz
removing asterisk: it's now living at http://forge.opensimulator.org/gf/project/asteriskvoice/
Diffstat (limited to 'share/python/asterisk/create-user.sql')
-rw-r--r--share/python/asterisk/create-user.sql5
1 files changed, 0 insertions, 5 deletions
diff --git a/share/python/asterisk/create-user.sql b/share/python/asterisk/create-user.sql
deleted file mode 100644
index 68b8147..0000000
--- a/share/python/asterisk/create-user.sql
+++ /dev/null
@@ -1,5 +0,0 @@
1USE %(database)s;
2REPLACE INTO ast_sipfriends (port,context,disallow,allow,type,secret,host,name) VALUES ('5060','avatare','all','ulaw','friend','%(password)s','dynamic','%(username)s');
3REPLACE INTO `extensions_table` (context,exten,priority,app,appdata) VALUES ('avatare', '%(username)s', 1, 'Answer', '');
4REPLACE INTO `extensions_table` (context,exten,priority,app,appdata) VALUES ('avatare', '%(username)s', 2, 'Wait', '1');
5REPLACE INTO `extensions_table` (context,exten,priority,app,appdata) VALUES ('avatare', '%(username)s', 3, 'Dial', 'SIP/%(username)s,60'); \ No newline at end of file