Commit Graph

12739 Commits (ced50934cb50cd7d51af9b4115a05e36a7caaa8c)
 

Author SHA1 Message Date
Olle Johansson 26fc3d5ac6 Don't crash on bad SIP replys.
17 years ago
Kevin P. Fleming 8b8a6f2486 use the ARRAY_LEN macro for indexing through the iaxs/iaxsl arrays so that the size of the arrays can be adjusted in one place, and change the size of the arrays from 32768 calls to 2048 calls when LOW_MEMORY is defined
17 years ago
Kevin P. Fleming 148bd701f0 pay attention to *all* header files for dependency tracking, not just the local ones (inspired by r578 of asterisk-addons by tilghman)
17 years ago
Mark Michelson b066825d56 Use the MACRO_CONTEXT and MACRO_EXTEN channel variables instead of the channel's macrocontext
17 years ago
Jason Parker 06b0749cfd Change warning message to debug, since there are cases where 0 results is perfectly fine.
17 years ago
Kevin P. Fleming 2ddaeeaf59 Merged revisions 114822 via svnmerge from
17 years ago
Tilghman Lesher a4732cfb3c When modules are embedded, they take on a different name, without the ".so"
17 years ago
Sean Bright eb8e9d5dc5 When we don't explicitly pass a path to the --with-tds configure option, we
17 years ago
Tilghman Lesher 13a438e295 Clicking forward without selecting a message leaves an errant .lock file.
17 years ago
Russell Bryant 609ed327eb Use consistent logic for checking to see if a call number has been chosen yet.
17 years ago
Mark Michelson fcd288a33e Move the unlock of the spyee channel to outside the start_spying() function so that
17 years ago
Tilghman Lesher 6d2c05cbec Reference documentation files that actually exist.
17 years ago
Mark Michelson 709502b119 Re-invite RTP during a masquerade so that, for instance, an AMI
17 years ago
Mark Michelson 44c157b36a Output of channel variables when eventwhencalled=vars was set
17 years ago
Mark Michelson 8eee7feb2b Resolve a deadlock in chan_local by releasing the channel lock
17 years ago
Tilghman Lesher 0cd455c19b Ensure that when we set the accountcode, it actually shows up in the CDR.
17 years ago
Russell Bryant 57c68bcb3a Fix a silly mistake in a change I made yesterday that caused chan_iax2 to blow
17 years ago
Olle Johansson 2acde60c29 Only have one max-forwards header in outbound REFERs.
17 years ago
Russell Bryant 2f6cbc76ec Improve some broken cookie parsing code. Previously, manager login over HTTP
17 years ago
Russell Bryant 74694c686d Fix an issue that caused getting the correct next channel to not always work.
17 years ago
Jason Parker 02bd4cbebc Fix reload/unload for res_musiconhold module.
17 years ago
Russell Bryant f8848a7fe8 Store the manager session ID explicitly as 4 byte ID instead of a ulong. The
17 years ago
Russell Bryant 694a6b4abb Fix find_callno_locked() to actually return the callno locked in some more cases.
17 years ago
Olle Johansson 5980514bb0 Add 502 support for both directions, not only one... (see r114571)
17 years ago
Joshua Colp d4ebf1dff1 Instead of stopping dialplan execution when SayNumber attempts to say a large number that it can not print out a message informing the user and continue on.
17 years ago
Tilghman Lesher 0c777767c9 Treat a 502 just like a 503, when it comes to processing a response code
17 years ago
Russell Bryant 5648feb3e9 When we receive a full frame that is supposed to contain our call number,
17 years ago
Russell Bryant b3a211bdc3 I thought I was going to be able to leave 1.4 alone, but that was not the case.
17 years ago
Russell Bryant e4ed5a76f1 Trivial change to read the number of samples from a frame before calling ast_write()
17 years ago
Russell Bryant d87023aef0 After a parked call times out, allow the call back to the parker to time out.
17 years ago
Russell Bryant 0f59f5491d If the dial string passed to the call channel callback does not indicate an
17 years ago
Russell Bryant 39d1303e14 Merge changes from team/russell/issue_9520
17 years ago
Joshua Colp 3053679ade Only drop audio if we receive it without a progress indication. We allow other frames through such as DTMF because they may be needed to complete the call.
17 years ago
Tilghman Lesher 5955dbc3c1 Ensure that help text terminates with a newline
17 years ago
Tilghman Lesher 0dc35f4e26 MOH usage information needs a terminating newline, or else
17 years ago
Russell Bryant c8c2c33550 Don't destroy a manager session if poll() returns an error of EAGAIN.
17 years ago
Russell Bryant 992264a77f ensure directories are created before we try to install stuff into them
17 years ago
Russell Bryant 87aea83bdc SUBDIRS_INSTALL is already listed as a subtarget for bininstall
17 years ago
Mark Michelson f32e7af11a Clearing up error messages so they make a bit more sense. Also removing a redundant error
17 years ago
Russell Bryant de529ba5f7 Ensure that we don't ast_strdupa(NULL)
17 years ago
Sean Bright da91e55eaf Only complete the SIP channel name once for 'sip show channel <channel>'
17 years ago
Tilghman Lesher 9f6634f7c1 For consistency sake, ensure that the values that ${CALLINGPRES} returns are valid as an
17 years ago
Russell Bryant 46c685af6c Remove redundant safety net. The check for the autoservice channel list state
17 years ago
Mark Michelson 2dbf0778b3 Declaration of the peer channel in this scope was making it so the peer variable defined
17 years ago
Mark Michelson 171a6a24bb Add prototype for ast_dsp_frame_freed. I'm not sure how this was
17 years ago
Mark Michelson 71b704ef78 It was possible for a reference to a frame which was part of a freed DSP to still be
17 years ago
Russell Bryant afdcdafb2b Fix the bininstall target to install from subdirs, as well.
17 years ago
Philippe Sultan 2ebfcb323b Use keepalives effectively in order diagnose bug #12432.
17 years ago
Tilghman Lesher 176add9ecd Add special case for when the agi cannot be executed, to comply with the documentation that
17 years ago
Sean Bright e7072918e0 Make sure we have enough room for the recording's filename.
17 years ago