Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| userdoc:tt_asterisk-odbc [2013/03/16 18:14] – abelbeck | userdoc:tt_asterisk-odbc [2014/07/03 19:02] (current) – [Mass Deployment SQL Table] droemel | ||
|---|---|---|---|
| Line 97: | Line 97: | ||
| !!Tip ->!! Teach yourself some basic SQL commands. | !!Tip ->!! Teach yourself some basic SQL commands. | ||
| + | ===== Mass Deployment SQL Table ===== | ||
| + | When using the **[[userdoc: | ||
| + | |||
| + | !!Note: AstLinux 1.1.7 or later is required!! | ||
| + | |||
| + | Using the SQL-Data tab in the web interface, view an example ' | ||
| + | |||
| + | {{: | ||
| + | |||
| + | The SQL schema is of the form: | ||
| + | |||
| + | CREATE TABLE ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ); | ||
| + | |||
| + | Following the examples above, adding a context to ''/ | ||
| + | |||
| + | [SIPACCOUNT] | ||
| + | dsn=asterisk | ||
| + | readsql=SELECT ${ARG1} FROM phoneprov WHERE ${ARG2}=' | ||
| + | |||
| + | In the dialplan you could then use something like this: | ||
| + | |||
| + | same => n, | ||
| + | |||
| + | to get the SIP account (peer-name) from a given extension (100) via SQL. | ||
| + | |||
| + | Detailed Mass Deployment documentation can be found here: | ||
| + | **[[userdoc: | ||
| ===== CDR Call Logging with SQL ===== | ===== CDR Call Logging with SQL ===== | ||