aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-09-18revert this since, since some unnamed platforms are silly about it :-)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43213 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18merge qwell's CLI verbification workkpfleming53-1222/+4269
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43212 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18handle config.guess name for FreeBSD properlykpfleming2-121/+138
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43208 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18it appears that current Mac OS/X does not need the poll compatibility module ↵kpfleming1-5/+1
at all, and platforms that do need it also need -DPOLLCOMPAT (or they wouldn't have compiled at all) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43207 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18escape some quotesqwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43205 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18Reference will be kept in the application component only right now. In the ↵file1-3/+0
future this should be expanded to the channel driver (just like all the other channel drivers) (issue #7975 reported by andrewt) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43199 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18seperate jingle and gtalk so it will be easier to trackmogorman4-9/+1860
changes in both of the moving specs. Currently chan_gtalk is compatible with the latest gtalk/libjingle version, and chan_jingle needs a lot of work. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43185 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18minor performance improvement for platforms where -fPIC and -fpic are ↵kpfleming1-1/+1
actually different (has no effect on x86/x86-64) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43166 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18Clarified the meaning of the callwaiting variable in the zapata.conf file.murf1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43165 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18Blocked revisions 43163 via svnmergefile0-0/+0
........ r43163 | file | 2006-09-18 11:30:26 -0400 (Mon, 18 Sep 2006) | 2 lines Add deprecation notice about app_math (issue #7957 reported by k-egg) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43164 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18Use a better check to ensure database connection is up (pointer to ↵file1-1/+1
connection must exist, and connection must report status being ok) (issue #7955 reported by sorg) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43162 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18Merged revisions 43159 via svnmerge from file1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r43159 | file | 2006-09-18 11:05:39 -0400 (Mon, 18 Sep 2006) | 2 lines Add number unobtainable tone for New Zealand (issue #7969 reported by nic_bellamy) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43161 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18Remove the suggestion of realtime hints, since that functionality will not ↵tilghman1-10/+0
be available until post-1.4 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43147 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18Improve documentation of users.conf items.markster1-1/+24
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43135 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-17remove a bit of redundant codeqwell1-31/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43123 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-17Skinny hold support.qwell2-6/+119
Original patch by wedhorn, with modifications by me. Issue #7588 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43111 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-17Get rid of all the useless (and confusing) typedefsqwell1-210/+210
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43099 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-17Merged revisions 43072 via svnmerge from tilghman1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r43072 | tilghman | 2006-09-17 08:54:34 -0500 (Sun, 17 Sep 2006) | 3 lines Directory used the wrong context for delivery of 0- and *- keypresses (according to Directory's own documentation) - Issue 7965 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43075 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-16merge markster's usersconf branch with some slight changeskpfleming15-281/+769
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43052 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-16Fix the dtmf dialtone thingmarkster1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43039 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-16Merged revisions 43019 via svnmerge from tilghman1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r43019 | tilghman | 2006-09-16 02:57:04 -0500 (Sat, 16 Sep 2006) | 2 lines When a realtime peer expires, reset the ipaddress in the realtime database back to 0 (Issue 6656) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43024 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-16Merged revisions 43003 via svnmerge from tilghman1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r43003 | tilghman | 2006-09-15 23:44:02 -0500 (Fri, 15 Sep 2006) | 2 lines When the marked user enters the conference, we should no longer timeout ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43008 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cqwell11-300/+312
Every OS uses strcompat now - this was done on purpose. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42982 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-15reveting modifaction to __ast_module_user_removeanthonyl1-20/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42965 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-14Merged revisions 42946 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r42946 | tilghman | 2006-09-14 17:16:31 -0500 (Thu, 14 Sep 2006) | 2 lines Error message references wrong argument (Issue 7951) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42947 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-14Revise documentation to state that mpg123 for music on hold is deprecated.tilghman1-13/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42929 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-13Tweak changes that went in on revision 42891file1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42910 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-13Blocked revisions 42892 via svnmergetilghman0-0/+0
........ r42892 | tilghman | 2006-09-13 14:51:24 -0500 (Wed, 13 Sep 2006) | 2 lines Backport bugfix patch from 7918 to 1.2 - msg_cfg destroyed before used ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42893 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-13small fix for 7944anthonyl1-0/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42891 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-12use strcpy instead of sprintfrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42858 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-12i dont know how msg_cfg got moved around but its all good againmogorman1-5/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42842 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-12Issue #7924 - cmaj - Turn off silence suppression if no channel owneroej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42827 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-12Issue #7928 - Don't send both 404 and 503. Fix by phsultan with a small fix ↵oej1-1/+1
by me, myself or I. Thanks, Philippe! (This was caused by my changes to the transaction handling) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42826 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-12If we've found a T38 SDP line, stop looking for more on the very same lineoej1-23/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42802 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11Merged revisions 42783 via svnmerge from tilghman2-10/+30
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r42783 | tilghman | 2006-09-11 16:47:23 -0500 (Mon, 11 Sep 2006) | 4 lines When paging, only wait 5 seconds for the marked user to enter the conference. After that, assume the paging already completed by the time the channel entered the conference and drop back out. (Issue 7275) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42788 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11More formatting fixes and doxygen stuffoej1-27/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42770 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11Add commentoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42769 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11- Use enum for send-request reliability flagsoej1-13/+13
- Make re-invites CRITICAL git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42768 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11More formattingoej1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42767 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11More formatting/doxygen updates to keep me occupiedoej1-21/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42766 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11Ignore this. Only whitespace fixes while being bored.oej1-19/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42753 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11Change from "r" as a variable name to "dialog". "r" is commonly used for ↵oej1-69/+68
registrations, not dialogs, in other places of the code... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42752 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11Use Timer T1 for dialog timeouts/destruction oej1-46/+50
(If you have qualify=yes, we will use the actual roundtrip time) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42751 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11More spelling fixes (issue 7930)tilghman21-42/+44
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42735 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11Merged revisions 42716 via svnmerge from tilghman20-59/+59
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r42716 | tilghman | 2006-09-11 11:39:06 -0500 (Mon, 11 Sep 2006) | 2 lines Spelling/grammar fixes (Issue 7929) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42717 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11small fix for issue 007926anthonyl1-5/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42715 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11Merged revisions 42697 via svnmerge from tilghman1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r42697 | tilghman | 2006-09-11 09:40:13 -0500 (Mon, 11 Sep 2006) | 2 lines Two grammar issues (bug 7927) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42698 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11fix minor typo in coding guidelinesrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42684 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11Board numbers and channel numbers are now 0 based, since vpb drivervoicetronix1-6/+6
version 3.0 (released December 2005) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42671 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-10Uhm, make Zap actually work again. Did anybody actually test that code?markster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42654 f38db490-d61c-443f-a65b-d21fe96a405b