Displaying 7 results from an estimated 7 matches for "extensions_conf".
2008 Feb 17
2
Asterisk reltime mode with Postgresql
...to register to the server and I can make calls (dialplan is in the
database), but each time Asterisk reads the information from the database it
shows me this on the console:
[Feb 17 12:32:50] WARNING[620]: res_config_pgsql.c:207 realtime_pgsql:
Postgresql RealTime: Could not find any rows in table extensions_conf.
[Feb 17 12:32:50] WARNING[604]: res_config_pgsql.c:207 realtime_pgsql:
Postgresql RealTime: Could not find any rows in table sip_conf.
[Feb 17 12:32:50] WARNING[604]: res_config_pgsql.c:207 realtime_pgsql:
Postgresql RealTime: Could not find any rows in table sip_conf.
[Feb 17 12:32:50] WARNING[92...
2014 May 09
3
authoritative sql definitions for Asterisk Realtime Architecture ARA
...mysql/voicemail.sql:CREATE TABLE voicemail
(
asterisk-11.9.0/contrib/realtime/mysql/voicemail_data.sql:CREATE TABLE
voicemail_data (
asterisk-11.9.0/contrib/realtime/mysql/voicemail_messages.sql:CREATE TABLE
voicemail_messages (
asterisk-11.9.0/contrib/realtime/postgresql/realtime.sql:CREATE TABLE
extensions_conf (
asterisk-11.9.0/contrib/realtime/postgresql/realtime.sql:CREATE TABLE cdr (
asterisk-11.9.0/contrib/realtime/postgresql/realtime.sql:CREATE TABLE
sip_conf (
asterisk-11.9.0/contrib/realtime/postgresql/realtime.sql:CREATE TABLE
voicemail_users (
asterisk-11.9.0/contrib/realtime/postgresql/realtime...
2006 Dec 27
1
php agi trixbox help
I have this code which was taken from the phpagi project page along with the
following in extensions_conf and the output from the asterisk CLI. When I
call the 311 extension, I does nothing then hangs up. What am I doing
wrong??
----php code------------
#!/usr/local/bin/php -q
<?php
set_time_limit(30);
require('phpagi.php');
$agi = new AGI();
$agi->answer();
$cid = $agi->...
2009 Mar 20
0
Asterisk Realtime Configuration and 404 Extension not found
...ELECT name,host,type,context,secret,defaultuser from sip_conf;
name | host | type | context | secret | defaultuser
------+---------+--------+---------+--------+-------------
1401 | dynamic | friend | prova | fra | 1401
1501 | dynamic | friend | prova | 1501 | 1501
I create a table extensions_conf with this extensions:
id | context | exten | priority | app | appdata
----+---------+-----------+----------+--------+----------------
41 | prova | _1[1-5]XX | 1 | Dial | (SIP/${EXTEN})
42 | prova | _1[1-5]XX | 2 | Hangup |
the extconfig.conf is:
[settings]
extensi...
2009 Mar 24
0
Asterisk Realtime Config and SIP/401 Unauthorize: why?
...asterisk=> SELECT name,host,type,context,secret,defaultuser from sip_conf;
name | host | type | context | secret | defaultuser
------+---------+--------+---------+--------+-------------
1401 | dynamic | friend | prova | fra | 1401
1501 | dynamic | friend | prova | 1501 | 1501
I create a table extensions_conf with this extensions:
id | context | exten | priority | app | appdata
----+---------+-----------+----------+--------+----------------
41 | prova | _1[1-5]XX | 1 | Dial | (SIP/${EXTEN})
42 | prova | _1[1-5]XX | 2 | Hangup |
the extconfig.conf is:
[settings] extensions => odbc,dbasterisk,exten...
2009 Mar 19
0
Extensions not found and 401 Unauthorized in realtime configuration (Long post)
...ELECT name,host,type,context,secret,defaultuser from sip_conf;
name | host | type | context | secret | defaultuser
------+---------+--------+---------+--------+-------------
1401 | dynamic | friend | prova | fra | 1401
1501 | dynamic | friend | prova | 1501 | 1501
I create a table extensions_conf with this extensions:
id | context | exten | priority | app | appdata
----+---------+-----------+----------+--------+----------------
41 | prova | _1[1-5]XX | 1 | Dial | (SIP/${EXTEN})
42 | prova | _1[1-5]XX | 2 | Hangup |
the extconfig.conf is:
[settings]
extensi...
2004 Dec 17
6
Realtime and PostgreSQL
...22]: loader.c:440 load_modules: Loading module
app_voicemail.so failed!
[root@abox asterisk]#
extconfig.conf:
[settings]
;uncomment to load queues.conf via the db engine.
;queues.conf => odbc,PostgreSQL,ast_config
sip.conf => odbc,PostgreSQL,sip_conf
extensions.conf => odbc,PostgreSQL,extensions_conf
voicemail.conf => odbc,PostgreSQL,voicemail_conf
~
res_odbc.conf:
;;; odbc setup file
[PostgreSQL]
dsn => PostgreSQL
username => abox
password => ecom1091
pre-connect => yes
res_config_odbc.conf:
[settings]
table => ast_config
connection => PostgeSQL
odbcinst.ini:
# Exa...