Commit Graph

5611 Commits (7564500552b7719cdd2a3110daaa7e569f6f221e)
 

Author SHA1 Message Date
Kevin P. Fleming f50c27c355 don't ignore hardcoded CLID from zapata.conf when usecallerid=no
20 years ago
Kevin P. Fleming 9a7a5d5623 fix up lock breakage from bug #4245
20 years ago
Russell Bryant f62a613d24 fix big endian compilation issue
20 years ago
Kevin P. Fleming aaa057778c add create_addr_from_peer, to use an existing peer reference
20 years ago
Kevin P. Fleming 1432749293 add QueueStatusComplete event (bug #4694 with minor mods)
20 years ago
Matthew Fredrickson 91f84f9098 Update variable name to match docs
20 years ago
Russell Bryant 709689f76e fix typo in app description (bug #4697)
20 years ago
Kevin P. Fleming 5b11473088 send final 3 RFC2833 packets with same seqno (bug #4659)
20 years ago
Russell Bryant 38717a75c6 add a dialplan function to get and set the music on hold class
20 years ago
Kevin P. Fleming 79760d4802 add support for multiple-digit extensions in queue exit contexts (bug #4690)
20 years ago
Kevin P. Fleming 85eb4c9afb support DTX and CNG in speex (bug #4608)
20 years ago
Kevin P. Fleming 676116f2e2 add UTC tag to date string so users are aware of the time offset
20 years ago
Kevin P. Fleming 37184c4244 revert patch from bug #4532 until CPU consumption problem can be resolved
20 years ago
Kevin P. Fleming 4bcf6f7806 fix logic error in searching for channel by name (bug #4684)
20 years ago
Russell Bryant b62623fdaa convert ast_copy_string to use AST_INLINE_API macro (bug #4682)
20 years ago
Russell Bryant 4f64fe03f0 get rid of compiler warning (bug #4682)
20 years ago
Kevin P. Fleming 24f9f8586b cast constants into the proper type (bug #4686)
20 years ago
Kevin P. Fleming 7276c684c4 clean up and reorganize vm_intro_it (bug #4683, with formatting changes)
20 years ago
Kevin P. Fleming c59c42e166 don't declare variables inside a code block (bug #4681)
20 years ago
Mark Spencer 3916b7e41b Fix IAX2 encryption (really, bug #4500 for reference)
20 years ago
Kevin P. Fleming 0313d0b9c5 add privacy/screening functionality to app_dial (bug #752)
20 years ago
Kevin P. Fleming 9985055fd7 add support for say_number in Hebrew (bug #4420)
20 years ago
Kevin P. Fleming 2c79cc2fc6 correct arguments being passed to external notify function (bug #4595)
20 years ago
Kevin P. Fleming 99c29d7053 support a configurable number of mailboxes per folder (bug #4229)
20 years ago
Kevin P. Fleming 1ea58b4517 support military-style time announcing ('hundred' instead of 'o-clock') (bug #4605)
20 years ago
Kevin P. Fleming a803ef7af0 pick up calling ANI information from libpri (bug #4571)
20 years ago
Kevin P. Fleming d7e09f233f allow explicit source address/port selection for peers (bug #4257, with minor mods)
20 years ago
Kevin P. Fleming b06daf5859 make 'webvmail' installation directories more configurable (bug #4649)
20 years ago
Kevin P. Fleming 97671a2b05 add 'exit context' and 'only stop on match' options to Background app (bug #4511)
20 years ago
Russell Bryant e2d42d2551 update the password in memory as well when using externpass (bug #4602)
20 years ago
Kevin P. Fleming 16c5ee5d56 fix voicemail path locking problems (bug #4245)
20 years ago
Kevin P. Fleming 58d1d59cab simplify (and document!) macro for inlinable API functions (inspired by bug #4603, with slightly different implementation)
20 years ago
Russell Bryant 3cfa36143e properly handle the return of the rowcount from ast_update_realtime (bug #4452)
20 years ago
Kevin P. Fleming 771f699cdd fix threading portability problem with FreeBSD (bug #4532)
20 years ago
Kevin P. Fleming be9d72b11d remove complex malloc-avoidance (bug #4601)
20 years ago
Russell Bryant e24821e1cf fix off by one errors in calls to ast_copy_string (bug #4600)
20 years ago
Kevin P. Fleming eb397f08df reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used between the arguments
20 years ago
Kevin P. Fleming 8079f53c01 don't hangup the channel when a RECEIVE TEXT command times out (bug #4607)
20 years ago
Matthew Fredrickson e67bc60c40 Make PRI debug easier to read if you're not using NFAS
20 years ago
Kevin P. Fleming 9f210028d1 fix compiler warning about ast_copy_string
20 years ago
Russell Bryant 5df2640539 use AST_MAX_CONTEXT
20 years ago
Kevin P. Fleming 5bf8872b42 more thoughts
20 years ago
Kevin P. Fleming 312122c113 minor fixes, and more topics covered
20 years ago
Russell Bryant 4c531ca8c0 define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSION
20 years ago
Russell Bryant c18fd5cd8c more ast_copy_string conversions
20 years ago
Russell Bryant 206f712599 more ast_copy_string conversions
20 years ago
Russell Bryant edbc500b77 more ast_copy_string conversions
20 years ago
Mark Spencer 80f67ad1fa Pass along proceeding and progress even when overlap mode is not on
20 years ago
Mark Spencer 45895f6fa7 You must have version.h before building dependencies!
20 years ago
Kevin P. Fleming 87231c34a1 simplify locking (use a single lock, no deadlock possible)
20 years ago