similar to: hint priority and realtime

Displaying 20 results from an estimated 10000 matches similar to: "hint priority and realtime"

2005 Aug 11
5
Realtime + MYSQL
I'm having a few issues with the MySQL realtime configuration in CVS-HEAD. I tested it initially with realtime extensions (realtime_ext => mysql,asterisk,extensions) and a realtime switch in extensions.conf and that works fine, So I though I'd go back and test a static configuration mapping. I used the table structure from the asterisk guru postgres howto to create something
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
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
2006 Jun 12
3
get value from DB directly
Hi, I want to know how I can get a value from a table. Say, I have a table sip_buddies for storing sip user account information. There is a field called 'accountcode' that I want to get its value in the dial plan. As I find that there is no direct way to get the value from the table. Does anyone can tell me how can I get its value in the dial plan? Thanks!
2005 Aug 18
4
options for mysql query from dialplan
I am using realtime mysql for extensions, sip, and voicemail. Outbound call routing does not really perform well in realtime extensions due to the high number of rows in the database (300k), so I can not use it. It appears with my limited knowledge that the query method is not robust enough for large databases. Given the fact that I already have realtime and mysql configured, what are my options
2006 May 11
10
MeetME Conferencing
Can anyone point me to a sample or information on using MeetMe like this? Conference room is set up with 2 PINs, one for the moderator and one for the participants. Participants get music until the moderator joins (to avoid wild, un-moderated tangents). Call is ended and all participants are kicked out when the moderator leaves (or the moderator can kick everyone out via phone keypad).
2005 Aug 02
3
priority "a" in macro to access voicemail
I have added the following to a macro that is used for all extensions so a user can access voicemailmain by pressing * during the voicemail prompt ; check voicemail exten => a,1,voicemailmain(${macro_exten}) exten => a,2,hangup The behavior is a little weird, the * key is not recognized during the portion of the greeting where the extension number is being played back, after it is
2006 Nov 17
11
wget from within asterisk?
What would be the simplest way to retrieve information form a CNAM database that provides http based query responses? Does an application or script already exist that does this? Basically, I want to do a wget of a URL that contains the callerID number as a variable, and assign the returned text to another variable which can be used to set the caller ID name. Any suggestions?
2007 Sep 26
4
Asterisk realtime error
Hi! I am proving Asterisk 1.2.24 in realtime with MySQL 5.0.27 using Idefisk softphones. I followed the steps of "how to" of voip-org but always have this error: Sep 25 20:29:07 WARNING[12000]: res_config_mysql.c:360 update_mysql: MySQL RealTime: Failed to query database. Check debug for more info. Sep 25 20:29:07 WARNING[12000]: res_config_mysql.c:360 update_mysql: MySQL RealTime:
2005 Jun 13
7
Keeping users, extensions, voicemail and so on in DB
Hello, I have one question regarding *. Default configuration for asterisk is to keep configuration(s) in ordinary text based config files. My question is simple: is it possible to keep those config info (at least, to start from - sip.conf, extensions.conf and voicemail.conf) on a database, which asterisk access via ODBC. If it is possible, I'd appreciate if someone points me where I can
2005 Aug 16
8
Asterisk and LCR
Hello, How do you guys implement LCR in Asterisk? Thanks,
2007 Jan 04
1
asterisk sip peer/user matching methodsforauthentication backwards?
I have considered opening a bug report on this, but wanted to get some feedback and make sure I am not missing something in the way of a simple work around. What is the scenario in which this impacts your implementation? Ours is the desire to use the same realtime SIP database for many asterisk servers, and route the call based on a "home server" value in the realtime database. The
2006 Feb 15
2
Hint priority
Hi All Has anyone managed to get the hint priority with Swissvoice IP10S phones working? I have 2 phones: a Snom 360, setup as the reception phone on extension 11, and a Swissvoice IP10S on extension 12. When calling each other (tested both ways) I can only ever see the Snom 360 in the Active State from 'show hints'. The Swissvoice stubbornly remains in the Idle State when on a call!
2006 Mar 02
1
Sip Realtime Configs Samples with MySQL
Guys, I'm having a hellava time getting realtime to work, focused on sipusers right now, followed the wiki and other examples but still no luck. Using mysql on a seperate server, asterisk actually sees the database and can poll the table "realtime load sipusers" at the cli but asterisk realtime engine is no pulling the user info. I'm using 1.2.4 stable and have the database
2005 Jun 13
9
SIP Listen to multiple ports
Hello all I'm trying to get my asterisk config to listen to multiple ports. This is since some clients have port 5060 blocked by their ISP. Does anyone know how to do this in sip.conf or if it is even supported? Thanks!
2004 Dec 14
3
Realtime problem
I'm having trouble with the Realtime setup. I've followed the instructions on voip-info using odbc but I get this message during asterisk boot: Parsing '/etc/asterisk/sip.conf': Not found (No such file or directory) Dec 14 16:11:37 NOTICE[8868]: chan_sip.c:8462 reload_config: Unable to load config sip.conf, SIP disabled == Registered channel type 'SIP' (Session
2004 Dec 27
6
realtime voicemail
Paste your extensions.conf section that is relevant. -Matthew ----- Original Message ----- From: "Greg - Cirelle Enterprises" <gcirino@cirelle.com> To: <asterisk-dev@lists.digium.com> Sent: Monday, December 27, 2004 4:32 PM Subject: [Asterisk-Dev] realtime voicemail > Let me clarify my last message. > > If I put in the wrong password I get polled > again for
2006 Mar 03
0
Realtime Extensions hint priority
The instructions on the wiki for asterisk Realtime give the extensions schema with the priority field set to be tinyint(4). This of course cannot hold the value 'hint' The question I have, is the solution simply to set the field to varchar(n) as that will then hold 'hint' or any integer value (if you make it big enough) ? Or is there any known places in the realtime
2005 Mar 24
1
realtime - unable to find key
ok so my table looks like this... REATE TABLE `sip` ( `id` int(11) NOT NULL auto_increment, `name` varchar(80) NOT NULL default '', `accountcode` varchar(20) default NULL, `amaflags` varchar(7) default NULL, `callgroup` varchar(10) default NULL, `callerid` varchar(80) default NULL, `canreinvite` char(3) default 'yes', `context` varchar(80) default NULL, `defaultip`
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)