similar to: CVS head on FreeBSD 4.9 will not compile

Displaying 20 results from an estimated 10000 matches similar to: "CVS head on FreeBSD 4.9 will not compile"

2004 Apr 19
3
One, två, tre, quatre, cinq ... International numbers in say.c
http://bugs.digium.com/bug_view_page.php?bug_id=0001429 * Support for other language syntaxes in saynumber Accidentally I opened this can of worms to see if we can add support for other language syntaxes for saying numbers. Seems like Swedish, english and norwegian follow the same syntax. I've integrated existing patches for french, danish and soon portuguese syntax. The steps we're
2004 Apr 20
1
** WANTED: FreeBSD or OpenBSD programmer
The recent addition of recursive mutexes to Asterisk is causing a lot of problems on FreeBSD servers. I need help from someone that knows mutexes on FreeBSD to make it work, otherwise the FreeBSD port of 1.0 will be useless. See bug report http://bugs.digium.com/bug_view_page.php?bug_id=0001411 for more details. Thank you for your help! /Olle
2004 May 04
1
MGCP: Current CVS works for you?
Hi there, I have serious problems with MGCP and Swissvoice ip10s, and it appears that recent CVS also introduced trouble for other MGCP users. Please check and add comments in the bugtracker so that we can get a clearer picture - thanks! Also comment if things are working fine for you. http://bugs.digium.com/bug_view_page.php?bug_id=0001542
2004 May 28
0
FreeBSD admins * PLEASE HELP!
http://bugs.digium.com/bug_view_page.php?bug_id=0001411 We have a coder that are eagerly waiting for response and advice on how to *finally* solve the problem with recursive mutexes on FreeBSD. If you are running FreeBSD and know this kind of coding - log in to bugs and add your comment while he's on hook :-) Thank you for your assistance! /Olle
2004 May 14
1
Psssst. The US is asleep - let's talk internationalization !!!
http://bugs.digium.com/bug_view_page.php?bug_id=0001485 After spending a lot of time saying numbers and dates, the Asterisk I18N project now targets voicemail. The voicemail prompts are very much based on english language syntax, which works for some languages and doesn't work for a lot of languages. Fran Boon, aka Flavour, have done an excellent job in merging patches and building a
2004 Sep 05
3
ChanSpy by anthm and more...
Everyone we have a few new things to give back to the asterisk community. http://bugs.digium.com/bug_view_page.php?bug_id=0002379 http://bugs.digium.com/bug_view_page.php?bug_id=0002380 http://bugs.digium.com/bug_view_page.php?bug_id=0002381 These include app_chanspy, the ability to spy on ANY bridged call taking place inside asterisk. NOT just ZAP as with ZapScan/Barge. Native format_* files
2004 Aug 27
2
Someone please try MeetMe MOH with latest CVS and GS phone
I have today reported a bug with the latest channel.c (1.134) that affects music-on-hold for the first user in a MeetMe room when calling from a Grandstream BT102. The music is broken up about 5-10 times a second. It doesn't happen when calling from Firefly. It is also fine on both clients with 1.133 of channel.c. I am using the ALAW codec. Mark at Digium can't reproduce the problem,
2004 Jan 03
3
AW: AW: Snom 200 with two extns defined anyone?
Please forgive me if this is a silly question. I've been following this thread in the hope that I could put my * server and snom 200 into full-time service very soon. I need to find out how to have the lines configured so that it does not return a busy reply when only one call instances is engaged. Am I supposed to create multiple extensions on my asterisk dialplan to reflect the 5 call
2003 Oct 27
0
Fwd: Re: Asterisk on FreeBSD
--- "Olle E. Johansson" <oej@edvina.net> wrote: > From: "Olle E. Johansson" <oej@edvina.net> > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] Asterisk on FreeBSD > Date: Mon, 27 Oct 2003 08:24:22 +0100 > > Rich Adamson wrote: > > >>My Asterisk (fresh CVS) takes 98% of the system load on my FreeBSD > server.
2004 Nov 21
0
Asterisk Newsletter :: Back online!
Time to reboot and re-start Asterisk, well, hrrm, monthly, news. It's been a hectic fall with a lot to do, both before and after Astricon. At this time, we're preparing for two Astricon shows in 2005. And no, we haven't made a decision on where to run the European Astricon, not yet. I am preparing to travel to the USA again this coming week. Today, I'm spending my time finding
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
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 =>
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
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
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
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 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 Nov 27
0
allow=all in sip.conf [genernal] no longer evil (I think)
http://bugs.digium.com/bug_view_page.php?bug_id=0002945 Test it.. I couldn't sleep tonight... thought I would see if I could find and fix it... Also did this gem too for ya... http://bugs.digium.com/bug_view_page.php?bug_id=0002948 bkw
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