Commit Graph

13415 Commits (ef9ef40c19c0683eba4cdba7d1877ba7a47ca90d)
 

Author SHA1 Message Date
Terry Wilson ef9ef40c19 Don't treat a NOANSWER like a CHANUNAVAIL
17 years ago
Sean Bright 5de742a483 Properly handle @s within hints in AEL.
17 years ago
Doug Bailey 100aa13ae2 Clean up problem with manager implementation of mmap where it was not testing against MAP_FAILED response.
17 years ago
Mark Michelson df7bee29a5 Move the check for chan->fdno == -1 to after the zombie/hangup check.
17 years ago
David Vossel 5405c62098 Fixed autologoff in agents.conf not working when agent logs in via AgentLogin app
17 years ago
Richard Mudgett 55e28f890d Modifed/added some debug messages.
17 years ago
Matthew Nicholson f870165dbe Make Busy() application set the CDR disposition to BUSY.
17 years ago
Joshua Colp df2bc7d715 Fix a bug where a value used to create the channel name was bogus.
17 years ago
Joshua Colp bf5b92f004 Fix a situation where the DAHDI channel private structure lock was not unlocked when it should have been.
17 years ago
Tilghman Lesher 611cf94f90 Only update realtime, if global option rtupdate != false
17 years ago
Richard Mudgett 4b6846a9dd Only disable mISDN DSP if Asterisk DSP is enabled. Leave jitter setting alone.
17 years ago
Tilghman Lesher caef916825 Umask should not be exported into global namespace.
17 years ago
David Vossel 4c6e1bd0a5 National prefix inserted even when caller ID not available
17 years ago
Mark Michelson 730f2882d3 Update ast_readvideo_callback to match ast_readaudio_callback.
17 years ago
David Vossel f967bdc670 audio_audiohook_write_list() does not correctly update sample size after ast_translate.
17 years ago
Tilghman Lesher 9eaaa987fc If fileconfig limit exceeds our maximum, then set the limit to the maximum.
17 years ago
Jeff Peeler 3c027b6378 Fix module embedding for chan_h323.
17 years ago
Russell Bryant 9b0c55768a Support "signaling" in addition to "signalling".
17 years ago
Tilghman Lesher de69468fc2 Add lastms column to the contributed table designs
17 years ago
Mark Michelson a4e46eb871 Handle a SIP race condition (reinvite before an ACK) properly.
17 years ago
Tilghman Lesher 200db93157 Oops, typo
17 years ago
Tilghman Lesher 34672a3919 Race condition between ast_cli_command() and 'module unload' could cause a deadlock.
17 years ago
Tilghman Lesher 1cb43cfa75 Permit zero-length text messages in SIP.
17 years ago
Tilghman Lesher 6f919c9851 Oops, missed this file in the last commit.
17 years ago
Tilghman Lesher a8dc553099 Add debugging mode for diagnosing file descriptor leaks.
17 years ago
Tilghman Lesher 19918c7274 Backport resolution for file descriptor leak in 1.6.0 to 1.4.
17 years ago
Mark Michelson 8e31a331b4 Fix a crash due to too few arguments to RetryDial.
17 years ago
Mark Michelson 89d04eef98 Fix a small logical error when loading moh classes.
17 years ago
Mark Michelson 6562e1025c Make a couple of changes with regards to a new message printed in ast_read().
17 years ago
Mark Michelson 3c97fd86c5 Fix a few typos of the word "frequency."
17 years ago
Mark Michelson c8cdf25ccb Set the AST_FEATURE_WARNING_ACTIVE flag when a p2p bridge returns AST_BRIDGE_RETRY.
17 years ago
Tilghman Lesher 56e7ca00c1 Fix Macro documentation to match current (and intended) behavior.
17 years ago
Mark Michelson 8c021d9334 Ensure that \r\n is printed after the ActionID in an OriginateResponse.
17 years ago
Mark Michelson e2c30564bf Revert commit 186445 because it causes the build to fail when IMAP_STORAGE is used.
17 years ago
Kevin P. Fleming 89e29bfdc9 Fix a bug where DAHDI/Zaptel channels would not properly switch formats when requested
17 years ago
Tilghman Lesher 3d9585f4ba Found a conflict in the last commit, due to multiple targets
17 years ago
Tilghman Lesher 6d08bad538 Distinguish in a sent email between simple sends and forwards.
17 years ago
Joshua Colp ddb260532b Fix a problem with the crypto variable definitions not actually being defined properly.
17 years ago
Russell Bryant f3dd49684f Fix a memory leak in cdr_radius.
17 years ago
Mark Michelson 09490bb688 Fix instructions in one-step parking comment to make more sense.
17 years ago
Kevin P. Fleming 6dbc379d01 ensure that the buffer passed to DAHDI_SET_BUFINFO is fully initialized
17 years ago
Tilghman Lesher 24fa699663 Merged revisions 186056 via svnmerge from
17 years ago
Tilghman Lesher 0487d30a98 Avoid multiple warning messages in SIP, due to this column not existing
17 years ago
Kevin P. Fleming 090f081e41 the DAHDI_GETCONF, DAHDI_SETCONF and DAHDI_GET_PARAMS ioctls were recently corrected to show that they do, in fact, read data from userspace as part of their work. due to this fix, valgrind now reports a number of cases where chan_dahdi passed an uninitialized (or partially) buffer to these ioctls, which could lead to unexpected behavior.
17 years ago
David Vossel 36c92eec0e Fixes issue with dropped calles due to re-Invite glare and re-Invites never executing after a 491
17 years ago
Russell Bryant b66bb8945d Fix a case where DTMF could bypass audiohooks.
17 years ago
Mark Michelson 7cc775e1ed Fix crash that would occur if an empty member was specified in queues.conf.
17 years ago
Mark Michelson 36a68f792e Use AST_SCHED_DEL_SPINLOCK instead of manually using the logic.
17 years ago
Mark Michelson e2eaf7f862 Fix Russian voicemail intro to say the word "messages" properly.
17 years ago
David Brooks a2933fefef Fix incorrect parsing in chan_gtalk when xmpp contains extra whitespaces
17 years ago