Displaying 20 results from an estimated 2000 matches similar to: "Asterisk Tech Tips: Cookin' with Asterisk"
2003 Oct 22
6
Running Asterisk and NAT on the same box?
Has anyone tried installing * on a box with two eth interfaces which is
acting as a NAT box? I have only one IP at this point and I would like
to get * working without all of the NAT issues. My idea is to run * on
my gateway (which is also running the firewall and masquerade services).
All of my UAs (Grandstream + Xten X-LITE + gnophone) will be inside the
NAT screen, and will connect to the *
2003 Nov 21
9
Outline For Asterisk Book - Please Review & Comment
Asterisk Users
In an attempt to help Asterisk move forward, a number of us have decided
to create a book. It would initially be released as an "ebook" that
could be sent to newbies to help them up the rather steep learning
curve. Ultimately I would like to see it published and sold in
bookstores (preferably by O'Reilly & Co.).
Below is the outline for the book. We REALLY
2011 Mar 14
0
New Webinar Series For Asterisk Users: Asterisk Tech-Tips
Greetings Users!
On March 24th we're hosting the first of a new series of webinars entitled "Asterisk Tech-Tips". Our goal is to present a new "episode" or "issue" or "webisode" (or whatever you want to call it) every other week. Here's the idea:
Asterisk Tech-Tips are all about helping people get the most from their Asterisk systems. Each
2011 Mar 24
0
Asterisk Tech Tips: Calling With Google Starts At Noon Central (30 minutes from now)
Greetings User's List,
Just a last minute reminder that Malcolm Davenport will be headlining our first Asterisk Tech Tips webinar covering the cool ways you can integrate Asterisk with Google Chat and Google Voice. Register now and join us in 30 minutes. Here's the link:
http://www.asterisk.org/techtips
Thanks!
-S
Steve Sokol
Asterisk Marketing Director
Digium, Inc.
2004 Jan 21
9
New Windows IAX Client
Announcing a new Windows-based IAX/IAX2 client. Please download it and
give it a try. Let me know about any bugs, and any missing features. I
have yet to come up with a catchy name for it, so at this point it calls
itself IAX Phone. (Suggestions? Non-derogatory suggestions,
preferably).
Download: http://www.sokol-associates.com/Downloads/IaxPhone.zip
Reference & Support Page:
2003 Nov 21
5
Asterisk Call Manager for Windows 0.0.1 (Alpha)
If anybody is interested, I have an early version of my Call Manager for
Windows application integrated with Asterisk. CMW is an application bar
(like the task-bar) that docks to the top of your desktop window. It
provides the following functions:
1. View Call-Related Information (Caller ID, Call State, Call
Direction)
2. Monitor Status of Asterisk Stations (Channels) -- BLF or "Busy
2004 Apr 02
3
WiSIP Firmware Version F?
Greetings,
I purchased a WiSIP at the VON conference and am now trying to configure it
to work with Asterisk. I have read all of the previous postings regarding
the WiSIP and most of the information apparently does not apply to the
version of firmware installed on my phone (version WF.00.0F).
I cannot get the WiSIP to register with my Asterisk box. It leases an IP
from my DHCP server, then
2003 Oct 14
4
Asterisk capacity
Hi,
I am really interested in the true capacity that Asterisk can handle.
What is the maximum number of users that can be handled by Asterisk on a
standard 2.4G P4 IBM server or similar? Anyone has a clue?
Cheer,
Vincent
_________________________________________________________________
ninemsn Premium transforms your e-mail with colours, photos and animated
text. Click here
2003 Dec 02
5
Iax Client Library Issues? (DIAX, iaxComm, etc.)
Hi,
I seem to be having problems with IAX clients based on the iaxClient
library. I have been working on my own client (an augmentation to the
Call Manager I released last week) and it seems to regularly miss
incoming calls entirely. It also occasionally misses the drop signal
when the remote end drops a call.
Has anybody else seen this kind of behavior? I have tested with my
client, with
2004 Jun 27
1
IAX Phone Issues/McAfee Virus Scan vs. IAX Phone
--Request For Bug Reports--
I'm working on the next release of IAX Phone. Please let me know what, if
any, issues you who use it may have run into. I hope to be able to release
a new version in the next two weeks.
Some fixes/features:
- Conferencing
- Proper handling of 'qualify'
- Intercom
- Paging
- Phone Book
--Virus Scanner Problems?--
I have been working through a number
2006 May 01
1
Show/Hide with AJAX
I''m trying to implement a show/hide details function.
I have the show part done, but I''m not sure how to get it to hide.
My app looks like this so far:
View:
<%= link_to_remote "Show/Hide", :update => "details", :url => { :action
=> "show", :id => leif } %>
<p id="details"></p>
Action:
def show
@leif =
2018 Apr 18
2
Intro & Chrome v. 65.0.33.25.181
Hi there,
Any other versions of Google Chrome and all version of other browsers are working.
I have done my best to set up the intro to match the live stream.
http://185.139.168.34:8000/yleisohjelma
- intro is 256 kbits/s 48 kHz ISO-MPEG2 L3
- live is 256 kbits/s 48 kHz ISO-MPEG2 L3
http://185.139.168.34:8000/vara
- live is 128 kBits/s 48 kHz, possible ISO-MPEG2 L3
- there is no intro
Of
2018 Apr 18
2
Intro & Chrome v. 65.0.33.25.181
Hi Leif,
Did You faced that with the exact same Chrome version? Since this version is the only one having this issue. I have had this kind of arrangement (intro + live stream) for decades. Technology changes but the idea is the same. I have tested a lot of hardware and combinations.
I do have a fail over stream (with different specs) and that hasn’t been an issue at all.
I do not know but I
2006 Jan 10
1
Find last row (observation) for each combination of variables
Let's say I have a data.frame like
A B C TS other columns
1 1 1 12345
1 1 1 56789
1 2 1 23456
1 2 2 23457
2 4 7 23458
2 4 7 34567
2 4 7 45678
and I want the last row for each unique combination of A/B/C, where by "last" I mean greatest TS.
A B C TS other columns
1 1 1 56789
1 2 1 23456
1 2 2 23457
2 4 7 45678
I did this simply in SAS:
proc sort data=DF;
by A B C descending TS
2003 Dec 01
3
Re: Asterisk behind NAT << How to do it. (Leif Madsen)
> I'm pretty sure that is incorrect. The inside_net is the ip address of
> the asterisk server, and the inside_mask is the subnet mask. At least
> that is how I have mine setup in my sip.conf, and it works.
>
> inside_mask for the internal mask would make more sense to me as well :)
>
> --
> Leif Madsen <leif@hacklocalhost.com>
> http://www.hacklocalhost.com
2006 Apr 11
0
AstriCon Update: Europe Early Bird Ends Saturday
Dear Asterisk Users,
Just a quick reminder that the Early Bird Discount for AstriCon Europe ends on
Saturday, April 15 2006 (US Central Daylight Time). Register today for AstriCon
Berlin, AstriCon Paris or AstriCon London and save 20% ($70.00 USD) off the
standard price.
Register Now: http://www.astricon.net/register/
Each of the three AstriCon Europe events promises to be a great opportunity
2003 Sep 29
1
Needed: Configuration Examples for VoIP Providers Asterisk can Register With
Hi all,
I would like people to email me at 'leif at hacklocalhost dot com' some
example configuration files for VoIP providers which * can register
with. I am going to expand upon the FWD php "wizard" I created for
these other providers, but I need some examples as I don't actually use
anything but IAXtel and FWD.
So far sipphone and iaxtel has been mentioned. I can
2003 Oct 06
1
MP3s in /var/lib/asterisk/mohmp3 causes Asterisk crash
Hi All,
I have just compiled the newest version of mpg123 on a RedHat 9.0 system
(mpg321 has not been installed) and I am using the newest CVS version of
asterisk. Whenever I place any mp3 files in the
/var/lib/asterisk/mohmp3/ directory, Asterisk crashes a horrible fiery
death.
If mp3s exist in that directory, then I can't even start Asterisk. If I
start it without files then copy
2005 Feb 15
1
asterisk qualified
Good day all
Is there any time of VOIP/SIP/asterisk qualifications or certificates?
Thanks
Altus
2006 Mar 23
1
Estimation of skewness from quantiles of near-normal distribution
I have summary statistics from many sets (10,000's) of near-normal continuous data. From previously generated QQplots of these data I can visually see that most of them are normal with a few which are not normal. I have the raw data for a few (700) of these sets. I have applied several tests of normality, skew, and kurtosis to these sets to see which test might yield a parameter which