similar to: asterisk out of service

Displaying 20 results from an estimated 90 matches similar to: "asterisk out of service"

2007 Oct 31
1
segfault - asterisk crash and restart
Hi all, Recently, I have upgraded the asterisk as following. asterisk-1.4.13 asterisk-addon-1.4.4 libpri-1.4.1 zaptel-1.4.5.1 Usage of the server: inbound and outbound call, queue, mixmonitor, meetme, moh After upgrade, the server get segfault randomly and asterisk crash and restart itself. I got 2 core dumps of the segfault. Based on the core dump, we can't figure out the root cause to
2012 Oct 14
2
svyhist and svyboxplot
Hello, The following code is expected to produce 4 charts. But, I only get charts 1,2 ,& 4, NOT CHART # 3. For Chart# 3, I am getting the following error message: Error in tapply(1:NROW(x), list(factor(strata)), function(index) { : arguments must have same length I would appreciate if someone could help me resolve the issue. Thanks, Pradip # BELOW IS THE REPRODUCIBLE EXAMPLE setwd
2013 Feb 19
1
data format
Hi, Try this: el<- read.csv("el.csv",header=TRUE,sep="\t",stringsAsFactors=FALSE) ?elsplit<- split(el,el$st) ? datetrial<-data.frame(date1=seq.Date(as.Date("1930.1.1",format="%Y.%m.%d"),as.Date("2010.12.31",format="%Y.%m.%d"),by="day")) elsplit1<- lapply(elsplit,function(x)
2008 Jan 16
3
volume problem
Hi all, I have a TDM400 with all FXO on it. When I make an outgoing call, I can hear callee but callee claims the volume is too low so that he/she can't hear very clear. Can I adjust to increase the volume in callee side? Is it increase the value of txgain can solve the problem? ango
2008 May 05
3
simple realtime question
HI, Does asterisk will ignore the setting in files if realtime is applied, say asterisk will ignore all the setting in sip.conf if realtime table sip_buddies is applied? ango
2009 Feb 24
7
multiple asterisks in a server
Hi all, Is it possible to install more than 1 asterisk in a single server? If yes, what do I need to set and take care? Rgds, ango
2007 Feb 22
2
fax support
Hi all, I have read many forums and discussion groups talking about fax support in asterisk. Some of them conclude that asterisk doesn't support fax. However, some of them conclude that there is no relationship between fax and asterisk as asterisk will only pass the fax signal to the fax machine. I have tried the fax in asterisk before but failed. Anyone can give me some guideline how to
2007 Apr 19
1
Failed to authenticate on INVITE
hi, I have 2 asterisks with the following configuration. asterisk server 1 (S1) has an user 9002 asterisk server 2 (S2) has an user 9003 Both users can make call to each other without problem. Now I add both users to both servers, i.e. asterisk server 1 (S1) has users 9002,9003 asterisk server 2 (S2) has users 9002,9003 When 9002 dials 9003, Dial(SIP/9003@S2) or visa versa. Both processes
2009 May 29
2
regarding to field of accountcode
Hi, I use realtime and I found that changing accountcode needed to restart asterisk to activate that code and shown in CDR. Does it has a way to update accountcode without restart asterisk? ango
2007 Sep 22
1
prepaid application recommendation
Hi all, I am looking for a prepaid application. I found that there are many applications in the page http://www.voip-info.org/wiki/view/Asterisk+Prepaid+Applications. Anyone recommendation among them? ango
2009 Jan 15
1
call transfer in CDR
Hi, I wonder how I can relate the CDR records for the case of call transfer. I can't find their relationship in CDR. Any can advice? ango
2009 Mar 28
2
hum noise
HI, We are experiencing the hum noise when the conversion of 2 parties is established. How can we eliminate that noise? ango
2009 Apr 27
1
music on hold using mms
Hi, I follow the web,http://www.voip-info.org/wiki/view/Asterisk+config+musiconhold.conf - mohstream.sh , to configure music on hold to play using mms but failed. Anyone can play using mms? ango
2009 May 21
1
interruption in queue
HI, I want to allow user to press 0 to the voicemail if the user don't want to wait in the queue. Below is what I set but it doesn't work. Anyone can help? ango file: features.conf [applicationmap] opervm => 0,self/both,Macro,opervm file: extensions.conf ... exten => 5555,n(queue),Set(DYNAMIC_FEATURES=opervm) exten => 5555,n,Queue(5555|tThH|||180) ... [macro-opervm] exten
2009 Oct 22
1
queues autopause
Hi, I have 3 queue set in the table as below. name,autopause 1000,1 2000,1 3000,1 In queue 1000, the autopause works after member failed to answer call. However, other queues don't work for the autopause function. queue 1000: -- Nobody picked up in 25000 ms -- Auto-Pausing Queue Member SIP/1234 in queue 1000 since they failed to answer. queue 2000/3000: -- Nobody picked up in
2008 Feb 13
6
restart asterisk daily
Hi all, I found that there will be a memory leak if asterisk running day by day without restart. Is it good to restart asterisk service daily? What is the better way to restart it daily like apache? ango
2007 Feb 08
1
call park and call transfer example
Hi all, Does any can give me some example to setup call parking and call transfer of a call? In my understanding, call parking and call transfer should be like something below. Am I right? ango Call parking: caller A -> callee B callee B park her call callee B get back her call in another phone Call transfer: caller A -> callee B callee B transfer to C finally: A talks to C
2007 Oct 22
1
16 ports wanted
Hi all, I want to have a 16 FXO in a PC. Is it possible to use 4 x TDM404 or 2 TDM808 to get 16 FXO? What is the difference (in performance and control) in using 4 x TDM404 and 2 x TDM808 if possible? ango
2008 Feb 01
1
realtime warning
Hi, The server log shows the following message. [Jan 29 04:59:02] WARNING[1896] config.c: Realtime mapping for 'sippeers' found to engine 'mysql', but the engine is not available Does it mean the server failed to file the mysql server? I have installed mysql and both asterisk and mysql are located in the same server. What do the message mean? It seems the message will cause
2009 Mar 23
1
field lastms in 1.4.24
Hi all, I found that a new field "lastms" is used in 1.4.24. What is the usage of that field and the datatype of it? ango