similar to: Realtime config

Displaying 20 results from an estimated 1600 matches similar to: "Realtime config"

2005 Mar 24
14
Realtime mysql problem?
All, I get this whenever trying to dial to a peer when the peer registered to another server. I'm basically trying to use realtime to check for the peer and dial it. Mar 24 09:16:47 VERBOSE[4527]: -- Executing Dial("SIP/brak-f69f", "IAX2/brak-test/107") in new stack Mar 24 09:16:47 DEBUG[4527]: MySQL RealTime: Retrieve SQL: SELECT * FROM sip_users WHERE name =
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:
2007 Aug 02
1
MySQL + Realtime + SIP Registration
I have read and followed as much as I can find but I am missing something. What I want to do is get as much as I can running from mysql and keep the *.conf files for static things. So I have setup a SIP users/peers table in a mysql database and I have populated it with a few peers. I have configured asterisk addons and from the asterisk CLI I am able to search the sip users / peers tables using
2006 Oct 19
1
SIP users with Database
Hi, I'm testing Asterisk with MySql and I would want to insert sip users in a table "sip_users". After I modified extconfig.conf with "sipusers => odbc,asterisk" and I create the table sipusers, which changes must I make to sip.conf? Thank's Maury P.S.: C'? qualche utente italiano nella mailing list? -------------- next part -------------- An HTML attachment
2006 Jan 17
2
auto load SIP peers on startup
Hi all, we use OpenSER together with Asterisk. All SIP users registers with OpenSER and asterisk is doing the voicemail thing. We use the Asterisk RealtimeArchitecture for voicemail users and SIP peers. The database table for the sip peers is a view from the OpenSER subscriber table. The MWI for a user will only work, if the user object (sip peer) is loaded into memory and visible with the CLI
2010 Nov 12
3
Official Documentation for Asterisk 1.6 Realtime ODBC Tables
Hi All, I'm having an issue where Asterisk continuously sends out a GAZILLION "SIP NOTIFY" messages when a user has a voice message in their INBOX. This issue is only present when my SIP users and peers are configured from my ODBC backend (MySQL). A static configuration of users in sip.conf resolves this and everything works fine. I'd like to confirm the layout of the
2004 Nov 30
1
realTime configuration help needed
Hello all, I recently noticed the realTime effort and must say it is a nice idea! I would appreciate any help to get it running .. I downloaded the code & patches and succefully patched my asterisk (CVS-HEAD-11/29/04-12). - created a DB called asterisk, and a table sip using the schema supplied at http://bugs.digium.com/bug_view_page.php?bug_id=0002613. - entered an entry: insert into
2007 Aug 09
2
Asterisk Help
Asterisk Users, I am running Asterisk 1.2.13 on Debian Etch with McLeodUSA's T1 service. I have two Netgear switches on my T1 router, one for VOIP and another for data. I use a gigabit switch for all VOIP and a regular 10/100Mbps switch for all data. This morning I saw this message a few times on the Asterisk command line. The lagged cause garbled phone calls. Is my network to
2006 Oct 30
3
Server Recommendations
We have a number of clients who will be needing a server to host Asterisk on. Many of these clients use analog (FXO) lines that will need to be connected to Asterisk via Sangoma cards. Can anyone recommend an industry-standard server (like IBM, Dell, HP, etc.) that has enough open PCI slots to handle up to six of the Sangoma cards? We would like to be able to tell the customer to just go
2005 Feb 01
1
SIP Challenge response bug?
Ok, here's an odd one. I would have opened a bug on this but last time I tried that I got flamed.. :) Problem: When proxy requests digest challenge (SIP) Asterisk responds normally with the exception that for some reason it changes the FROM: (Also changes Contact: )to what's in the original TO: line. Why on earth is it doing this?! It must be a bug, I've gone over my extensions.conf
2005 Mar 17
2
Netlogic inbound DID issue
Anyone out there using NetLogic DIDs? And have inbound working? I got outbound working, but no joy so far with inbound. Here are the relevant parts from my conf files: iax.conf [general] tos=lowdelay jitterbuffer=no register => username:secret@zoot.netlogic.net [netlogic] type=friend host=dynamic context=sourcekit-main auth=plaintext username= secret= disallow=all allow=ulaw allow=all
2005 Jan 10
1
Agent Status on FOP
The hype and documentation for the last couple of releases of the Flash Operator Panel claim that the Panel can be configured to either change the LED for a phone, or the name of a phone to indicate when that phone is logged into a queue. I've tried on two different versions (0.18 and 0.19) on two different systems to get this feature to work, and have been completely unsuccessful. Any hints
2006 Mar 29
7
Reporting?
Is there anyway in asterisk to figure out how much time an agent has spent on the phone? I know I can see total time for a call (inbound or outbound) but where/how do I view queue stats?
2005 Jan 13
1
asterisk realtime msql
Hi there asterisk goes to 90% cpu usage when trying to authenticate a sip friend using realtime mysql, no other message does appear at cli and asterisk hungs; here some info: *CLI> realtime load sipfriends name 104 Jan 13 11:52:21 DEBUG[8928]: res_config_mysql.c:109 realtime_mysql: MySQL RealTime: Retrieve SQL: SELECT * FROM sipfriends WHERE name = '104' Jan 13 11:52:21 DEBUG[8928]:
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
2010 Jan 27
1
Asterisk Database Configuration
Hello I need to add sip extensions from my UI so without going through sip.conf so i created table CREATE TABLE `sipfriends` ( `name` varchar(40) NOT NULL default '', `username` varchar(40) default '', `secret` varchar(40) NOT NULL default '', `context` varchar(40) NOT NULL default '', `ipaddr` varchar(20) NOT NULL default '', `port`
2005 Mar 21
2
Why isasterisk's voice mail calledcomedian.
> -----Original Message----- > From: Mark Charlton [mailto:asterisk@mcwebtree.com] > Plus if you send your users to VoicemailMain(${CALLERIDNUM}) > they don't hear > it at all. > They just get "enter password". Yup. If you do that, the only time they hear it is during the initial setup call (if you have "forcename=yes" or
2004 Sep 30
1
sipfriends in MySQL question/request
Greetings, Is there a way to tie a specific sip username to a IP address when authenticating against mysql sipfriends table? (USE_MYSQL_FRIENDS=1 USE_SIP_MYSQL_FRIENDS=1 in channels/Makefile) The reason is that I'm using Wellgate FXSes that have second/third/fourth FXS ports bugged when I use a password, but work ok when there is no password. Linking the username to a specific ip could
2008 Mar 09
0
Realtime error - PgSQL with 1.6 beta 5
Hello. I'm testing the new Asterisk 1.6 beta 5. I'm using realtime to store extensions and sip users. When a user logs on, everything works fine - calls are also fine. But I keep getting these in the console: [Mar 9 16:31:58] WARNING[10284]: res_config_pgsql.c:195 realtime_pgsql: PostgreSQL RealTime: Could not find any rows in table sip_users. Full log: http://rafb.net/p/LO7DEM95.html
2005 Mar 29
5
ACD queue question
I have a simple 4 person ACD queue using the AgentCallback function. No matter what strategy I use, anytime someone calls into the queue asterisk dials the agents in the order that they are listed in the agents.conf file. This doesn't seem right to me, or am I wrong.