Displaying 20 results from an estimated 4000 matches similar to: "Received mini frame before first full voice frame"
2007 Sep 20
10
IAX Java Softphone?
Does anyone know of an IAX softphone in Java, whether applet or
application? Even the most minimum featureset, just voice and dialing,
or even embedded in some other app/let. Preferably GPL. Thanks.
--
(C) Matthew Rubenstein
2006 Dec 12
3
outgoing call on ISDN PRI
HEllo list !
When user A calls user B via Asterisk (Users A and B are registered on
the same Asterisk server ) and an ISDN PRI, user B phone
always shows Asterisk server telephone number. How to hide it and how
to forward user A number ?
We tried usecallerid, callerid, hidecallerid, restrictcid,
usecallingpres in zapata.conf but we always see Asterisk server
telephone number !
Thanks
2005 Jun 06
2
Erro message - Received mini frame before first full voice frame
I see this sometimes in the SLI, what does it mean?
Jun 6 15:23:27 WARNING[1916]: chan_iax2.c:7326 socket_read: Received mini
frame before first full voice frame
Chris Mason
2007 Apr 05
5
Open Source VoIP client (on a webpage)
I need to decide on the best way to add a voip SIP or IAX client to a
website. I'm thinking that I'd like it to be inline, like an aplet, on
the page. I've got some asterisk servers running to connect up to, so
the real challenge is finding an easily integrated open source client.
Any suggestions from those who know?
Jason
2007 Jul 03
4
Google acquires Grand Central
Ooops did Google just become a carrier :)
http://googleblog.blogspot.com/2007/07/all-aboard.html
I hear stocks crumbling worldwide as I type.
Cheers,
Dean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070703/92218fc6/attachment.htm
2007 Jul 23
2
IAX Encryption
I am playing around with IAX encryption and have had good success.
I read somewhere, that trunked packets are not encrypted. Does
anybody know if this means the trunk packets themselves are not
encrypted but the voice frames in them are encrypted or does this
mean that if you are using trunking then encryption of the voice
frames will not occur. I have used Wireshark to sniff the packets
and it
2007 May 04
1
ASA-2007-013: IAX2 users can cause unauthorized data disclosure
> Asterisk Project Security Advisory - ASA-2007-013
>
> +----------------------------------------------------------------------------------+
> | Product | Asterisk |
> |----------------------+-----------------------------------------------------------|
> | Summary | IAX2
2007 May 04
1
ASA-2007-013: IAX2 users can cause unauthorized data disclosure
> Asterisk Project Security Advisory - ASA-2007-013
>
> +----------------------------------------------------------------------------------+
> | Product | Asterisk |
> |----------------------+-----------------------------------------------------------|
> | Summary | IAX2
2007 Jul 23
1
VPN on Asterisk
Dear Tim;
What is folks? Where I can find it about VPN solution?
Regards
Bilal
> Hi,
>
> Greetings to All,
>
> Im looking for some help on configuring VPN on the
Asterisk PBX that
I
> have hosted in US. Im currently in Middle East and
as everyone knows
> some countries here has taboo to VOIP. Im not able
to get phy phones
> registered to my PBX as they are blocking SIP
2006 Nov 13
3
FW: Desktop integration
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000066">
Hi Dean,<br>
<br>
I will check that site - thanks for the hint.<br>
The biggest problem I see with
2007 Jun 20
1
Res: Record CDR in a Oracle database
Hi All,
Thank's for your hint Tim Panton
I could connect my asterisk machine to my oracle machine.
I used unixODBC-2.2.11.tar.gz,
oracle-instantclient-basic-10.2.0.3-1.i386.rpm,
oracle-instantclient-sqlplus-10.2.0.3-1.i386.rpm and the drive from
www.oracle.com (odbc-oracle-3.1.0-linux-x86-glibc.tar) to configure my
asterisk machine.
I can connect to my oracle machine with isql and in
2007 Jul 30
2
Creating an SIP softphone
Hello,
I have been reading up on the capabilities of the Asterisk-Java library. I believe that this library can act as an interface between a Java GUI(custom softphone) and the Asterisk server. Seems like the Live API would be easiest to use to make the connection to the Asterisk server and to set-up calls. One thing I am not sure about is how to transmit the audio streams between users'
2007 May 07
2
Asterisk to record CDR in DB Oracle
Hi People,
I had success to do my asterisk to record CDR in a databese MYSQL...
Now, I need to do it to record CDR in Oracle...
Does Anybody knows how to do this??
Every hints are welcome....
Thank`s all
Everton Goularth
Uberlandia - MG - Brazil
_______________________________________________________
Yahoo! Mail - Sempre a melhor op??o para voc?!
Experimente j? e veja as
2007 Feb 14
2
Fanless solution
Hi there,
I'm looking for a compact fanless solution preferrably wall mountable and
not too exotic. It needs to be commercial grade. I don't really consider
most of the Via ITX solutions I have seen commercial grade but perhaps
someone can convince me otherwise.
This solution is about the best I have found. Maybe a bit on the exotic
side but I like the fact it is wall mountable AND
2006 Oct 26
2
"Cheapest" way to determine channels in a group from outside asterisk?
I need to determine the number of active calls in a group from outside
of Asterisk. Currently I poll the manager API and parse the channel
status list but this is becoming too expensive on CPU.
What are my options? What is considered "standard practice" ? Update a
DB field? Poll the manager api? Use an asterisk -rv 'some command' call?
2006 Nov 26
1
Odd blip when playinv IVR over IAX
Hi,
I have an IVR that sounds just fine and dandy over ZAP. However, when
I dial in through an 800 number from a provider that I connect to via
IAX I get this 'blip' in the sound file. At first I thought it was
just packet loss, but it happens at the exact same spot every single
time. There are several parts to the IVR menu and several places
where this blip happens every single time
2006 Nov 28
1
Different click2call?
Hello List,
We are deveoping apication/system based on PHP5, Postgre,Ajax,ect..
It should be compleate sistem for realystate agensy and road worers(agents)
and it will be distributed system.
We made very good inplementation based on asterisk and OSP for distributed
offices and it will be part of system (integrated).
We would like to implement some options in system:
Agent have contact list with
2006 Nov 28
1
Return codes
How does one process a return code in Asterisk?
Example...
exten => s,n,Playback(/tmp/podcast/${CALLERIDNUM})
exten => s,n,System(rm "/tmp/podcast/${CALLERIDNUM}.gsm")
If the caller hangs up on the playback command the file remove System
statement after it never gets executed. The playback command returns a -1
in this case and logs a warning. The only thing mentioned in the
2006 Dec 30
4
WIFI SIP- The Best phone
Hello Everyone,
I can see that a few people are interested in SIP WIFI phones. I have
tested several Linksys 300,and it is OK. More of a toy then a business
tool. It a poor built in ear speaker, which makes all calls sound tinny,
and the unit is known to hang. I have two Linksys 300's that are fun to
play with however, I wont hand them out to users.
HOWEVER- The Zultys WIP 2 is an
2007 Jan 16
1
Ring tone too loud on IAX channel
Hi,
We are using MozIAX as a softphone with a USB headset and are making
outbound calls using IAX with ulaw encoding to our voip provider.
We're running asterisk 1.4
Users are complaining that the ring tone generated by asterisk is much
louder than the voice call once connected. They are having to turn the
volume down to avoid being deafened by the ring tone, but then have an
unacceptably