Displaying 20 results from an estimated 200 matches similar to: "Realtime Engine"
2008 Nov 06
1
Asterisk Realtime Configuration
Hi,
Having some issues here with getting asterisk realtime for the dialplan
(extensions.conf) setup:
mysql> desc extensions_table;
+----------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+----------+--------------+------+-----+---------+----------------+
| id | int(11) | NO | MUL | NULL |
2005 Mar 11
1
Trouble with Realtime
Greetings,
I'm having some trouble with the realtime engines. When asterisk
loads, everything looks fine, there don't seem to be any problems via
notices or anything. Furthermore, cdr_odbc is working, and actively
logging my failed call attempts to db through ODBC using the same DSN.
unixODBC and the mysql drivers are installed from source.
Here are the relevant parts of the config:
2005 Jun 28
2
Asterisk Realtime and ODBC
Hello all!
My basic problem is that we haven't been able to get realtime to use ODBC to
store configuration data. Here are the details:
We've installed Asterisk on a CentOS machine as follows:
1. Downloaded, compiled, and installed FreeTDS 0.63
2. Downloaded, compiled, and installed unixODBC 2.2.11
3. Downloaded, compiled, and installed Asterisk, Asterisk-Addons, and Zaptel
from CVS
2005 Aug 10
1
asterisk query mysql problem or bug?
Hi;
I have entries as below in DB,
mysql> select * from sip_buddies;
+----+------+----------+------------+---------+------------+--------+-------
-----+------------+----------+------+
| id | name | context | defaultip | host | mailbox | type |
regseconds | ipaddr | username | port |
+----+------+----------+------------+---------+------------+--------+-------
2005 Jan 18
2
Realtime Voicemail ...
Hi,
Realtime SIP and Extensions are working fine but facing some problems
with Voicemail.
Added an entry to extconfig.conf
voicemail => mysql,asterisk,voicemail_users
Created the corresponding table and an entry for mailbox 201.
This is also reflected in the CLI as shown below.
CLI> realtime load voicemail mailbox 201
Column Name Column Value
2006 Dec 05
1
Question about Realtime static table
Hi All:
I'd like to use Realtime Static in terms of the performance concern
about dynamic realtime. Assume that I create a table:
as following:
CREATE TABLE `extensions_table` (
`id` int(11) NOT NULL auto_increment,
`context` varchar(20) NOT NULL default '',
`exten` varchar(20) NOT NULL default '',
`priority` tinyint(4) NOT NULL default '0',
`app` varchar(20)
2005 Jan 14
2
Realtime / sip.conf
I am currently in the process of testing out realtime support for
sip.conf. I have followed all of the directions that are listed in
the Wiki, but for some reason this does not work.
When utilizing a flat file, I am able to register endpoints without
any problems, and calls can proceed. One interesting side effect that
I have noticed is that when I am using realtime for sip, I am unable
to see
2005 Aug 10
2
app_voicemail.c still looking for config file even I try to configure the voicemail from database.
Hi
I am trying to make asterisk load config from database, so far I get the
sip, extension working, but voicemail seems still looking for config file,
not from the database.
the extconfig.conf looks like
...
sipusers => mysql,asterisk,sip_buddies
sippeers => mysql,asterisk,sip_buddies
extensions => mysql,asterisk,extensions_table
voicemail => mysql,asterisk,voicemail_users
..
the
2010 Feb 18
1
Realtime extensions
Hello list !
Can realtime dialplan be combined with 'hardcoded' dialplan in
extensions.conf ??
Does a context need completely be written or in extensions.conf or in
the mysql-table 'extensions_table' ? Or can I combine the two with the
'switch'-statement ??
Kind regards,
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Oct 16
1
Use Asterisk Realtime Extensions with Switch-statement and include-statement
Hello,
Is it possible to use the switch => statement in extensions.conf
(http://www.voip-info.org/wiki/view/Asterisk+RealTime+Extensions) to
point to a database and in the database use the include-statement ?
In extconfig.conf I would have :
extensions => mysql,asterisk,extensions_table
In extensions.conf I would then have :
[includecontext]
switch => Realtime/includecontext at
2005 Sep 13
1
populating asterisk realtime tables from configfiles
Here is my file to parse and load extensions. No wise cracks about my
code....
DB.php is the Pear DB module. (pear.php.net)
<?php
include('DB.php');
$db_host = '';
$db_name = '';
$db_login = '';
$db_pass = '';
$db_table = 'extensions_table';
define(DBINFO,"mysql://$db_login:$db_pass@$db_host/$db_name");
$db =
2005 Jan 05
7
Realtime
Hi,
Jan 6 01:43:09 WARNING[12209]: pbx.c:796 pbx_find_extension: No such switch
'Realtime'
What does this message mean ?
Something wrong with the switch statement in my extensions.conf or maybe is
the module net correctly installed ?
Thnx.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Dec 28
1
Chan IAX2 errors while calling Toll Free numbers using IAXTEL
Hi List,
While trying to calling Toll Free numbers using IAXTEL, the call connects, I
hear about 2 seconds of voice and then the voice drops off and I get the
following error message which keeps scrolling across my console screen.
WARNING[-167797840]: chan_iax2.c:5967 socket_read: Received mini frame
before first full voice frame
Asterisk shows that the format of this call is GSM.
However if I
2007 Oct 09
2
Asterisk Realtime woes
I have configured asterisk realtime to work with two servers and a seperate MySQL DB.
Each sip client registers which server it is connected to in the MySQL DB. This works great as long as the clients are
1. On the same network
2. Behind a NAT and connected to the same asterisk server as the caller.
However I need this configuration to work for "NAT-ed" clients on different asterisk
2005 May 04
4
Problem with realtime SIP
Hi Guys,
We have just set up Asterisk (CVS Head) for a realtime enviorment using
MySQL & Asterisk Addons.
I have populated the "sip_buddies" table with the same information that
is came from our sip.conf, however registration seems to fail for the
softphone we have set up.
Does anyone have any idea as to what I should be looking for here? I'm
not getting any error messages
2007 Apr 05
1
Dialplan not reading MySQL table
Hello,
I'm trying to use MySQL for Dialplans and have followed the
Asterisk RealTime Extensions setup.
The MySQL table is called "extensions" and I have entered two records..
ext 1000 and 2000.
I also added
switch => Realtime/default@extentions
in extensions.conf
and
extensions => mysql,asterisk,extensions
in extconfig.conf
I do a *CLI> dialplan reload
but when I show
2008 Feb 07
2
Goto in Realtime extensions
Hello,
I'm having troubles while using the "Goto" function in a realtime
extension. Here is the error message :
-- Executing Goto("SIP/siemens1-081f56b0", "script_13_0|s|1")
-- Goto (script_13_0,s,1)
[Feb 7 13:24:21] WARNING[28666]: pbx.c:2455 __ast_pbx_run: Channel
'SIP/siemens1-081f56b0' sent into invalid extension 's' in context
2008 Oct 21
2
[help] Realtime Swich any context dinamically
when i wnat to working with realtime and mysql
for any context i have to insert (switch => Realtiem/context at extensions) statment into extensions.conf
for example if i want to have 10 context, i have to insert these lines into extension.conf :
[context1]
switch => Realtiem/context1 at extensions
[context2]
switch => Realtiem/context2 at extensions
[context3]
switch =>
2007 Nov 20
0
iaxpeers from Realtime
Hello asterisk users, here is a little problem pulling out iax peers from
real time database
I have the following peer configured in my database
mysql> select
name,username,secret,type,context,host,disallow,allow,defaultip,deny,permit,
ipaddr,port from iax_users where name='iaxtermination';
+----------------+----------+----------------------------------+------+-----
2005 Jan 23
0
Upgrade to the newest cvs now asterisk will not start
Hello group
I just update to the newest CVS now I'm not able to get asterisk to
start. No error during the make or make install
I did a make clean before the make;make install
Any help would be great!!!!
Here is the output
asterisk -vvvvvgcd
Parsing /etc/asterisk/asterisk.conf
Parsing /etc/asterisk/extconfig.conf
== Binding realtime_ext to mysql/realtime/extensions_table
== Binding