Displaying 20 results from an estimated 40000 matches similar to: "Voicemail messages and codecs"
2007 Mar 06
1
Building a new voicemail system... Testers needed!
Friends in the Asterisk community,
One thing I avoided working with for a long time is the Asterisk
voicemail code. One module in
Asterisk I've constantly been naming as one of the worst parts is
voicemail. One part of
Asterisk that I've been kind of avoiding during my trainings is
voicemail.
And there's where I've spent a lot of time recently... Life is strange.
Instead
2007 Mar 06
0
Re: asterisk-users Digest, Vol 32, Issue 21
----------------------------------------------------------------------
Message: 1
Date: Tue, 6 Mar 2007 20:02:07 +0100
From: Olle E Johansson <oej@edvina.net>
Subject: [asterisk-users] Building a new voicemail system... Testers
needed!
To: Asterisk Non-Commercial Discussion Users Mailing List -
<asterisk-users@lists.digium.com>
Message-ID:
2006 Apr 05
5
Dial Plan Logic Problem
Hi
I can't for the life of me work out why this is not
working. When in the campon contect if you hit a DTMF
key 2 you get moved to the exten => 2 defined in the
mainmenu context not the exten => 2 defined in the
campon context. What is wrong? The same happens if you
hit key 1.
[campon]
exten => _*1XXX,1,Answer
exten => _*1XXX,2,SetCallerID(${CALLERIDNUM})
exten =>
2003 Dec 30
2
playback in [macro-stdexten] problem
I added the playback line to my [macro-stdexten] context but when I dail
an extension I don't get the "please hold while I try that extension"
message. It just dials the extexsion. Do I have a syntax problem
somewhere ?
exten => 8005,1,Macro(stdexten,8005,Zap/2)
exten => 8006,1,Macro(stdexten,8006,Sip/8006)
[macro-stdexten]
;
; Standard extension macro:
; ${ARG1} -
2006 Mar 10
3
Development news :: T38 passthrough support
Friends in the Asterisk.org community,
There is a lot of cool stuff going on in Asterisk development, things
that will change Asterisk and
make it work better in your organisation, make it easier to sell in
your area or give you more
consulting oppurtunities - in short, functionality that will make a
lot of sense for you users.
However, developers can't really get anywhere without a
2009 Aug 25
6
Breaking news, but what happened? 11.000 channels on one server
Hello Asterisk users around the world!
Recently, I have been working with pretty large Asterisk
installations. 300 servers running Asterisk and Kamailio (OpenSER).
Replacing large Nortel systems with just a few tiny boxes and other
interesting solutions. Testing has been a large part of these
projects. How much can we put into one Asterisk box? Calls per euro
invested matters.
So far,
2004 Jan 05
0
mailbox= wrong context. was: Newbie - MWI
my biggest concern about defaulting the context to anything at all
besides [default] is that you then have to remember to configure the
voicemail.conf with the corresponding contexts. as it stands, you have
the ability to do just that, but you don't have to. if you have several
hundred extensions broken out by dozens of contexts, it might not make
sense to force the voicemail.conf to follow
2009 Apr 01
10
FOR IMMEDIATE RELEASE: NEW CHANNEL DRIVER FOR ASTERISK RELEASED TODAY
* NEW CHANNEL DRIVER FOR ASTERISK 1.6 AND VOXSWITCH 3 ADDS AUDIO AND
VIDEO TO MICROBLOGGING!
In a surprising move, Digium in partnership with Edvina today released
a new channel driver for Asterisk, chan_tweet. The driver connects
seamlessly to several microblogging platforms, including Twitter,
Facebook, Laconi.ca/Identi.ca and GSM text/SMS. The main feature of
this new module is to
2006 Mar 08
1
Any way to change dns timeout value? Asterisk hangs if internet unreachable
I don't have the most reliable internet connection in the world.
Whenever it goes out, I can't receive any incoming calls at all, not
even from pstn. When it first goes out I can still make outgoing
calls through pstn, but eventually that fails too (as does voicemail,
everything's out). Yes, asterisk and the local phones are all on the
same network and can communicate fine.
Ok,
2006 Apr 12
2
* 1.2.4 & 1.2.6: "Ringing" anamoly
I was alerted the other day by of all people, my mom, that she wasn't
hearing a "ring" when she dialed my number. Puzzled, I tried calling myself.
The call connects, but there's dead silence until voicemail picks up.
Calling internally, extensions worked perfectly. So, I figured, "another
damned Broadvoice issue."
For kicks, I upgraded to 1.2.6 today, and the end
2010 Apr 01
7
Press release: Virtual Communication Clouds :: New feature in Asterisk 1.8
FOR IMMEDIATE RELEASE
Puerto Escondido, Mexico, April 1st, 2010:
Digium launches Asterisk VCC (TM) - a new virtual communication platform
for enterprises, the public sector and the home.
===========================================================
Asterisk 1.8 will contain a stunning new technology for all Asterisk users world-
wide - virtual communication clouds or VCC (TM). With this
2003 Oct 27
1
Fwd: Re: Asterisk on FreeBSD
Your log file almost looks like a bug in Asterisk doesn't it?
Why call poll() with a zero timeout while passing only one FD?
and then why do the read when there is no data?
Read the man pages for all the system calls
Take a look at the source chan_sip.c
/* Wait for sched or io */
res = ast_sched_wait(sched);
if ((res < 0) || (res > 1000))
2006 Mar 24
1
Re: Subscription state after reload (New subject)
Actually, I have tested this here with an Aastra 9133i and an Asterisk@Home server, and the 9133i will re-subscribe on its own after an Asterisk reboot, if you wait long enough. It took on the order of an hour to do so. Of course, a phone reboot will get it done faster, if necessary, but it _will_ eventually re-subscribe on its own.
> Thanks Olle,
>
> So am I to understand that you
2004 Nov 22
3
IPv6 and Asterisk?
Hi,
I've been experimenting with an IPv4 and IPv6 VoIP setup using SER.
I'm using Asterisk for voicemail, etc. but as this only works for
IPv4, I had to do a number of tricks to get it going for IPv6 phones.
I was wondering whether there is any interest or plans in the pipeline
to have Asterisk IPv6-enabled.
Any info, especially by the developers out there, would be welcome.
Thanks,
--
2004 Apr 20
1
Re: SIP re-invite
Trouble getting chan_sip2 to compile
below is what I have done
-download acl.c.patch,acl.h.patch,chan2s_sip.c to /root/software
cp /root/software/chan_sip2s.c /usr/src/asterisk/channels
cd /usr/src/asterisk/
patch -p0 acl.c /root/software/acl.c.patch
cd /usr/src/asterisk/include/asterisk
patch -p0 acl.h /root/software/acl.h.patch
- added the follow to /usr/src/asterisk/channels/Makefile
2006 Jan 25
14
No audio? Update your Asterisk
This morning we discovered a serious bug that stopped all bridged audio
in our Asterisk servers. Mark found the problem and soon fixed it.
If you get this problem today, please update your Asterisk server. A fix
has been commited to the subversion repository for 1.2 as well as trunk.
A fixed 1.2.3 release will be published on ftp.digium.com as soon as we
can find a release engineer (consider
2007 Dec 15
17
Upgrade to Asterisk 1.4 - it's one year's old!
Friends in the Asterisk community,
I'm kind of interested in the slow uptake of Asterisk 1.4. Between 1.2
and 1.4 there's been a lot of
important development. New code cleanups, optimization, new functions.
I realize that 1.4 at release time wasn't ready for release, but we've
spent one year polishing it,
working hard with bug fixes. The 1.4 that is in distribution now is
2006 Oct 11
4
Psst... Top secret information: Codename Pineapple
Friends in the Asterisk community,
I've been talking for years about the new version of the SIP channel.
I've been trying to get funding
and get going. Well, the funding part remains to be handled, but I
have other news - if you kan keep
it to yourself.
...I've began coding. Finally.
With a happy smile on my face I removed "pedantic=yes" the other day.
After years of
2004 May 30
6
*** Asterisk Sunday News: Gone Fishing...
Spring is back in the Stockholm area. After a few day's worth winter re-runs,
the sun is back and night-time temperature is at least 5 degrees celsius. Time to
move out all my annual flowers and prepare the garden for summer.
Sweden is famous for our annual five week holidays - by law. From june to late
august, it's almost impossible to make any business decision, since there's always
2006 May 31
0
Asterisk Bootcamp in Europe :: June 12-16 and the Asterisk SIP Masterclass in Chicago, July 2006
** Asterisk Bootcamp in Stockholm, Sweden
The next Asterisk Training is the Edvina.net Asterisk Bootcamp - the
class we have been giving for over a year under the brand name
"Astricon Training". The same teacher, the same material and a new name.
All students have a PC and will install a fully working Asterisk PBX.
During the week, we will build a business PBX configuration as