Displaying 20 results from an estimated 200 matches similar to: "Asterisk Initial Set-up - 'Registration Refused' at FWD"
2007 Mar 21
4
FWD outgoing problem
I have configured iax.conf and extensions.conf as instructed on FWD website
(http://www.freeworlddialup.com/help/?p=knowledgebase&c=18&a=76) and I can
successfully receive calls and make test calls to 612, 613, etc.
The problem is that I can not make a call to another FWD user. Here is what
asterisk says:
-- Executing [393xxxxxx@default:1] Set("Zap/1-1",
2008 Nov 02
5
Ztdummy and Asterisk
Hi,
I have installed Asterisk 1.4.20 on Debian Etch. The server has no telephony card
installed, but I have anyhow installed Zaptel (Zaptel-1.4.9) in order to be able to use MeetMe.
The Zaptel modules load normally. I obtain the following prompts:
kerplunk:/# /etc/init.d/zaptel start
Loading zaptel framework: done.
Waiting for zap to come online...OK
Loading zaptel hardware modules: ztdummy.
2007 Oct 17
4
Issues with Zaptel 1.4.5.1
Greetings to all list members!
My name is Aldo Sudak and I am an Asterisk newbie. I am writing now because I have not
been able to find any mention to the issues described below, neither in this list nor in the wiki.
I am performing preliminary tests with Asterisk 1.4.11 and Zaptel 1.4.5.1 on Fedora Core 6.
Installation of all of the Asterisk packages was straightforward and I always obtained
2008 Jun 26
3
Connecting lines across missing data points, xyplot
All,
I have data across 5 time points that I am graphing via xyplot, along with
error bars. For one of the variables I have missing data for two of the
time points. The code below is okay but I can't seem to get the lines to
connect across the missing time points. Does anyone now how to rectify
this?
Cheers,
David Afshartous
library(lattice)
## the data
junk = data.frame(
Visit =
2005 Mar 10
4
Compiling Asterisk On SUSE 9.2
Dear all,
I have tried to compile * 1.0.6 (downloaded from the digium site, in the
right sequence - zaptel, libpri, asterisk) on two different machines
running SUSE 9.2.
The problem comes during some preliminary checks:
checking for ar... /usr/bin/ar
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for tgetent in -lcurses... no
checking for tgetent in
2003 Jan 09
7
Samba Authentication against NT domain
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: aswrule.gif
Type: image/gif
Size: 2086 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba/attachments/20030109/f9f81cfe/aswrule.gif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Sweets Bkgrd.gif
Type: image/gif
2005 May 20
4
Sipura 3000 Question
Dear list,
I am playing with Sipura 3000 since last week.
Through the wiki pages I could get running it reasonably well.
My setup is that of a Sipura, linked with a local analog cordless phone,
a local PSTN line and the setup to link to an asterisk server located at
a remote static ip address.
I can dial the cordless phone from other extensions located at the
asterisk server; I can dial out
2003 Apr 25
4
IMQ page
The IMQ page (http://luxik.cdi.cz/~patrick/imq/) has some rather obvios
problems in the examples used. I wrote Patrick McHardy without getting
an answer (yet) so I tought this was a good place to ask. Does anybody
know how to contact him about this?
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
2005 Mar 10
4
Suse Compiling: next err
Hi all,
sorry bothering again.
I am still stuck in compiling asterisk. Learning (or trying to) from the
first problem and first hint, when I got this error:
gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o
config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o
ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o
manager.o asterisk.o
2005 Mar 13
4
SUSE 9.2 and Zaptel channels
Of course I am not a kernel expert, so .. please be patient.
I am investigating on my zaptel/zapata problem.
As the main error message asterisk quits on mentions <'/dev/zap/channel':
No such file or directory> I went peeking over there.
[Asterisk Verbose Error
Mar 13 20:43:35 WARNING[5779]: chan_zap.c:763 zt_open: Unable to open '/
dev/zap/channel': No such file or
2013 Sep 06
1
Dovecot 2.1.7 not starting properly, mail not delivered
On my debian box dovecot does not start properly any more, and mails don't
get delivered or sent. I've googled around without finding any useful leads.
Hopefully someone is willing to educate me. My guess is it must be a config
problem after an upgrade, since I didn't change anything myself directly.
Not sure when it started, since I this mail server is not our default
machine (yet).
2006 Feb 25
3
Anyone using the GSM gateway from CyberTelecom ?
asterisk-users-request@lists.digium.com is believed to have said:
>Hi,
>
>Sorry for being very late on this thread but i am trying to make a
>decision on which one to go for. Options are
>
>1. Dock n Talk offered by Voxilla (USD139)
>2. GSM Gateway by CyberTelecom (GBP60)
>
>I'm having a TDM400P with 1 FXO & FXS.
>
>I'm interested in implementing DISA
2008 Jun 16
1
aggregate() function, strange behavior for augmented data
All,
I'm re-running some analysis that has been augmented with additional data.
When I use the exact same code for the augmented data, the behavior of the
aggregate function is very strange, viz., one of the resulting variables is
now coded as a factor while it was coded as numeric for the original data.
Unfortunately, I cannot provide a reproducible code example since it only
seems to occur
2007 Dec 18
9
Scatterplot Showing All Points
Hello all,
I'm trying to graph a scatterplot of a large (5,000 x,y coordinates) of data
with the caveat that many of the data points overlap with each other (share the
same x AND y coordinates). In using the usual "plot" command,
> plot(education, xlab="etc", ylab="etc")
it seems that the overlap of points is not shown in the graph. Namely, there
are
2009 Aug 20
7
bulk email solutions
i need to send massive emails to various customers,
here 2 solutions i have think:
1-
customers = Customer.find(:all, :conditions => "newsletter = 1")
customers.each do |c|
@email = c.email
Mailer.deliver_send_newsletter(@subject, @email, @notice_id)
end
2-
customers = Customer.find(:all, :conditions => "newsletter = 1")
customers.each do |c|
addresses <<
2014 Feb 12
2
Asterisk Not Starting after YUM Update
Hi List,
it feels silly, but here I am.
My Asterisk box is useless, after running a long delayed yum update (Centos box).
*****
A few details on the box:
cat /etc/redhat-release
CentOS release 5.10 (Final)
arch
i686
uname -a
Linux hermes 2.6.18-371.4.1.el5 #1 SMP Thu Jan 30 06:09:24 EST 2014 i686 athlon i386 GNU/Linux
asterisk -r
Asterisk 1.6.2.20, Copyright (C) 1999 - 2010 Digium,
2007 Oct 09
3
2 Sample Confidence Interval - Formatting Data?
Hello all,
I have to run a 2 Sample Confidence Interval on some data; the command for such
intervals is "confint(...)", but in the help documentation it says that you
need a "fitted model object" in order to run this command. What does that
mean?
The data is very small, it's:
x=c(8,12,10,14,2,0,0)
y=c(-6,0,1,2,-3,-4,2)
and I want to be able to run a Confidence
2011 Nov 24
5
Objects disappearing in my R work space
I am running MCMC chains with a self written MCMC algorithm. When I have
multiple R terminals open while running the Chain, when it finishes it is
not there. when I press ls() it does not show up and when I type the Name it
says the Object is not found. I assume It is unrecoverable... but how do I
stop it from happening in the future?
Thanks
Mike
--
View this message in context:
2005 Feb 24
7
CallTransfer
Hi
I was wondering if there are any special settings that
I need to be able to transfer calls.
Whenever I press the 'recall' button, I just here a click,
and no ring-tone to transfer.
in my debug log I get this :
--------------------------
Feb 24 09:09:27 DEBUG[19216]: Exception on 10, channel 1
Feb 24 09:09:27 DEBUG[19216]: Got event Pulse Start(14) on channel 1
(index 0)
Feb 24
2007 Dec 12
4
Importing Large Dataset into Excel
Hello all,
I seem to be having a problem importing a data set from Excel into R. I'm using
the "read.table" command to import the data with the following line of code:
> newborn<-read.table("newborn edit.csv", header=T, sep=",")
where "newborn edit.csv" is the name of the file. Unfortunately, I'm getting
back the following error message: