aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-07-15Fix breakage caused by bug #4669. Next time let's test the build ontwisted1-1/+1
2005-07-15first phase of proper fix for portable string function problems (bug #4669)kpfleming4-13/+35
2005-07-15restore count_messages for ODBC storage to proper behavior (bug #4711)kpfleming1-7/+1
2005-07-15clean up maxmsg parsing, and ensure default applies to Realtime voicemail userskpfleming1-21/+21
2005-07-15fix some indentationrussell1-83/+83
2005-07-14ensure we record the last seqno we transmitted (bug #4659)kpfleming1-0/+4
2005-07-14clarify commentrussell1-1/+2
2005-07-14add ability to have a file, ~/.asterisk.makeopts, that will be included inrussell1-74/+83
2005-07-13don't ignore hardcoded CLID from zapata.conf when usecallerid=nokpfleming1-3/+5
2005-07-13fix up lock breakage from bug #4245kpfleming3-210/+239
2005-07-13fix big endian compilation issuerussell1-18/+21
2005-07-13add create_addr_from_peer, to use an existing peer referencekpfleming1-68/+78
2005-07-13add QueueStatusComplete event (bug #4694 with minor mods)kpfleming1-2/+9
2005-07-13Update variable name to match docsmattf1-1/+1
2005-07-13fix typo in app description (bug #4697)russell1-7/+7
2005-07-12send final 3 RFC2833 packets with same seqno (bug #4659)kpfleming1-9/+32
2005-07-12add a dialplan function to get and set the music on hold classrussell2-0/+46
2005-07-12add support for multiple-digit extensions in queue exit contexts (bug #4690)kpfleming3-14/+98
2005-07-12support DTX and CNG in speex (bug #4608)kpfleming2-4/+21
2005-07-12add UTC tag to date string so users are aware of the time offsetkpfleming1-1/+1
2005-07-12revert patch from bug #4532 until CPU consumption problem can be resolvedkpfleming1-38/+18
2005-07-12fix logic error in searching for channel by name (bug #4684)kpfleming1-2/+6
2005-07-12convert ast_copy_string to use AST_INLINE_API macro (bug #4682)russell1-7/+3
2005-07-12get rid of compiler warning (bug #4682)russell1-1/+1
2005-07-12cast constants into the proper type (bug #4686)kpfleming1-2/+2
2005-07-12clean up and reorganize vm_intro_it (bug #4683, with formatting changes)kpfleming1-49/+31
2005-07-12don't declare variables inside a code block (bug #4681)kpfleming1-13/+10
2005-07-12Fix IAX2 encryption (really, bug #4500 for reference)markster2-17/+58
2005-07-12add privacy/screening functionality to app_dial (bug #752)kpfleming10-9/+702
2005-07-12add support for say_number in Hebrew (bug #4420)kpfleming1-0/+359
2005-07-12correct arguments being passed to external notify function (bug #4595)kpfleming1-4/+10
2005-07-12support a configurable number of mailboxes per folder (bug #4229)kpfleming2-38/+107
2005-07-12support military-style time announcing ('hundred' instead of 'o-clock') (bug ...kpfleming2-3/+10
2005-07-12pick up calling ANI information from libpri (bug #4571)kpfleming1-1/+36
2005-07-12allow explicit source address/port selection for peers (bug #4257, with minor...kpfleming3-0/+106
2005-07-12make 'webvmail' installation directories more configurable (bug #4649)kpfleming1-10/+23
2005-07-12add 'exit context' and 'only stop on match' options to Background app (bug #4...kpfleming3-7/+108
2005-07-12update the password in memory as well when using externpass (bug #4602)russell1-2/+3
2005-07-12fix voicemail path locking problems (bug #4245)kpfleming1-174/+288
2005-07-11simplify (and document!) macro for inlinable API functions (inspired by bug #...kpfleming4-38/+75
2005-07-11properly handle the return of the rowcount from ast_update_realtime (bug #4452)russell1-1/+5
2005-07-11fix threading portability problem with FreeBSD (bug #4532)kpfleming1-18/+38
2005-07-11remove complex malloc-avoidance (bug #4601)kpfleming2-159/+75
2005-07-11fix off by one errors in calls to ast_copy_string (bug #4600)russell2-2/+2
2005-07-11reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used b...kpfleming3-6/+6
2005-07-11don't hangup the channel when a RECEIVE TEXT command times out (bug #4607)kpfleming1-2/+1
2005-07-11Make PRI debug easier to read if you're not using NFASmattf1-13/+25
2005-07-11fix compiler warning about ast_copy_stringkpfleming1-1/+1
2005-07-10use AST_MAX_CONTEXTrussell1-1/+1
2005-07-10more thoughtskpfleming1-0/+10