Commit Graph

12305 Commits (2bf8f9fca312d9e738ed4e9dda6256cc286cc54c)
 

Author SHA1 Message Date
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
Jason Parker d80ecba23f Remove a needless (and incorrect) call to feof() after fgets().
18 years ago
Russell Bryant aa58033acb off by one error
18 years ago
Russell Bryant 552f2e1b4c Don't overwrite the last character of a line if it's not a newline. This would
18 years ago
Tilghman Lesher df1dc7741d Compatibility fix for OpenWRT (reported by Brian Capouch via the mailing list)
18 years ago
Russell Bryant fe59cfa7aa Add some more sanity checking on IAX2 dial strings for the case that no peer
18 years ago
Mark Michelson a4c24a807c From bugtracker: "fix totalAnalysisTime to handle periods of no channel activity"
18 years ago
Russell Bryant e4ee2274a1 Fix a couple of places where ast_frfree() was not called on a frame that came
18 years ago
Mark Michelson bd9a40f98a 1. Prevent the addition of an extra '/' to the beginning of an absolute pathname.
18 years ago
Jason Parker 9742fb53fe Solaris compat fixes for struct in_addr funkiness.
18 years ago
Steve Murphy 595ab7340d closes issue #11845; that's the one where there's a 1004 byte cdr leak with every AMI Redirect to a zap channel
18 years ago
Russell Bryant 0343bf8348 Add more missing locking of the agents list ...
18 years ago
Russell Bryant 70200cec77 Move the locking from find_agent() into the agent dialplan function handler to
18 years ago
Russell Bryant c6c7c3bf58 Add missing locking to the find_agent() function.
18 years ago
Joshua Colp 7b31f51cf9 Fix an issue where if a frame of higher sample size preceeded a frame of lower sample size and ast_slinfactory_read was called with a sample size of the combined values or higher a crash would happen.
18 years ago
Jason Parker ebbc70daab Change default config to use descending channel order of groups, rather than ascending.
18 years ago
Mark Michelson 2e4650c242 Fix a logic error with regards to autofill. Prior to this change, it was possible
18 years ago
Olle Johansson 5e02b0d76e Stop musiconhold on attended transfer.
18 years ago
Dwayne M. Hubbard 68a44cc066 updated build_tools to handle the autotag directory structure changes; changes related to BE-353. Patch by Russell and reviewed by Me.
18 years ago
Mark Michelson da3e5f571a Remove a memory leak from updating realtime queues
18 years ago
Mark Michelson ad19e1c4b6 Fixing an erroneous return value returned when attempting to pause or unpause a queue member
18 years ago
Joshua Colp f665fa0556 Don't forget to record the channel so we know whether it is bridged or not later.
18 years ago
Russell Bryant f8c69c7d92 Fix the last couple of issues related to building from a path that contains spaces.
18 years ago