Displaying 20 results from an estimated 1000 matches similar to: "Asterisk calls without soft phones"
2005 Jun 29
3
hidecallerid on analog line
Is there a way to hide the callerid on analog line on
outgoing calls. Any ideas whether it could be done
through configuration, a script or hardware.
Thanks;
____________________________________________________
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
http://football.fantasysports.yahoo.com
2005 Jul 09
2
Modifying astcc
Hi:
Astcc is working fine, except for one thing. It
doesn't give the called party enough time to answer
the phone. If nobody picks up in two rings, astcc
reports back no answer and hangs-up. The only instant
NOANSWER "value" was mentioned in astcc.agi script is:
elsif ($res eq "NOANSWER") {
$res =
&mystreamfile("astcc-noanswer");
2007 May 07
4
iax to iax Reject Connection
Hi:
It's the first time I have this problem.
No matter how I configure my two IAX machines the
connection is rejected.
"chan_iax2.c:5550 socket_read: Call rejected by ****:
No authority found"
iax server A:
[saad_out]
type=peer
host=hostip
username=username
secret=secret
disallow=all
allow=gsm
iax server B:
[guest]
type=user
username=username
secret=secret
context=tele
2005 Mar 19
3
CallingCard Application
I appreciate any recomendation of a simple CallingCard
Application and resources of users manual.
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
2005 Aug 18
2
Searching For a Voip Provider
Hi:
Please advice me of a voip provider with reasonable
reseller program. I was using voipjet and it has a lot
of problems.
Did anyone experienced asteriskout.com service? They
have good prices.
Regards;
Chawki Hammoud
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
2005 May 19
5
MusicOnHold probelms
This is my second attempt trying to get help and I am
hoping someone can. When the musiconhold extension is
matched, Asterisk attempts to execute musiconhold and
stops right away, this is what I gets:
Executing MusicOnHold("OSS/dsp", "") in new stack
-- Started music on hold, class 'default', on
OSS/dsp
-- Stopped music on hold on OSS/dsp
Is there a file that
2005 Jul 12
3
Help Configuring TDM04B
Hi:
I had an fxo card from Digitnetworks and it was
working fine on my Asterisk box. I then replaced it
with TDM04B. I changed the zaptel and zapata to
include the four channels. When I run ztcfg, I get
configuration errors:
Channel map:
Channel 01: FXS Kewlstart (Default) (Slaves: 01)
Channel 02: FXS Kewlstart (Default) (Slaves: 02)
Channel 03: FXS Kewlstart (Default) (Slaves: 03)
Channel 04:
2005 Jun 30
5
wi-fi phone advice
Hi:
I want to connect a wi-fi phone to my Asterisk box
through a wi-fi AP so I can make voip calls.
please send me your recomendation about what wi-fi
phone I should be looking for. Anybody tried the
HOP1502 Wi-Fi IP phone. Its listed price $39.
Regards;
Chawki
____________________________________________________
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
2005 May 20
4
Boosting Internet Bandwidth for VOIP
There was errors when I tried to start the script
recommended by Andrew to boost bandwidth for voip
http://www.mixdown.ca/~andrew/dump/rc.tc.
This is the output I get :
./rc.tc start
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File
2005 May 21
1
Help Understanding ISDN Channels
Hi:
The phone company here use Europe telephone system.
They offere ISDN lines with multiple channels,
starting with two and they add channels on demand.
Am I write to understand ISDN of more like E1 or T1
line. If not, what's the difference.
__________________________________
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
2005 May 27
3
G729 vs. gsm
I installed G729 from Diguim and I was expecting the
sound quality on my i686 machine to be better than
gsm. Compared to gsm, G729 sounds closer and a little
robotic. Is this what is supposed to be or am I
missing something?
I am interested in G729 because the internet in my
country is very expensive and I want to save every bit
possible. I want to use G729 because it takes less
bandwidth for
2005 Jul 16
3
Asterisk Interface with mobile phone
Hi:
I live in a country where calls from landline phone to a mobile phones is more expensive than mobile to mobile. I have FXO card connected to the landline. All the calls from IAX goes through this interface to the pstn and mobile phones. I want to save money by transfering mobile calls through a mobile phone. Is there some interface between the FXO card and the mobile phone so asterisk can
2005 May 19
6
Boosting Shared Internet Bandwidth for Asterisk
Hi:
I use shared internet bandwidth and the calls are very
clear from around midnight till about 4 pm when it
goes bad after that. Is there a way to boost the
internet bandwidth for Asterisk at the peak time?
Thanks
Discover Yahoo!
Have fun online with music videos, cool games, IM and more. Check it out!
http://discover.yahoo.com/online.html
2005 Jun 01
1
Dynamic IAX Server
Hi:
I read many documents and I posted my question several
times here without luck. I hope someone can help now
please. Here is an example to demonstarte my problem:
Suppose you manage the FWD server, how do you define
an IAX client behind nat so he can receive calls from
FWD.
NAT client would register with FWD to let it know how
to locate it. I just don't see how FWD finds the nat
client.
2010 Jul 22
1
svydesign syntax
This message is for those familiar with the survey package. I need to fit a
weighted Cox model to accommodate the sampling weights as I have a
case-control study with controls sampled at random from a database in a
ratio 2:1 to cases (whom were all sampled). I want to make sure I am using
the right svydesign syntax to specify this sampling design. Can anyone
please check if the statement below is
2007 Dec 06
1
Building package - tab delimited example data issue
Hello,
I'm trying to integrate example data in the shape of a tab delimited ASCII
file into my package and therefore dropped it into the data subdirectory.
The build works out just fine, but when I attempt to install I get:
** building package indices ...
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines,
na.strings, :
line 1 did not have 500 elements
Calls: <Anonymous>
2017 Sep 25
2
Incorrect Import by Data for CSV File
Good day,
The data function can import a variety of file formats, one of them being C.S.V. Problematically, all of the table columns are collapsed into a single data frame column. This occurs because "files ending .csv or .CSV are read using read.table(..., header = TRUE, sep = ";", as.is=FALSE)". I suggest that the semi-colon used as the column separator be changed to a
2004 Apr 14
5
Samba 3.0.2a and ADS w2k3 Kerberos authentication problem
I am using Samba 3.0.2a as Domain member into ADS w2k3 domain. net ads
join -U administrator work fine.
This integration include support of kerberos ( krb5.conf) and winbind
wbinfo -u and -g works fine.
I am able to mapped Samba shares with IP address (\\192.168.0.x\share)
but it does not works if I use netbios name ( \\redhat9\share) the
system asks me for authentication but never I get into
2003 Sep 01
3
No rpm for RedHat9
You say that there are rpm-packages for rc2 available for redhat9.
But when i browse the ftp directory, i saw that it is empty.
How come?
--
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualit?tssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7.
2004 Aug 06
3
Compiling Icecast2 on RedHat9 or maybe another Linux
Hi Dave,
I am now trying to compile Icecast2 under RedHat9. I get some errors when I
try to ./configure so the make file is not created. Can you take a look at
the attached file and tell me what is wrong? I tried to compile it on
another RedHat9 computer but I got the same results...
I think I will dedicate one computer ONLY to icecast2. In this case, could
you advise me the best Linux