Displaying 3 results from an estimated 3 matches for "function_db_exist".
Did you mean:
function_db_exists
2014 May 02
1
SQLite3 astdb back-end
How do you load the contact list? It's a database? Sqlite3?
https://wiki.asterisk.org/wiki/display/AST/SQLite3+astdb+back-end
I'm not clear on what this specific database does. If it's not this
specific database which has contact information, which database does?
thanks,
Thufir
2018 Jan 10
2
how do i enable call features??
That is the general idea. But how do i make it work? is there somewhere
ready?
On Wed, Jan 10, 2018 at 6:39 PM, John Kiniston <johnkiniston at gmail.com>
wrote:
> Define your *72 and *73 extensions in your internal context, Have them set
> a value in the ASTDB that you then check when dialing your handsets.
>
> The same can be done for call forwarding, store a number in the
2018 Jan 11
2
how do i enable call features??
...s and check
> those.
>
> wrapping your test case in an ExecIF statement that uses the DB_EXISTS
> function to see if the database field you are checking is valid so you
> don't get errors about non existent entries.
>
> https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_DB_EXISTS
>
> https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_DB
>
> On Wed, Jan 10, 2018 at 11:19 AM, Atux Atux <atuxnull at gmail.com> wrote:
>
>> That is the general idea. But how do i make it work? is there somewhere
>> ready?
>>
>>
>> O...