aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-08-10use autotagged externalsv1.4.10.1russell0-0/+0
2007-08-10importing files for 1.4.10.1 releaserussell3-0/+10543
2007-08-10Creating tag for the release of asterisk-1.4.10.1russell4-10545/+17
2007-08-10The last set of changes that I made to "core show locks" made it not able torussell1-9/+17
2007-08-10use autotagged externalsrussell0-0/+0
2007-08-10importing files for 1.4.10.1 releaserussell3-0/+10536
2007-08-10Creating tag for the release of asterisk-1.4.10.1russell0-0/+0
2007-08-10Creating tag for the release of asterisk-1.4.10.1russell3-10536/+0
2007-08-10use autotagged externalsrussell0-0/+0
2007-08-10importing files for 1.4.10.1 releaserussell3-0/+10536
2007-08-10Creating tag for the release of asterisk-1.4.10.1russell0-0/+0
2007-08-10Don't bother having the core pass through or emulate begin DTMF frames when i...file1-1/+15
2007-08-10(closes issue #10422)file1-0/+4
2007-08-10fixed a bug with the useruser information element. We send them now also in t...crichter3-1/+28
2007-08-09Improved a bit of logic regarding comma-separated mailboxes in has_voicemail....mmichelson1-5/+11
2007-08-09This fixes bug 10416; thanks to mvanbaak for the pretty outputmurf1-0/+16
2007-08-09Removing some extra debug code I left in my last commitmmichelson1-7/+0
2007-08-09Quite a few changes regarding IMAP storage.mmichelson1-102/+160
2007-08-09I broke canreinvite...Now I'm fixing it. I put some new code in the wrong pla...mmichelson1-31/+36
2007-08-09add a comment to indicate that inboxcount for ODBC_STORAGE needs to be fixed ...russell1-0/+1
2007-08-09Fix subscriptions to multiple mailboxes for ODBC_STORAGE. Also, leave arussell1-10/+11
2007-08-09Fix a problem with the combination of the 'F' option to pass DTMF through arussell1-2/+8
2007-08-08Fix mogs email address.qwell1-1/+1
2007-08-08Fixed some compiler warnings so that compiling with dev-mode and IMAP storage...mmichelson1-2/+4
2007-08-08Changing a bit of logic so that someone will NEVER exit the queue on timeout ...mmichelson1-11/+8
2007-08-08(closes issue #10335)file1-1/+2
2007-08-07Fix the build of this module on 64-bit platformsrussell1-8/+12
2007-08-07The logic behind inboxcount's return value was reversed in has_voicemail and ...mmichelson1-4/+4
2007-08-07Don't free the environment handle when the connection fails, because other co...tilghman1-3/+0
2007-08-07Allow chan_sip to build in devmodeqwell1-1/+1
2007-08-07Reconnection doesn't happen automatically when a DB goes down (fixes issue #9...tilghman3-291/+163
2007-08-07Properly check the capabilities count to avoid a segfault.qwell1-2/+8
2007-08-07Merged revisions 78370 via svnmerge from russell1-9/+3
2007-08-06Add additional DTMF log messages to help when debugging issues.file1-6/+16
2007-08-06Fix an issue where dynamic threads can get free'd, but still exist in the russell1-7/+24
2007-08-06Fix the return value of AST_LIST_REMOVE(). This shouldn't be causing anyrussell1-1/+1
2007-08-06It is possible for a transfer to occur before the remote device has our tag i...file1-1/+1
2007-08-06Fix an issue with using UpdateConfig (manager action) where escaped semicolonsqwell1-3/+2
2007-08-06(closes issue #10355)file1-1/+1
2007-08-06(closes issue #10383)file2-5/+9
2007-08-06Fixed a mistake I made in realtime_peer which caused it to return NULL every ...mmichelson1-1/+2
2007-08-05Portability fix for devmode compiling (closes bug #10382)tilghman1-1/+2
2007-08-05Fix compilation failure when MALLOC_DEBUG is enabled, but DEBUG_THREADS is notrussell1-0/+2
2007-08-05If peer is not found, the error message is misleading (should be peer not fou...tilghman1-3/+5
2007-08-03Changed the behavior of sip's realtime_peer function to match the correspondi...mmichelson3-31/+109
2007-08-03(closes issue #10194)russell1-0/+7
2007-08-03Add some improvements to lock debugging. These changes take effectrussell3-16/+316
2007-08-03Only pass through HOLD and UNHOLD control frames when the mohinterpret optionrussell1-10/+11
2007-08-03Don't reuse the timespec that was set to 0 in the previous timedwait as itrussell1-5/+2
2007-08-02Make sure we actually allow 6 chars to be sent.qwell2-3/+5