Displaying 20 results from an estimated 200 matches similar to: "X-Lite and Asterisk"
2003 Jul 02
1
Domain member server
Dear all,
I was trying to join the samba server as a win 2000 domain member server. I'm using the smbpasswd command as follow:
# smbpasswd -j edventures -r venus -Uadministrator
Password:
Error connecting to venus
Unable to join domain EDVENTURES
Is there anything wrong ?
_____________________________________________________________________
iRepublics.com - Free Web Hosting for
2003 Feb 11
0
Vmware and samba
I'm not able to use samba and vmnetnat. Please help me because this is
making me crazy.
I use XP on an ADSL connection. PPPoE IP is assigned dinamically. Eth0
IP can be assigned dinamically or statical *tried both*
RedHat 8.0 is the guest, XP service pack 1 is the host. I also uses
sygate firewall on XP *but i set allow all for testing*
Linux routes via NAT and it works fine (even DNS
2006 Jul 12
2
YART (Yet Another Rails Talk)
This morning I gave a talk on Rails to the NYC CTO Club. The slides
for are online at
http://www.io.com/~jimm/writing/rails_ctoclub/s5/index.html. Hover
over the bottom right corner of the window to see the navigation
controls, including the one that brings up the notes. Printing the
slides works really well; the presentation includes CSS that formats
the whole thing for print output.
The main
2007 May 06
3
Neural Nets (nnet) - evaluating success rate of predictions
Hello R-Users,
I have been using (nnet) by Ripley to train a neural net on a test dataset, I have obtained predictions for a validtion dataset using:
PP<-predict(nnetobject,validationdata)
Using PP I can find the -2 log likelihood for the validation datset.
However what I really want to know is how well my nueral net is doing at classifying my binary output variable. I am new to R and I
2006 Oct 10
4
Use remote machine environmental variables
I am having an issue passing a command through ssh which uses an environment variable. I would like the environment variable to be read from the remote host, but it is being read from the local host.
For instance:
ssh rhost ls -lm $WWW_HOME
$WWW_HOME is set as /usr/www on local but /var/www on the remote so it is being read as :
ssh rhost ls -lm /usr/www
and I'd like it to be
ssh rhost
2006 Feb 23
1
PostgreSQL CASCADE not copied to test db
When the unit test harness creates a test database from the
development database, the ON DELETE CASCADE constraints I have on my
foreign keys are not copied into the test database. (I can tell by
looking at db/development_structure.sql.)
That means the fixtures can''t load/unload from the test database
properly. In other words, all my tests fail with the same error
message:
2006 Aug 10
4
1.1.5 Upgrade and config.load_path not working
Hey,
I am trying to upgrade to 1.1.5 and rails no longer finds my controllers the
live outside app/controllers. I was on 1.1.2 previously and here is my
setup
In environment.rb
config.load_paths += [File.join(File.expand_path(RAILS_ROOT),
"rails_shared/controllers") ]
config.load_paths += [File.join(File.expand_path(RAILS_ROOT),
"rails_shared/helpers") ]
2005 Mar 17
2
gsm cannot be found in any file form... but it's there
Hey, I recorded this intro, and changed it to a gsm file in the shell,
and I'm getting an error saying that it isn't in the directory at all
when it's sitting right there. I don't know why that is.
If you want to hear it, it's http://scheda.underfireradio.com/astintro.mp3
I don't know what the matter is, I've tried renaming it, copy and
pasting it in there, deleting
2005 Mar 16
19
IPSwitchBoard BETA
Hi all,
I have just published my last few weeks of hard work: IPSwitchBoard BETA.
Please let me know what you think and post comments on the Wiki.
http://www.voip-info.org/wiki-IPSwitchBoard+BETA
Thank you
2005 Jan 21
2
collection_select
I''m trying to use collection_select, but it''s not working as I expect. The
list populates correctly but the current value is not selected.
@question contains a topic (via topic_id), and @topics is the list of all
topics. Here''s my attempt to create a drop-down list of the topics.
form("question") do | form |
form << content_tag("b",
2005 Mar 21
1
DISA Hangs up after DTMF is sent
Hey, this is happening to anyone who I try this with. We get into the
DISA, then hear the dial tone. Dial 1 then start dialing the number,
and it hangs up. I thought adding a wait time after the DISA may help,
I was wrong. Here is what I have thus far in the DISA extentions.
[DISA]
exten => 7,1,DISA(no-password||"Scheda" <565> 455-1337)
exten => 7,2,Wait(45)
exten =>
2005 Mar 22
1
Help Debugging my code?
Hey, I'm currently using the GotoIf application to set it so if
certain caller ID's call my number, it will transfer it to my cell
phone, here is the code I have so far. I get an error message that
states "call rejected by 198.22.67.70: No such context/extention."
when I call the number from my house number. Anyway, here is the code
I have.
[inbound]
exten =>
2005 Jun 30
2
PESQ results for speex 1.0.3
Francois Menard (Mailing List Account) wrote:
>
> did you try speex in wideband mode ... what bitrate?
>
> f.
15kbps mode. It does significantly better with a different
speaker (the male does better than the female), as well.
I'm considering purchasing a commercial PESQ license and wrap
the PESQ software in a server application. I could then allow
other folks to run PESQ
2003 Nov 27
1
Agent Logoff inability when calls are being received from queue
Hello everybody,
I have started using Asterisk in a call center with ACD.
I have noticed something and I wonder if anyone knows whether it is a
bug or a feature!
I am using Queue application to ring a number of agents that have logged
on using AgentCallbackLogin.
Now, while an agent receives a call from the Queue they cannot logoff
using AgentCallbackLogin. Instead the Agent is asked for
2010 Jan 19
1
QueryParser: aliases and OP_AND
Hello,
I'm wondering about how the QueryParser parses a query containing an "alias" when the default operator is OP_AND
(by "alias", I mean a search field mapped to multiple term prefixes).
With the following php code :
<?php
$parser=new XapianQueryParser();
$parser->set_default_op(XapianQuery::OP_AND);
$parser->add_prefix('alias', 'AUT1:');
2006 Aug 10
1
Web service SOAP URLs started failing with 1.1.4 or using 1.1.2 security patch
Railers,
I''m trying to figure out why invocations to my Web service URLs work
with Rails 1.1.2 but fail both with Rails 1.1.4 (and 1.1.5) and when I
apply the new 1.1.2 security patch to Rails 1.1.2.
It looks like they are failing with SOAP clients but succeeding with
XML-RPC clients.
The URL that used to work is of the form
http://localhost:3000/my_controller/ServiceName/api. When I
2005 May 30
5
Asterisk on Soekris
I thought I saw a Soekris embedded in the Digium booth photos, can you run
Asterisk on one of these? How? I'd be interested in it for a back pbx, given
the reliability. In fact, might want to move my home pbx to this also.
Chris Mason
2007 Feb 14
1
model diagnostics for logistic regression
Greetings,
I am using both the lrm() {Design} and glm( , family=binomial()) to perform a
a logisitic regression in R. Apart from the typical summary() methods, what
other methods of diagnosing logistic regression models does R provide? i.e.
plotting an 'lm' object, etc.
Secondly, is there any facility to calculate the R^{2)_{L} as suggested by
Menard in "Applied Logistic
2005 Feb 02
0
AgentLogin / AgentCallbackLogin transfer problem
Hello guys,
I?m running Asterisk CVS-HEAD-02/01/05-12:22:46 and having a problem with
call transfers using the cmds AgentCallBackLogin and AgentLogin
First Case (using cmd AgentCallbacklogin):
When the incoming call comes and enters the queue, the agent logged
in answer the call. But when I try to transfer this call to another agent,
the incoming call is dropped. I don?t receive any error
2005 Feb 02
0
AgentLogin / AgentCallbackLogin transfer pro blem
Which kind of transfer do you use?
Try using the # transfer.
Hope that helps..
Guido Hecken
-----Urspr?ngliche Nachricht-----
Von: Diego Magalh?es [mailto:diego@redetaho.com.br]
Gesendet: Mittwoch, 2. Februar 2005 17:21
An: asterisk-users@lists.digium.com
Betreff: [Asterisk-Users] AgentLogin / AgentCallbackLogin transfer problem
Hello guys,
I?m running Asterisk CVS-HEAD-02/01/05-12:22:46 and