Commit Graph

13484 Commits (eb2a6723282b5baf22850e6618a8854af9a3f8a3)
 

Author SHA1 Message Date
Joshua Colp eb2a672328 Fix a bug where the flag indicating the presence of rport would get overwritten by the nat setting.
17 years ago
Sean Bright ad4de8c79c Use bash explicitly when calling build_tools/mkpkgconfig from the Makefile.
17 years ago
Olle Johansson 59a69ff380 Typo fix
17 years ago
Tilghman Lesher 292448fd86 Use a different determinator on whether to print the delimiter, since leading fields may be blank.
17 years ago
Jeff Peeler 829907e467 Fix broken attended transfers
17 years ago
Sean Bright a2fd7f4e47 Fix handling of the 'state_interface' option of the 'queue add member' CLI
17 years ago
Russell Bryant 245950ad00 Resolve a file handle leak.
17 years ago
Joshua Colp aca2aadbfa Remove some bash specific stuff from safe_asterisk.
17 years ago
Joshua Colp e79b7e3c8d Fix a bug where using immediate with mISDN caused a cause code of 16 to get sent back instead of 1 if the 's' extension did not exist.
17 years ago
David Vossel 620bae6924 Sign problem calculating timestamp for iax frame leads to no audio on the receiving peer.
17 years ago
Matthew Nicholson df4812c96e This commit prevents cdr records with AST_CDR_FLAG_ANSLOCKED and AST_CDR_FLAG_LOCKED from being updated in certain cases.
17 years ago
Joshua Colp 91843c8c58 Fix some code that wrongly assumed a pointer would always be non-NULL when dealing with CDRs after a bridge.
17 years ago
Joshua Colp 65494bfdf7 Fix a bug where the MeetMe option 'D' did not actually prompt for the pin.
17 years ago
Tilghman Lesher 6de96b9120 Ensure thread keys are initialized before attempting to access them.
17 years ago
Joshua Colp 64c1093e14 Fix a bug where direct RTP setup would partially occur even when disabled if the calling channel was answered.
17 years ago
Tilghman Lesher efb22ba096 Add a similar dependency on SMDI for voicemail as already exists for ADSI.
17 years ago
Joshua Colp ee5ca5fb33 Fix a typo which caused loss of audio when using G729 in some scenarios with a smoother present.
17 years ago
Joshua Colp ac71a26c0f Fix a bug where the codecs of the called party leg were not properly sent back to the caller call leg when reinvited.
17 years ago
Russell Bryant 85483848d0 Don't try to unlock a bogus channel.
17 years ago
David Vossel ca3481edb9 IAX2 REGAUTH loop
17 years ago
Russell Bryant 5b9004d067 Fix some spelling fail.
17 years ago
David Vossel 1e410cdfc5 Update to previous IAX2 "Ghost" Channels patch.
17 years ago
David Vossel 616674ae68 IAX2 "Ghost" Channels
17 years ago
Kevin P. Fleming 9a14ec91a7 Update URL to Reviewboard
17 years ago
Mark Michelson 7aa29c797a Fix a race condition where a reinvite could trigger a 482 response.
17 years ago
Mark Michelson 7189d75805 Remove an extraneous unlocking operation from ast_channel_free.
17 years ago
Doug Bailey 0e29c52c46 Pull in a piece of murf's 88166 patch that makes it safe to call
17 years ago
Joshua Colp 0a55b56dc8 Fix RFC2833 issues with DTMF getting duplicated and with duration wrapping over.
17 years ago
Tilghman Lesher c23d9c8960 Fix logic for how to proceed with a single digit extension.
17 years ago
Matthew Nicholson bec8573c37 This change modifies app_queue to properly generate CDR records in failure
17 years ago
Tilghman Lesher f6ba2472bd Avoid initializing routines if the authentication fails. Fixes a crash (RR) issue.
17 years ago
Mark Michelson 63c0dca7bd Set the invitestate to INV_CANCELLED only if we are actually sending a SIP CANCEL.
17 years ago
Tilghman Lesher 8425d87bdf Move 300 bytes around on the stack, to make more room for an extension buffer.
17 years ago
Richard Mudgett 4d64b0c937 Sent wrong message to clear a call we started if the other end has not responed yet.
17 years ago
Leif Madsen b0c91953cf Document CHANNEL(transfercapability) in CLI documentation.
17 years ago
Matthew Nicholson 4c8e4a2969 Set the proper disposition on originated calls.
17 years ago
David Vossel 3d0faa34ca "misdn show config" segfaults asterisk, if no MSN lists
17 years ago
Kevin P. Fleming 58b5a85e80 Make absolute paths for logger channels work properly
17 years ago
Tilghman Lesher 6a5cbae87f Fix Background within a Macro for FreePBX.
17 years ago
Richard Mudgett 0971bac5bc Give a more helpful message when an incoming call's dialed extension does not match.
17 years ago
Tilghman Lesher c57efbe571 Eliminate repetition of fullcontact during reconstruction.
17 years ago
Jeff Peeler 84f708474a Make ParkedCall application stop execution of the dialplan after hang up
17 years ago
Joshua Colp 202bc9464e Update some old logic to stop both begin and end DTMF frames from reaching the core if rfc2833 is not enabled.
17 years ago
Sean Bright c489a2f6a3 Fix Javascript error when using astman.js in Internet Explorer.
17 years ago
Joshua Colp 385e28f532 Fix an incorrect assumption that certain values on the channel will always exist when they may not.
17 years ago
Joshua Colp 6b15b32783 Fix a bug where the followme application would continue trying numbers after the caller hung up.
17 years ago
David Vossel dcb712422a global mohinterpret setting is ignored
17 years ago
Mark Michelson b67282e2fd Fix a bug which resulted from the Hebrew voicemail commit.
17 years ago
Mark Michelson 972d9bf53c Kevin has informed me that thi sort of thing is not necessary.
17 years ago
Mark Michelson 85a8916552 Move static buffers to outside for loops in app_chanspy.
17 years ago