aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-05-05clarify wordingkpfleming1-2/+2
2008-05-05Merged revisions 115285 via svnmerge from tilghman7-0/+57
2008-05-04Merged revisions 115282 via svnmerge from file2-8/+8
2008-05-04Merged revisions 115279 via svnmerge from file1-6/+6
2008-05-04Merged revisions 115276 via svnmerge from file2-2/+34
2008-05-03app_voicemail uses a taskprocessor for mwi notification subscriptionsdhubbard1-36/+74
2008-05-03pbx uses a taskprocessor for device state changesdhubbard1-68/+18
2008-05-03app_queue uses a taskprocessor for device state changesdhubbard1-89/+27
2008-05-03A taskprocessor is an object that has a name, a task queue, and an event proc...dhubbard5-1/+587
2008-05-02Blocked revisions 115257 via svnmergebbryant0-0/+0
2008-05-02Make res/snmp/agent.c buildmmichelson1-2/+2
2008-05-02Merged revisions 115196 via svnmerge from mmichelson1-11/+5
2008-05-02Okay, maybe FreeBSD will like this better.tilghman5-7/+69
2008-05-02Add attributes to various API calls, to help track down bugs (and remove a de...tilghman8-88/+128
2008-05-01Merged revisions 115102 via svnmerge from tilghman1-1/+1
2008-05-01Add two new console commands "pri show version" and "ss7 show version" that w...bbryant4-5/+42
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman19-126/+145
2008-05-01Merge changes from team/russell/smdi-msg-searchingrussell3-18/+88
2008-05-01Merged revisions 115017 via svnmerge from tilghman1-1/+1
2008-05-01Add "read" capability to new libspeex functions in func_speex.c.bbryant1-1/+40
2008-05-01Clarify the deprecation notice about Macro() to note that it will not be removedrussell1-1/+6
2008-05-01Add two new dialplan functions from libspeex for applying audio gain control bbryant4-0/+361
2008-05-01Allow dringXrange to properly default to 10, as was done in 1.4.qwell1-10/+9
2008-04-30Add support for specifying the registration expiry on a per registration basi...file3-5/+10
2008-04-30Adding new configuration options to app_queue. This adds two new valuesmmichelson3-21/+92
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,tilghman10-64/+142
2008-04-30Merged revisions 114890 via svnmerge from oej1-4/+8
2008-04-30Merged revisions 114891 via svnmerge from russell2-66/+191
2008-04-30Fixes a bug where if a stream monitor thread was not created (caused from fai...jpeeler1-1/+1
2008-04-30Merged revisions 114880 via svnmerge from kpfleming2-18/+32
2008-04-30Merged revisions 114875 via svnmerge from kpfleming1-1/+1
2008-04-30Document the Incomplete application addition.tilghman1-0/+7
2008-04-29Fixes a problem where all the templates were marked as dead no matter what. T...jpeeler1-6/+8
2008-04-29Patching app_chanspy to jibe better with what is documented. This allows for mmichelson1-9/+28
2008-04-29Fix formattingqwell1-1/+1
2008-04-29Merged revisions 114848 via svnmerge from mmichelson1-4/+9
2008-04-29fix this logic to actually be correct... the fd can't be *both* -1 and an arr...kpfleming1-1/+1
2008-04-29Make app_directory dependent on app_voicemail. This is because the functionmmichelson2-0/+5
2008-04-29Since there is now a globally available function for saying someone's name, a...mmichelson2-171/+2
2008-04-29Fix a crash happening in app_directory. This crash would occur if a users.con...mmichelson1-4/+2
2008-04-29Merged revisions 114829 via svnmerge from qwell1-2/+1
2008-04-29Merged revisions 114823 via svnmerge from kpfleming1-0/+11
2008-04-28Adding a new option 'n' to app_chanspy. This option allows for the name of th...mmichelson5-68/+163
2008-04-28Fix deadlock issue in chan_zap with libss7 due to channel variables being set...mattf1-1/+11
2008-04-28Add incomplete matching to PBX code and app_dialtilghman3-12/+68
2008-04-28Update autoconf logic with latest API change for libss7.file2-7/+11
2008-04-28Merged revisions 114708 via svnmerge from tilghman2-4/+14
2008-04-28Fix breakage caused by #12028. (Closes issue #12535)tilghman1-1/+1
2008-04-27s/chan_zap/chan_skinny/russell1-1/+1
2008-04-27Make MWI in chan_skinny event based modeled after chan_zap and chan_mgcp.mvanbaak1-6/+47