Displaying 20 results from an estimated 2000 matches similar to: "X-Ten lite troubles."
2005 Feb 16
3
IAX2: Connection rejected
Hi there,
I am having a problem. It looks like this:
Feb 16 15:01:10 WARNING[11122]: chan_iax2.c:5546 socket_read: Call
rejected by XXX.XXX.XXX.XXX: No authority found
Feb 16 15:01:10 NOTICE[11122]: chan_iax2.c:1375 iax2_destroy: Avoiding
IAX destroy deadlock
-- Hungup 'IAX2/user/1'
Even I have entry in iax.conf for this user as a friend, and * server of
this user is already
2005 Aug 13
2
forward incoming analog call to SIP?
I'm trying to setup a demo where my Asterisk box with a TDM01B (FXO)
answers an incoming call and forwards that call to a SIP softphone (X-lite.)
Seems all is built/installed okay:
# ztcfg -vv
Zaptel Configuration
======================
Channel map:
Channel 01: FXS Kewlstart (Default) (Slaves: 01)
1 channels configured.
I'm pretty new at this and the extensions.conf file is eating my
2005 Sep 02
2
chan_capi hfcpci mISDN linux 2.6.12 not working
Hello,
These are error messages I get when I try to call a number over CAPI channel.
-- Executing SetCallerID("SIP/xlite1-3b80", "0") in new stack
-- Executing Dial("SIP/xlite1-3b80", "CAPI/hfcpci/b17") in new stack
> data = hfcpci/b17
> capi request for interface 'hfcpci'
== hfcpci: Call CAPI/hfcpci/b17-1 (pres=0x00,
2005 Feb 10
0
Please share the experience on VoIP phones heavyusing.
Hi,
cisco's phones are VoIP only
polycom build (video-) conferencing devices.
One Cisco model (7930 I thnk) is a polycom in disguise.
The code is not 'cisco-like' (at least the version I had.
Both brands make very good quality equipments.
Good sound, good support, ...
Regards,
Shaoul Jacobson
VoIP Consultant
Tellink
Tel : +32 3 201 96 36
Fax : +32 3 227 09 81
e-mail
2004 Dec 13
1
Repost: Cisco 7960 and Asterisk...not working....
Anyone help me here? I am a newbie so be gentle ;-)......
It worked once and then I played with the configs.
I have a static IP address which is on my private network.. Phone is 192.192.192.220 and asterisk server is 192.192.192.22
I have the 7690 with a SIP iamge (Whatever latest is )
I have 3 lines setup with Free World Dial up and have the 4th setup to connect to my asterisk server. Here
2006 Mar 07
1
Setting Vaaibles
Helo List,
First I would like to apologize for my bad spelling as
well as that I did not search the wiki first. I only
have email access at the moment.
I am having trouble setting both variables and global
variables thru an extension.
I am using Asterisk 1.2.4 with Ztdummy on CentOS 3.4
with an Xlite softphone. I have two xlite phones on
diffent computers. One logs in as xlite1 and the other
as
2004 Nov 28
17
Wiki down?
Hi All,
The wiki seems to be struggling this evening. Anyone else seeing this?
Michael
--
Michael Graves mgraves@pixelpower.com
Sr. Product Specialist www.pixelpower.com
Pixel Power Inc. mgraves@mstvp.com
o713-861-4005
o800-905-6412
c713-201-1262
2004 Apr 17
1
Problem with x-ten lite
Dear Group,
At the moment I use SJPhone as my soft phone with Asterisk.
I prefer the look and feel of the x-ten lite. However, when ever I use my
x-ten lite I get a lot of breakup in my communication.
E.g. I will play some hold music, and every 5-6 seconds I drop some packets.
I don't have the same issue with SJPhone.
I'm sure this is a configuration issues, but I can work
2011 Mar 04
5
Loudness of recorded wav-audio
Hello,
I sent a wav-audio to Asterisk though SIP and ISDN channels and recorded it
in wav-audio at the Asterisk server. I found the loudness level of the
recorded audio was too high comparing with the orginal audio. How can I
ajust it, so that there will be no amplifier used for recording.
Thanks a lot.
best regards
Felix
-------------- next part --------------
An HTML attachment was
2001 Oct 07
2
plot logist
Hi,
I make a glm analysis with binomial errors and its OK.
Now I need plot the ajusted logist line in my points. How do I make it?
| * * * * -> I need plot an ajusted
| * * line in this points.
| * *
| *
| * *
| * *
|* * * *
|_________________________
Exist an abline like function for ajust others formulas?
Exist in R
2004 Sep 22
1
Sound Problems with x-ten lite on Toshiba 4600.
Dear Group,
I'm running the following setup;
Yoper v2, Kernel 2.6.8.1-7, Wine 20040914 on a Toshiba Satellite Pro
4600. The Toshiba has a Yamaha AC-XG. In addition I have a USB
Plantronics DSP100.
After some tweaking I got wine to install x-ten lite;
I have pasted my config file;
[WinMM]
; Wine supports the following sound drivers:
; winearts.drv ; for KDE
; winealsa.drv ; for
2008 May 13
1
Bug#481105: xen-utils-3.2-1: Need to ajust path to pygrub and hvmloader
Package: xen-utils-3.2-1
Version: 3.2.0-5
Severity: important
virtinst Debian package is pointing the pygrub path to /usr/bin/ and hvmloader to /usr/lib/xen/boot/. I suggest ajust the path
creating a symbolic link of /usr/lib/xen-3.2-1/bin/pygrub to /usr/bin/pygrub and /usr/lib/xen-3.2-1/boot/hvmloader to
/usr/lib/xen/boot/hvmloader. In the last case, need ajust the directory
2011 May 03
1
syntax error, unexpected $end, expecting rASSOC
I added this to my db/seeds.rb:
user = User.create :email => ''another-hcDgGtZH8xNBDgjK7y7TUQ@public.gmane.org'', "password =>
''guessit''
Category.create [{:name => ''Programming''},
{:name => ''Event''},
{:name => ''Travel''},
{:name => ''Music''},
2003 Dec 15
1
nls arguments
Hi all,
I've got a problem with the nls function.
I have an adjustment which works when I fix one of the argument of my
function (Xo=150) :
*Xo*=150
f<- function (tt*,Xo*,a,b) ifelse(tt<*Xo*,a*exp(-b**Xo*),a*exp(-b*tt))
ajust<-nls(RER~f(tt,*Xo*,a,b),data=data.frame(tt=Ph2[,2*k],RER=Ph2[,2*k+1]),start=list(a=0.5,b=0.014))
But, when I use it as a "normal" parameter (and
2004 Jul 27
1
Problems connecting xlite phone
I am using the latest xlite phone to connect to the latest version of
asterisk (20040727).
When I try to make a call the xlite phone tells me "Call not approved".
I used the configuration options that were listed on the wiki.
The context in the sip.conf file is "from-sip". I have a matching context
listed in the extensions.conf file.
The phone is able to register
2011 Jan 05
2
how to access external USB drive in single user mode
how to access external USB drive in single user mode
Thanks
--
Regards
Agnello D'souza
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20110105/d5888759/attachment-0003.html>
2012 Jul 28
1
gráfico lines integral
Buenas noches:
Les consulto por lo siguiente, tengo este gráfico
Estos son el resultado de modelos mixtos, los datos son almacenados en un data.frame, resumiendo el código, quitando el x <- data.frame() como el plot()
El primero es fitted:
goatMilk$dim, fitted(fitWilm_goat)
plot la línea de arriba
El segundo es predict:
goatMilk$dim, predict(fitWilm_goat)
El tercero es plot + lines
2005 Feb 09
4
G.729 codec for X-lite soft phone
Hello all,
Is X-lite soft phone support G.729 ? I actually use it but there is no
G.729 support. Anyone know where to have it?
Regards.
Daniel.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050209/8cdbeeec/attachment.htm
2005 Jan 27
1
Stumped by BroadVoice SIP
Hello guys.
I am a fairly new user to Asterisk, and I'm just having a tough time.
My goal is to set up a VOIP PBX. I have signed up with a BroadVoice
number, and I have three systems with SIP phones.
The PBX and the SIP phones are all behind a Cisco PIX running NAT.
I am using Asterisk CVS version from yesterday. I also tried 1.0.3 with
little luck.
The SIP phones are two X-Lites on
2008 Jan 13
1
How to fit a Tobit model with observations censored at different values
Dear everyone:
I am a new user of R. I have a dataset with a dependent variable (DV) censored at different values. The dataset looks like,
conditions .....IDV1 IDV2 DV
1 2 4 89
1 6 6 75
1 4 5 0 ( DV<=70)
......
2 3 5 15
2 5 5 0