Displaying 20 results from an estimated 4000 matches similar to: "sip realtime with caching"
2009 Jul 28
1
sip trunk that fails over time
Hi,
I have configure a SIP trunk between two asterisk 1.4.24.1
After a while, sometimes a day or two, sometimes only a few hours, the SIP
connection between the two servers is lost.
'sip show peer status' shows the peer is unreachable.
'sip reload' resolves the problem, but I'm wondering if there is a better
way?
Thanks,
Dan
-------------- next part --------------
An HTML
2009 Aug 20
8
mysql sip realtime
Hi
I have some question about mysql realtime.
1) Anyone know exactly if there is a specific order to declare sip table
column for realtime ? In which file can I find that order ?
2) In my extconfig.conf, [settings] are :
sipusers => mysql,general,siptable
sippeers => mysql,general,siptable
so means that I use realtime dynamic exactly ?
Is it normal if some parameters from sip.conf still
2010 Jul 14
2
BLF with Realtime
Hello Asterisk community,
I'm trying to use BLF with Asterisk Realtime, i've been searching for
some info but nothing seems to be clear, can anyone help me eith some
ideas to make this work ok?
I'va my dialplan with Realtime
Thanks in advance
--
Saludos
Danny Dias
SkypeID: danny.dias1
2011 Jan 24
1
extconfig, realtime, and SIP
I'm confused about a few things relating to realtime, SIP and config in
general.
As I understand it, with the exception of extensions.conf, I can either
have a config file completely in text or completely in a database. Is
that correct? I can't find documentation for exactly what "switch =>" does
but is that only in the dialplan and a way to have it partly from a file
and
2005 Aug 16
6
realtime caching
Can anyone shed some light on realtime caching?
My desired behavior is that MWI works with realtime
voicemail/sip/extensions AND updates to the database take place on the
next call to the extensions.
Right now I have rtcachefriends=yes, and MWI works, but updates to the
database for a cached user seem to still require a reload.
It is my understating that removing rtcachefriends will
2009 Aug 25
1
Realtime with "rtcachefriends=no" problems...
Hello there!
I was testing Asterisk for the last two weeks using the Realtime driver
for MySQL, and leaving "rtcachefriends=yes" configured to enable MWI.
Today I started making additional tests with "rtcachefriends=no" because
we will probably need to use Asterisk without this cache.
For some strange reason, calls stop to get routed between the SIP clients.
I've
2010 Aug 03
1
sip.conf register in realtime DB
Hello list,
scrambling different pieces of info together I've come with the following :
I want to have my "register =>" statements in a MySQL-database, so I've
made the following table.
table ast_config :
id 1
cat_metric 0
var_metric 0
commented 0
filename sip.conf
category general
var_name register
var_val username:password at sip.provider.net
In ext_config
2014 Jun 10
1
Asterisk realtime peer registration
Hello there
I'd like to use sip users and peers realtime.
I think I done all I need to get asterisk works fine in realtime:
res_odbc.conf configuration.
extconfig.conf
sippeers => odbc,asterisk,sipclient
sipusers => odbc,asterisk,sipclient
sip.conf
[general]
rtcachefriends=yes
The sipclient table as suggest in this article: SIP Realtime, MySQL table
structure (
2007 Dec 05
1
SIP-Realtime and sip reload
Hi,
I use SIP-Realtime to store my SIP-users and I keep the informations
about the SIP-Providers my Asterisk registers to in sip.conf.
I'm running into the following problem. If I set rtcachefriends="yes"
because I want to use MWI and run a "sip reload" because I changed
something in sip.conf, Asterisk forgets about all registrations of the
users which are all unavailable
2009 Dec 11
2
sip realtime question
Hi everybody,
First of all i am sorry my English :)
i want to configure my asterisk server as a sip server that stores sip users in the mysql database connecting directly over odbc driver. My odbc configuration works as below
[root at ao042 asterisk]# isql -v asterisk
+---------------------------------------+
| Connected! |
| |
|
2007 Jan 11
1
realtime sipusers and rtcachefriends... big headache!!
hi folks,
I am using asterisk 1.2.13 (debian etch).
My customer's sip accounts are stored in realtime sipusers.
I have enabled in sip.conf rtcachefriends=yes and ignoreregexpire=yes
Each account has nat=yes
Now, I have lot of problems.
for example, when I change the 'secret' field of a user in the database, it
doesn't
get reflected in Asterisk, who is still expecting the old
2006 Mar 22
2
Realtime Query
Arrgh.
I just made a call with Asterisk to extension 2944093. That extension exists in astdb and I have rtcachefriends=yes in sip.conf. Asterisk did a database query...
SELECT * FROM ast_sip_users WHERE name = '2944093'
Uhm... Why?
Doug
2006 Dec 05
2
Realtime question
Hello all,
I was wondering if anyone has had much experience with Realtime
Asterisk. I like the ability to setup my extensions and voicemail boxes
in MySQL, but I have a huge worry. What if MySQL crashes. I played with
rtcachefriends, but can't seem to find a way to have asterisk store the
extension information to ensure the phones will continue to work even if
MySQL has a hiccup.
Any
2015 Feb 16
1
Asterisk 11.6. SIP realtime lost peers after 'sip reload'
Hi, list.
We have a problem with loss peers after 'sip reload', our configuration:
Asterisk 11.6-cert1, SIP realtime peers, sip.conf:
- rtcachefriends=yes
- rtsavesysname=yes
- rtupdate=yes
- rtautoclear=yes
When we do 'sip reload' , peers are removing from available.
Before `sip reload` :
srv-pbx2*CLI> sip show peers
Name/username Host
2008 Jan 01
1
With rtcachefriends=yes, when do realtime changes take effect?
I asked this question last week and never got an answer. I also didn't find the answer in the wiki.
I think it would be nice if asterisk would check the database again if the user re-registers, but it doesn't seem to do that. A periodic update would be ok too, but it doesn't seem to do that either.
It seems like changes never happen until a reload.....if that is the case then
2005 Aug 05
1
Asterisk MWI and Realtime
I'm testing my asterisk system and the realtime backend. My Asterisk
build is rather aged, 03/18/2005 CVS. I have successfully moved Sip
peers and Voicemail boxes to the realtime database backend and this
works very well except for MWI. I don't seem to be able to get MWI to
work when I store the voicemail information in a database backend, from
a flat file it does work fine. I'm using
2006 Dec 04
1
mwi for voicemail not showing up for realtime config.
Hello ppl,
Am using realtime odbc storage for voicemail, sip users/peers, static
for extensions and so on.
My issue is I am not getting MWI for any fones, even tho I've got
rtcachefriends=yes in sip.conf
WIth tcpdump, I always see the NOTIFY going as
Messages-Waiting:.no
Voice-Message:.0/0.(0/0)
even tho there are legitimate voicemails in the INBOX path for that
particular users in the
2005 Apr 13
1
Adobe Photoshop 7 Problems
I have Wine 20041019 and have done all the configuration with Wine tools.
Then I Installed Photoshop 7 by executing ~/bin/dos then going to the
cdrom drive and running the setup executable. The setup went fine and
photoshop was installed.
Then I simulated a windows reboot from wine tools.
Then i again executed ~/bin/dos and went to the place where i
Installed photoshop 7 and executed
2010 Apr 17
1
Realtime changes not reflected realtime
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hello list,<br>
<br>
Using Asterisk 1.4.25.1<br>
Using realtime sip_buddies<br>
<br>
I notice
2010 Mar 01
1
rtcachefriends & qualify
[Mar 1 14:54:07] WARNING[15290]: chan_sip.c:17669 build_peer: Qualify
is incompatible with dynamic uncached realtime. Please either turn
rtcachefriends on or turn qualify off on peer 'gerrie'
Am I correct that when I turn on rtcachefriends in sip.conf,
database-changes in my MySQL-DB will not be reflected untill a reload ??
Am I correct that when I turn off qualify in my realtime