similar to: Reload astdb?

Displaying 20 results from an estimated 30000 matches similar to: "Reload astdb?"

2006 Dec 26
3
SIP Subscription Bug?
Well, this is weird. After receiving a sip subscribe message from peer 2529266, here's what Asterisk responds with: -- (14 headers 0 lines)--- Found user '2529266' Looking for 2943110 in bell_CallStart (domain ua2.ipt.xxx.com) Dec 26 10:19:34 NOTICE[27345]: pbx.c:1741 pbx_extension_helper: Cannot find extension context 'bell_CallStart' Transmitting (no NAT) to
2006 Jun 05
9
IAX Passing Variables
Well, this kinda sux. We have three Asterisk servers. Phones register to a single, primary server. When a phone on one wants to reach a phone on another, we use DUNDi to discover the destination pbx and IAX to transfer the call to the other Asterisk box. This seems to be a fairly common practice amongst Asterisk users, yes? Well, what about setting variables before call placement? Say you want
2006 Mar 23
7
Ok... what is 'sip show peers' really used for?
I'd love to understand what the function of the peer list returned by 'sip show peers' is for, especially when Realtime is used. If I start Asterisk with realtime enabled, a 'sip show peers' yields none. As each peer (phone) registers, or a call is made to the peer, Asterisk adds them to the list returned by 'sip show peers'. Correct? Apparently Asterisk doesn't
2006 Mar 21
3
Realtime / SIP Peers etc
Ready to scream here.. 1. After 6 months with Asterisk I'm STILL trying to understand the difference between a SIP user, friend and peer. 2. Exactly what resource does Asterisk use to send MWI to registered phones? I thought it was astdb? 3. It looks like it isn't astdb. It looks like it will only send MWI to a phone if it shows up in 'sip show peers'. 4. WHY then does a reload
2020 Oct 29
2
astdbdir in asterisk.conf has no effect
Hello, On Asterisk 13.19 I'm trying to set astdbdir in /etc/asterisk.conf, but it's not having any effect. For example: # grep astdbdir /etc/asterisk/asterisk.conf astdbdir => /tmp/asterisk /tmp/asterisk exists and is owned by asterisk:asterisk, as the asterisk processing is running as asterisk:asterisk with the config file forced: # ps aux | grep asterisk asterisk 3389 13.1 3.5
2016 Oct 01
2
Sorcery with templates
Hi list. I use sorcery to configure an astdb backend to my pjsip endpoints. This works well, but it would be even better if I could set attribute defaults for these endpoints in the config file. The way I do it now forces me to store all endpoint attributes for each endpoint, even when most of them are effectively defaults. If I need to change one, I need to update each endpoint in the astdb.
2006 Mar 21
4
Realtime SIP Persistency
I've been using realtime for sip users information. I noticed that when you are doing this, if you do a 'reload' or restart asterisk, the information in a 'sip show peers' goes away. When I do this, MWI stops working. I always though MWI used the astdb file ('database show') to determine where to send MWI but it must be using 'sip show peers' because when this
2006 May 11
4
'extensions reload' clears Regextens
I hope I have this wrong, but when I have a bunch of priority 1 NoOp's created from regexten in sip.conf, and I do an 'extensions reload', I lose all the priority 1 NoOps! This can't be right... this means that in a production environment, if you make a change to your dialplan and do an 'extensions reload', you lose your ability to terminate calls to phones on this system.
2019 May 06
2
Does Asterisk cache AstDB?
Is the Asterisk internal database cached by Asterisk? Or is it always reading/writing to the SQLite database? (If I read from the SQLite DB is it sure to match what Asterisk is using) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20190506/9c8a6fb0/attachment.html>
2006 Mar 24
14
IAX Incoming/Outgoing
I'vce got three Asterisk systems here that I'd like to be able to place calls between with IAX. As usual, I've spent several hours playing with it, really getting nowhere. Asterisk is so mentally draining. Each system, pbx1, pbx2, pbx3, should be able to connect to every other. Do I need separate user/peers or can I combine them into a single user=friend for each system? if I place a
2016 Jan 27
4
PJSIP Stun/ICE
>>>>> "JC" == Joshua Colp <jcolp at digium.com> writes: JC> This stems from PJSIP not being dynamic with transports (it JC> doesn't like its environment changed to that degree while JC> in use). I'm afraid if your IP changes you'd have to restart JC> Asterisk when you are using PJSIP. Wow. I say this having voted for pjsip over the listed
2006 May 30
20
AEL #include
Anyone know if #include works in ael yet? extensions.ael: #include "inc/pbx/global.conf" context test_context { }; *CLI> ael reload May 30 13:56:45 NOTICE[8516]: pbx_ael.c:1120 handle_root_token: Unknown root token '#include' May 30 13:56:45 WARNING[8516]: pbx.c:3758 ast_merge_contexts_and_delete: Requested contexts didn't get merged
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
2005 Dec 11
14
Regexten
Before I play around with this again in 1.2.1, regexten is still essentially broken, correct? The misconception seems to be that it allows you to execute a command upon registration from a SIP UA. Even the O'Reilly TFOT book erroneously states that this is what it is for. After reading the developer discussion though, it definitely seems to be broken. Is it fixed yet? Doug.
2006 Feb 26
5
BLF not working after reload
Hi there, I am running Asterisk 1.2. I have a Grandstream GXP2000 and Aastra 9133i with BLF/Speedial configured for other extensions. The hint's are all configured in extensions.conf and it seems to work as it is supposed to until I reload the configuration in Asterisk or reboot the server. Then neither phone displays the BLF of other extensions until I reboot the phone. It continues
2006 Jan 25
2
Changing Asterisk install location...
Has anyone tried to (recently) install asterisk in a location not relative to /, as a non-root user? Ie editting the PREFIX directive in Makefile. Why? Several quite obvious reasons: a). Allows an asterisk user to be created, and operators to log into the box as asterisk user, without having root access. b). Much easier backups, because everything is beneath the same directory structure. c).
2014 Jun 06
1
Problem reload queue dynamical members
Guys, I have a problem. I have a queue on asterisk 1.8 that members are added dynamically via the AMI QueueAdd. When you run the CLI a "reload app_queue.so" all members who were in the queue disappear. This is a bug or some parameter that I do not know? Would have another way to do the reload queue without any risk to members who are already in it? tks Ed -------------- next part
2006 Oct 10
10
Voicemail Press '0'
Crikey. I can't get this to work! Allegedly, you can press 0 while in the voicemail greeting and be dropped to the 'o' extension. For some reason, I can't get it to work. The 'docs' aren't clear about what context the o extension should be in. The voip wiki says "the context for the voicemail box that we're looking for in the dialplan for the jump to the
2016 Sep 19
3
Asterisk 14.0.0-rc1 Now Available
Marcelo Terres wrote: > I noticed another different behaviour. > > In older versions, when I call rasterisk, I receive some informations > about it. Fox example: > > [root at pbx2 ~]# rasterisk > Asterisk 11.22.0, Copyright (C) 1999 - 2013 Digium, Inc. and others. > Created by Mark Spencer<markster at digium.com> > Asterisk comes with ABSOLUTELY NO WARRANTY; type
2023 Mar 01
2
RTP address learning and timing problem
On Tue, Feb 28, 2023 at 9:51 AM Joshua C. Colp <jcolp at sangoma.com> wrote: > On Tue, Feb 28, 2023 at 9:50 AM David Cunningham < > dcunningham at voisonics.com> wrote: > >> Hello, >> >> Does anyone know if one of the "strictrtp" options disables RTP learning? >> As far as I can tell from the documentation the values "no" and