similar to: asterisk running @ 100% load doing nothing

Displaying 20 results from an estimated 4000 matches similar to: "asterisk running @ 100% load doing nothing"

2010 Mar 12
4
Can not enable sip debug because CLI flooded
Hello list, I have nat=no and qualify=no in my sip peer definition and still my CLI is flooded with : [Mar 12 10:17:26] NOTICE[20278]: chan_sip.c:12985 handle_response_peerpoke: Peer 'mysippeer' is now Reachable. (30ms / 2000ms) [Mar 12 10:17:26] NOTICE[20278]: chan_sip.c:12985 handle_response_peerpoke: Peer 'mysippeer' is now Reachable. (24ms / 2000ms) [Mar 12 10:17:26]
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
2008 Jan 19
1
Set Return Type XML in Prototype
Please help i can''t return xml data using prototype. If i use data from direct xml file then it works fine but when i use ajax request with header content xml it''s not working My code just work on IE but in FF it does not working. My code sample are given below If any one already done this kinds of job Please help me as soon as possible. var xmlDoc; function Claulate() { var
2008 May 13
0
MGeoRSS and IE
Hi, Not sure where else to post this since MGeoRSS doesn''t seem to have its own list. I''m using MGeoRSS (http://brainoff.com/gmaps/mgeorss.html) because Google''s GeoRSS API (http://googlemapsapi.blogspot.com/2007/03/kml-and-georss-support-added-to-google.html) doesn''t support local GeoRSS servers (yet - see
2006 Mar 17
6
Updated the xml code to be more object-oriented
I changed the code to be more prototype-esque, and created a class called XMLDoc. I may add more functionality to it later, hence the more generic name, but you do something like this to convert XML to a hash: XMLDoc = Class.create(); Object.extend(XMLDoc.prototype, { initialize: function (xmlDoc) { this.element = xmlDoc; }, asHash: function () { if (! this._xmlHash) {
2012 Jan 18
1
Compile error 1.8.8.1
Hi, While compiling 1.8.8.1, I met the following error: [AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o btree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o
2016 Dec 04
2
Asterisk Can't start with the default configs
No, the disable-xmldoc doesn't disable the whole doc creating procedure. Is there a way to disable it completely? Regarding the issue... Of course, I Can open a ticket, just I don't know about what exactly. I want to compile it without doc generate to make the asterisk module loads up fine. On Dec 4, 2016 8:41 PM, "Joshua Colp" <jcolp at digium.com> wrote: > On Sun,
2004 Jun 01
1
E100P isdn pri installation
Hi, I'm installing E100P for isdn pri line. My configuration are like this. zaptel.conf ======================================= span=1,0,0,ccs,hdb3,crc4 loadzone = us defaultzone=us bchan=1-15 dchan=16 bchan=17-31 zapata.conf ================================================= [channels] context=default switchtype=euroisdn context=default signalling=pri_net usecallerid=yes
2005 Oct 03
1
no audio on fxo line
Hi, I got back from two weeks away and appear to have lost audio on my tdm411 fxo. Everything was working properly when I left. I checked the logs, config files and can't see any problems, the zap channels and modules are all loaded properly, asterisk starts without probs and everything looks sweet on the colsole with -vvvvvvvvc when I make calls, but I just don't hear a dialtone or
2010 Aug 24
2
Parsing a XML file
I have one XML file with 30MB that I need to read the data. I try this; library(XML) doc <- xmlDoc("Malaria_Grave.xml") And R answers like this *** caught segfault *** address 0x5, cause 'memory not mapped' Traceback: 1: .Call("RS_XML_createDocFromNode", node, PACKAGE = "XML") 2: xmlDoc("Malaria_Grave.xml") Possible actions: 1: abort (with
2006 May 09
3
tc del class not working
When I start my script: * - Creating classes on br1 for upload control ... * - tc class add dev br1 parent 2:0 classid 2:46 hfsc ls m1 576.0Kbit d 2000ms m2 192.0Kbit ul m2 384Kbit ... [ ok ] * - tc class add dev br1 parent 2:46 classid 2:47 hfsc sc umax 1500b dmax 30ms rate 80Kbit . [ ok ] * - tc class add dev br1 parent 2:46 classid 2:48 hfsc ls m2 152.0Kbit ul m2 152.0Kbit
2010 Aug 10
1
DEBUG: Cannot find variable 'XXX' ??
On 1.6.2.11-rc2 I've noticed a bunch of DEBUG statements on startup, such as: == Registered custom function 'SIP_HEADER' [Aug 9 07:01:23] DEBUG[17330]: xmldoc.c:1727 xmldoc_build_field: Cannot find variable 'SIPPEER' in tree 'description' == Registered custom function 'SIPPEER' [Aug 9 07:01:23] DEBUG[17330]: xmldoc.c:1727 xmldoc_build_field: Cannot find
2010 Feb 05
3
Asterisk going down
Hello my friends, My asterisk is going down randomly, following you will find some errors that i could see in the /var/log/asterisk/message at the moment of the crash: [Feb 5 10:32:45] WARNING[6519] chan_sip.c: Maximum retries exceeded on transmission 1850202354 at 10.4.1.152 for seqno 21 (Critical Response) [Feb 5 10:32:45] WARNING[6519] chan_sip.c: Hanging up call 1850202354 at 10.4.1.152 -
2009 May 11
1
Problems with res_odbc
Good morning, I'm having suddenly cut-offs and I don`t know why. It's been hapenning since I enabled cdr_odbc/func_odbc in my system. We use func_odbc to register some queue member's events (login, pause, etc.) at an external DB ('remoto' connector) and to uptade local tables at a local DB ('local' connector). Currently we are usind cdr_odbc to Postgresql and cdr_addon
2006 Feb 07
2
Question about Classes.
I have the attached class that I''m writing. The problem that I''m running into is that I can not access the options from the createArray function which get called after the ajax request gets done. I want to move the values of the xml file to an array and story it in the options variable. Can someone explain what I''m doing wrong? var LeaderInfo = Class.create();
2008 Sep 22
1
I can't call my remote users?
Good day to all-- First off let me say that I have been very pleased with the mailing list. I have learned a ton of stuff just reading other peoples questions and comments. I really enjoyed the VOIP Conference call on Friday morning. Still working on figuring out the best approach to custom voicemail emails (the reason I joined this group); however, we have more pressing issues. I
2006 Dec 07
0
sip qualify unreachable/reachable - ci$co 7940
I have logs full with this messages... I must have qualify turned on, because phone is behind firewall, main problem si, that phone is each hour about one hour unavailable! :'( I tried to modify minexpiry/maxexpiry sip.conf timeouts, but nothing help me. I'm using latest firmware 8.4 in phone, will be better to downgrade? to what version? (latest asterisk 1.4branch) [Dec 7 00:36:56]
2005 Jun 07
2
ASTCC what has been changed
What has been changed at the ASTCC from the previous head to the current one? How to use the PIN? Can I avoid it? bye Ronald
2010 Jul 09
1
chan_iax2: I should never be called!
Hi, Recently, one of my Asterisk servers stopped connecting calls and required a reboot to "fix it" (did not try to restart or reload). The log showed loads of this message: NOTICE[302] chan_iax2.c: I should never be called! This highly repeated message seems to be preceded by something like: WARNING[10767] channel.c: Exceptionally long voice queue length queuing to
2005 Aug 22
1
Qualify time +2000ms?
Although I'm convinced that Broadvoice doesn't have the most stable of ping times, it seems like I get ping results that are approximately the ping time +2000ms at times. Has anyone experienced this problem with qualify on a SIP connection before? So here, was the ping 20ms or 2020ms as reported? Aug 22 06:39:49 NOTICE[6964]: chan_sip.c:8481 handle_response_peerpoke: Peer