Commit Graph

12227 Commits (0433ee65ae7a59add7f9f387d97a53eae78e81e9)
 

Author SHA1 Message Date
Joshua Colp 0433ee65ae Ensure that emulated DTMFs do not get interrupted by another begin frame.
18 years ago
Jason Parker add30e2666 Fix previous commit so that we actually disable echocanbridged if echocancel is off.
18 years ago
Jason Parker 4ce44f1c28 Correct a message when echocancelwhenbridged is on, but echocancel is not.
18 years ago
Mark Michelson 1726d5ef4e There was an invalid assumption when calculating the duration of a file that the filestream in question
18 years ago
Tilghman Lesher 4306df31b1 When a SIP channel is being auto-destroyed, it's possible for it to still be
18 years ago
Mark Michelson a300034b08 Fix a linked list corruption that under the right circumstances
18 years ago
Joshua Colp ba72af8c11 Backport fix from issue #9325.
18 years ago
Joshua Colp c8d5a65d35 Don't care if the extension given doesn't exist for subscription based MWI.
18 years ago
Russell Bryant 6bf909cd2e Fix a crash in chan_iax2 due to a race condition
18 years ago
Russell Bryant 468e53a6de In the case that you try to directly reload a module has returned
18 years ago
Russell Bryant 97bf3c5ace Don't attempt to execute the reload callback for a module that returned
18 years ago
Mark Michelson 5de5636aa9 Final round of changes for configure script logic for IMAP
18 years ago
Mark Michelson dbc1aa9de2 Fix a bit of wrong logic in the configure script that caused problems when trying to configure
18 years ago
Mark Michelson 2ee7626928 I apparently misunderstood one of the requirements of this configure change.
18 years ago
Mark Michelson 2bd91c05b5 Make a small clarification in the documentation
18 years ago
Mark Michelson 35803472e2 Update documentation regarding configuration of IMAP
18 years ago
Mark Michelson 638ef8c5d2 Change to the configure logic regarding IMAP. Prior to this commit, if you wished to configure
18 years ago
Mark Michelson 0d470a0525 Fix build for non-IMAP builds
18 years ago
Mark Michelson e70abb4a9e Fix the new message count if delete=yes when using IMAP storage.
18 years ago
Jason Parker f29e9e72ba swap location for this..
18 years ago
Jason Parker 01b6eae2e5 Document the 'l' option to the CDR() function.
18 years ago
Tilghman Lesher e049bdfcfa We aren't talking to ourselves; we're talking to someone else.
18 years ago
Tilghman Lesher 3e014ecd0b Refuse to load app_voicemail if res_adsi is not loaded (which is a symbol dependency)
18 years ago
Jason Parker 335e583040 revert accidental change from last commit. oops
18 years ago
Jason Parker 3bc94a27ca Remove condition that was impossible.
18 years ago
Joshua Colp f3f663d6fd Even if no CallerID name or number has been provided by the remote party still use the configured sip.conf ones.
18 years ago
Joshua Colp 0b110bb5e8 If entering a conference with the 'w' option ensure that we can't listen or speak until the marked user appears.
18 years ago
Kevin P. Fleming 3071e378bd improve 2BCT documentation a bit (thanks Jared)
18 years ago
Tilghman Lesher 42463c4bb2 Commit fix for being unable to send voicemail from VoiceMailMain
18 years ago
Mark Michelson cb8ffc789e Prevent a potential three-thread deadlock. Also added a comment block
18 years ago
Mark Michelson 19f5074cd8 Yield the thread and return -1 if the ioctl fails for Zaptel timing device.
18 years ago
Joshua Colp 5e3cbd6f92 Make sure the presence of dbsecret is factored into user scoring.
18 years ago
Jason Parker caa961fbcf Specify which digit string was matched in debug message.
18 years ago
Kevin P. Fleming ab0a5f3361 document usage of 'transfer' configuration option for ISDN PRI switch-side transfers
18 years ago
Joshua Colp f26bac62e6 Only consider a T.38-only INVITE compatible if we have both a joint capability between us and them and if they provided T.38.
18 years ago
Joshua Colp 82db5adb94 Add missing header file and ASTERISK_FILE_VERSION usage.
18 years ago
Russell Bryant c02a439e3b Clarify setting DYNAMIC_FEATURES so that it gets inherited by outbound channels.
18 years ago
Kevin P. Fleming 5b8cef7ecb ensure that all remaining multi-object modules are built using their proper CFLAGS and include directory paths
18 years ago
Tilghman Lesher c9bb4fc12a Move around some defines to unbreak ODBC storage.
18 years ago
Mark Michelson 748609f25e Clear the DTMF buffer on hangup.
18 years ago
Joshua Colp e9c59d95eb If a REGISTER attempt comes in that is a retransmission of a previous REGISTER do not create a new nonce value.
18 years ago
Kevin P. Fleming 8a2fd8fdbd ensure that components of chan_misdn.so are built using any special build options that the configure script generated (reported by Philipp Kempgen on asterisk-dev)
18 years ago
Joshua Colp 8dad56f666 Perform dialing asynchronously when using the originate CLI command so the CLI does not appear to block.
18 years ago
Tilghman Lesher 0dafcac660 Cross-platform fix: OS X now deprecates the use of the daemon(3) API.
18 years ago
Tilghman Lesher 1dde474916 Missing braces.
18 years ago
Olle Johansson 649a083adb Use the same CSEQ on CANCEL as on INVITE (according to RFC 3261)
18 years ago
Olle Johansson 9a5d78c2c7 Handle ACK and CANCEL in an invite transaction - even if we get INFO transactions during the actual call setup.
18 years ago
Russell Bryant 26365fdeca Change the SDP_SAMPLE_RATE macro. It turns out that even though G.722 is 16 kHz,
18 years ago
Tilghman Lesher 5f7afc8678 Fix the VM_DUR variable for forwarded voicemail, and fixed several other bugs
18 years ago
Tilghman Lesher 1191559147 Change detection of getifaddrs to use AST_C_COMPILE_CHECK, backported from trunk (as suggested by kpfleming)
18 years ago