aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-05-27Use a different determinator on whether to print the delimiter, since leading...tilghman1-5/+6
2009-05-27Fix broken attended transfersjpeeler2-5/+7
2009-05-27Fix handling of the 'state_interface' option of the 'queue add member' CLIseanbright1-1/+3
2009-05-26Resolve a file handle leak.russell1-0/+4
2009-05-26Remove some bash specific stuff from safe_asterisk.file1-4/+4
2009-05-22Fix a bug where using immediate with mISDN caused a cause code of 16 to get s...file1-2/+3
2009-05-21Sign problem calculating timestamp for iax frame leads to no audio on the rec...dvossel1-0/+3
2009-05-21This commit prevents cdr records with AST_CDR_FLAG_ANSLOCKED and AST_CDR_FLAG...mnicholson3-6/+52
2009-05-20Fix some code that wrongly assumed a pointer would always be non-NULL when de...file1-5/+11
2009-05-20Fix a bug where the MeetMe option 'D' did not actually prompt for the pin.file1-1/+1
2009-05-19Ensure thread keys are initialized before attempting to access them.tilghman1-0/+3
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