aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-03-14Update the SuSE init script to start networking before asterisk, as well.russell1-1/+1
2008-03-14Fix a race condition in the SIP packet scheduler which could cause a crash.mmichelson1-6/+27
2008-03-14Fix a potential segfault if chan (or chan->music_state) is NULL.qwell1-13/+16
2008-03-13Fix another issue that was causing crashes in chanspy. This introduces a newrussell3-1/+32
2008-03-13Make a tweak that gets the LEDs on polycom phones to blink when an extension ...russell1-1/+1
2008-03-13Fix a couple uses of sprintf. The second one could actually cause an overflowrussell1-2/+2
2008-03-12Change AST_SCHED_DEL use to ast_sched_del for autocongestion in chan_sip.mmichelson1-3/+3
2008-03-12Added a large comment before the AST_SCHED_DEL macro to explain its purpose a...mmichelson1-2/+20
2008-03-12(closes issue #12187, reported by atis, fixed by me after some brainstormingrussell2-9/+16
2008-03-12if we receive an INVITE with a Content-Length that is not a valid number, or ...kpfleming1-0/+15
2008-03-12Add a trigger mode that triggers on both read and write. The actual function ...file3-15/+42
2008-03-12Destroy the channel lock after the channel datastores.russell1-1/+2
2008-03-12Document all of the possible realtime fieldstilghman2-4/+83
2008-03-11Update documentation for pgsql ODBC voicemail.qwell1-24/+50
2008-03-11Copy voicemail dependency logic for res_adsi to chan_gtalk (for jabber).qwell1-0/+7
2008-03-11get chan_vpb to build properly in dev modekpfleming2-3/+1
2008-03-11Add a newline on a logqwell1-1/+1
2008-03-11Make sure the visible indication is on the right channel so when the masquera...file1-0/+1
2008-03-11Add an additional check for setting conference parameter when using the marke...file1-1/+1
2008-03-11Fix a minor spelling error.file1-1/+1
2008-03-11backport a fix from trunkkpfleming1-6/+2
2008-03-11fix various other problems found by gcc 4.3kpfleming3-11/+7
2008-03-11stop checking for mktime() in the configure script... we don't use it, and th...kpfleming4-524/+151
2008-03-11check for compiler support for -fno-strict-overflow before using it (tested w...kpfleming4-4/+30
2008-03-11fix small bug in IMAP toolkit testingkpfleming2-3/+3
2008-03-11fix up various compiler warnings found with gcc-4.3:kpfleming5-6/+12
2008-03-11If we fail to alloc a channel, we should re-lock the pvt structure before ret...twilson1-0/+1
2008-03-10Use non-global storage for eswitchtilghman1-11/+12
2008-03-10Make sure to reenable echo can after a "failed" (canceled, etc) three-way call.qwell1-0/+1
2008-03-10Fix another bug specifically related to asynchronous call origination. Once therussell1-1/+1
2008-03-10Fix some bugs related to originating calls. If the code failed to start a PBXrussell1-1/+8
2008-03-10Resolve a compiler warning.russell1-1/+1
2008-03-10Fix a race condition where the generator can go awayrussell1-1/+5
2008-03-10Move where unanswered CDRs are dropped to the CDR core, not everything uses a...file3-25/+6
2008-03-08don't generate D-Channel "up" and "down" messages unless the channel state is...kpfleming1-7/+13
2008-03-07Only start the SLA thread if SLA has actually been configured.russell1-1/+2
2008-03-07Fix hardcoded grep in editline, were GNU grep is required.qwell1-1/+1
2008-03-07Ignore source update control frame.file1-0/+1
2008-03-07Change a warning message to a debug message. This is happening quite frequen...russell1-1/+1
2008-03-07Warn the user when a temporary greeting existstilghman1-1/+5
2008-03-07Properly initialize rtp->schedidtilghman1-0/+1
2008-03-07Safely use the strncat() function.tilghman10-27/+23
2008-03-06Quell an annoying message that is likely to print every single time that mmichelson1-3/+1
2008-03-06Upgrade to the next release of soundstilghman1-1/+1
2008-03-05Fix a potential deadlock and a few different potential crashes.russell1-11/+28
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file15-65/+117
2008-03-05document var_metric so no bugreports will come in when it's actually a config...mvanbaak1-0/+14
2008-03-05when a PRI call must be moved to a different B channel at the request of the ...kpfleming1-16/+23
2008-03-05Correctly initialize retransid in SIP, and ensure that the warning when faili...tilghman2-1/+2
2008-03-05Fix a bug that I just noticed in the RTP code. The calculation for setting therussell3-12/+15