Displaying 20 results from an estimated 20000 matches similar to: "Realtime extensions"
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
2010 Jun 08
6
reloading realtime sip peers
Hello,
I noticed that changes to realtime sip peers are not applied until a
'reload'. A 'sip reload' does not make any changes to realtime sip peers.
When changing for instance the mailbox-parameter in the realtime
sip_buddies table, the change is not applied with a 'sip reload'.
For every change there is a complete 'reload' necessary.
Why does a 'sip
2005 Jan 20
1
Realtime Engine
I'm going to be testing the new realtime stuff further in the next few
days, and just wanted some clarification on a couple of things before I
start on it.
I believe I can store any config file in a external config such as
mgcp.conf for example, by adding it to extconfig.conf with the below
syntax.
mgcp.conf => mysql,asterisk,mgcpchans
Doing this will require a reload of asterisk to read
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 |
2010 Aug 13
2
realtime sip peers : musiconhold class
Hello list,
I'm using asterisk 1.4.30 and realtime sip.
I notice that the field "musiconhold" is not working as when putting
someone on hold, the default musiconhold class is always used.
musiconhold.conf :
[default]
mode=files
directory=/var/lib/asterisk/moh
random=yes
;
[106002]
mode=files
directory=/var/lib/asterisk/moh/106002
random=yes
my realtime sip peers have the
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:
2016 Aug 15
5
Realtime SIP peers do not register any more after upgrade to Asterisk 13
Hello
after I have upgraded from Asterisk 12 to asterisk-certified-13.8-cert1
none of my realtime SIP peers (saved in MySQL DB) register anymore.
[Aug 15 22:03:43] NOTICE[30098]: chan_sip.c:28451
handle_request_register: Registration from
'<sip:testacc77 at 178.19.90.240>' failed for '78.119.140.190:5076' - Wrong
password
[Aug 15 22:04:13] NOTICE[30098]:
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
2014 Nov 04
1
queue log realtime mysql
Hello,
I have 5 Asterisk servers all using mysql realtime to store queue log
information.
There is 1 out of 5 servers which stores the data in 4 columns : 'data1'
--> 'data 5'.
All other servers store data in 1 column 'data' with the data seperated
by pipe.
I see no difference in my configuration of extconfig.conf and
logger.conf. Maybe a hidden default value ?
2016 Sep 10
2
Queue show : failed to extend from 240 to 327
On 10-09-16 00:50, Richard Mudgett wrote:
>
>
> On Fri, Sep 9, 2016 at 5:37 PM, Jonas Kellens
> <jonas.kellens at telenet.be <mailto:jonas.kellens at telenet.be>> wrote:
>
> Hello
>
> when I type on the Asterisk CLi 'queue show', I first get a list
> of my queues and then the following :
>
>
> failed to extend from 240 to 327
2015 May 22
1
Problem with realtime mysql I can't seem to resolve
Hello
I have already several Asterisk servers running with similar
configuration, but now I stumble into a problem.
I have mysql configuration res_config_mysql.conf :
[MyAsteriskDB]
dbhost = 127.0.0.1
dbname = MyAsteriskDB
dbuser = astadmin
dbpass = mysecret
dbport = 3306
dbsock = /var/lib/mysql/mysql.sock
requirements=warn ; or createclose or createchar
Realtime seems to be loaded :
2011 Apr 13
11
Realtime SIP & peer status
Hello,
I'm using SIP realtime with MySQL DB.
Is it possible to get the status of the SIP peer (free / calling) from
this realtime DB ?
If not, is there another way to obtain the call state of a SIP peer ?
Kind regards,
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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)
2012 Jan 20
1
Asterisk NOT in the media path
Hello,
I want to place an Asterisk-server A in front of 2 other
Asterisk-servers (B1 & B2).
This first Asterisk-server A needs to send incoming calls to one of the
2 available Asterisk-servers (B1 or B2) behind it.
So I want the first Asterisk-server A to accept the call, and based upon
some checks in the dialplan send the call through to one of the other
Asterisk-servers (B1 or B2)
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
2016 Aug 17
4
pjproject 2.5.5 + asterisk-certified-13.8-cert1 : many Error loading module...undefined symbol
On 16-08-16 17:45, George Joseph wrote:
>
>
> On Tue, Aug 16, 2016 at 3:21 AM, Jonas Kellens
> <jonas.kellens at telenet.be <mailto:jonas.kellens at telenet.be>> wrote:
>
> On 16-08-16 04:38, George Joseph wrote:
>>
>>
>> On Mon, Aug 15, 2016 at 1:24 PM, Jonas Kellens
>> <jonas.kellens at telenet.be <mailto:jonas.kellens at
2010 Jul 06
2
ARA : Realtime or not ?
Hello list,
what is the use of realtime SIP peers when you always need to reload the
sip configuration as if you were just putting your SIP peers in sip.conf ??
My SIP peers are now defined in a mysql-DB and when I add a mailbox in
the field 'mailbox', the change is not active untill a do a "sip reload"
or a "module reload chan_sip.so".
Doing a "sip
2016 Nov 21
3
Asterisk 13.12.2 : strange queue behaviour
On 21-11-16 15:17, Matthew Jordan wrote:
>
> On Mon, Nov 21, 2016 at 7:05 AM, Jonas Kellens
> <jonas.kellens at telenet.be <mailto:jonas.kellens at telenet.be>> wrote:
>
> Hello
>
> when using Asterisk version 13.12.2 I notice that it takes up to
> 30 seconds (sometimes even longer) for a call queue to call its
> members.
>
>
2016 Aug 12
2
Asterisk 11.23.0 on CentOS6 : how to get ICE support ?
Hello
setting "nat=no" or omitting "nat=" in peer definition does not help
either. Still no audio.
Why do you think this is a NAT issue ? IP and port information in
SDP-body is correct.
Kind regards.
On 12-08-16 09:25, ????? ?????? wrote:
>
> Try delete nat from 770000wrtc settings ice should do the same
>
>
> On Aug 11, 2016 10:00 PM, "Jonas