aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-05-19Fix a bug where direct RTP setup would partially occur even when disabled if ...file1-1/+1
2009-05-18Add a similar dependency on SMDI for voicemail as already exists for ADSI.tilghman2-0/+17
2009-05-18Fix a typo which caused loss of audio when using G729 in some scenarios with ...file1-1/+1
2009-05-18Fix a bug where the codecs of the called party leg were not properly sent bac...file2-5/+3
2009-05-18Don't try to unlock a bogus channel.russell1-0/+1
2009-05-15IAX2 REGAUTH loopdvossel1-22/+37
2009-05-15Fix some spelling fail.russell1-1/+1
2009-05-15Update to previous IAX2 "Ghost" Channels patch.dvossel2-15/+18
2009-05-14IAX2 "Ghost" Channelsdvossel3-21/+110
2009-05-14Update URL to Reviewboardkpfleming0-0/+0
2009-05-14Fix a race condition where a reinvite could trigger a 482 response.mmichelson1-4/+16
2009-05-13Remove an extraneous unlocking operation from ast_channel_free.mmichelson1-1/+0
2009-05-13Pull in a piece of murf's 88166 patch that makes it safe to call dbailey1-7/+8
2009-05-13Fix RFC2833 issues with DTMF getting duplicated and with duration wrapping over.file1-23/+58
2009-05-13Fix logic for how to proceed with a single digit extension.tilghman1-1/+1
2009-05-12This change modifies app_queue to properly generate CDR records in failuremnicholson1-0/+39
2009-05-12Avoid initializing routines if the authentication fails. Fixes a crash (RR) ...tilghman1-4/+7
2009-05-12Set the invitestate to INV_CANCELLED only if we are actually sending a SIP CA...mmichelson1-1/+1
2009-05-11Move 300 bytes around on the stack, to make more room for an extension buffer.tilghman1-3/+6
2009-05-11Sent wrong message to clear a call we started if the other end has not respon...rmudgett1-2/+2
2009-05-11Document CHANNEL(transfercapability) in CLI documentation.lmadsen1-0/+2
2009-05-08Set the proper disposition on originated calls.mnicholson1-0/+11
2009-05-08"misdn show config" segfaults asterisk, if no MSN lists dvossel1-1/+3
2009-05-08Make absolute paths for logger channels work properlykpfleming2-11/+9
2009-05-07Fix Background within a Macro for FreePBX.tilghman1-2/+17
2009-05-07Give a more helpful message when an incoming call's dialed extension does not...rmudgett1-8/+14
2009-05-07Eliminate repetition of fullcontact during reconstruction.tilghman1-0/+10
2009-05-06Make ParkedCall application stop execution of the dialplan after hang upjpeeler1-2/+2
2009-05-06Update some old logic to stop both begin and end DTMF frames from reaching th...file1-2/+4
2009-05-05Fix Javascript error when using astman.js in Internet Explorer.seanbright1-2/+2
2009-05-05Fix an incorrect assumption that certain values on the channel will always ex...file1-4/+4
2009-05-05Fix a bug where the followme application would continue trying numbers after ...file1-4/+4
2009-05-04global mohinterpret setting is ignoreddvossel1-0/+5
2009-05-02Fix a bug which resulted from the Hebrew voicemail commit.mmichelson1-37/+47
2009-05-02Kevin has informed me that thi sort of thing is not necessary.mmichelson1-2/+2
2009-05-02Move static buffers to outside for loops in app_chanspy.mmichelson1-2/+2
2009-05-01SIP Response 410 maps to cause code 22 (or 23), not 1.tilghman1-1/+1
2009-05-01Fix DTMF not being sent to other side after a partial feature matchjpeeler1-1/+20
2009-05-01Move the defintion of the a couple arrays out of loops.seanbright1-2/+2
2009-04-29Allow H.323 to compile with FDLEAK checking enabled.tilghman2-1/+7
2009-04-29Patch to fix tab-completion crash on "remove extension"dbrooks1-90/+5
2009-04-29Fix a crash in app_queue with very long member lists.seanbright1-4/+4
2009-04-27Fix 'inconsistent line endings' when autoconf 2.63 is usedkpfleming2-7192/+7654
2009-04-27Fix a typo from 190661.russell1-2/+2
2009-04-27Resolve a crash in res_smdi when used with chan_dahdi.russell1-2/+26
2009-04-23Remove a bogus ast_channel_unlock().russell1-1/+0
2009-04-23Fix a bug in chan_local glare hangup detection.file1-3/+0
2009-04-23unistd.h is required for usleep() on Darwin. It will not hurt to include it a...oej1-1/+1
2009-04-22Detect availability of pthread_rwlock_timedwrlock() before using it.tilghman4-7/+171
2009-04-22Make chan_h323 respect packetization settingsjpeeler3-19/+29