aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-04-20Don't treat a NOANSWER like a CHANUNAVAILtwilson1-0/+1
2009-04-20Properly handle @s within hints in AEL.seanbright2-402/+427
2009-04-20Clean up problem with manager implementation of mmap where it was not testing...dbailey3-13/+15
2009-04-20Move the check for chan->fdno == -1 to after the zombie/hangup check.mmichelson1-7/+7
2009-04-18Fixed autologoff in agents.conf not working when agent logs in via AgentLogin...dvossel1-52/+63
2009-04-17Modifed/added some debug messages.rmudgett1-2/+7
2009-04-17Make Busy() application set the CDR disposition to BUSY.mnicholson1-1/+3
2009-04-17Fix a bug where a value used to create the channel name was bogus.file1-1/+1
2009-04-17Fix a situation where the DAHDI channel private structure lock was not unlock...file1-0/+1
2009-04-16Only update realtime, if global option rtupdate != falsetilghman1-3/+7
2009-04-16Only disable mISDN DSP if Asterisk DSP is enabled. Leave jitter setting alone.rmudgett1-1/+0
2009-04-16Umask should not be exported into global namespace.tilghman1-1/+1
2009-04-15National prefix inserted even when caller ID not availabledvossel1-0/+7
2009-04-15Update ast_readvideo_callback to match ast_readaudio_callback.mmichelson1-2/+11
2009-04-14audio_audiohook_write_list() does not correctly update sample size after ast_...dvossel1-0/+1
2009-04-13If fileconfig limit exceeds our maximum, then set the limit to the maximum.tilghman1-2/+6
2009-04-10Fix module embedding for chan_h323.jpeeler1-0/+2
2009-04-10Support "signaling" in addition to "signalling".russell1-2/+2
2009-04-10Add lastms column to the contributed table designstilghman2-1/+3
2009-04-09Handle a SIP race condition (reinvite before an ACK) properly.mmichelson1-7/+20
2009-04-09Oops, typotilghman1-1/+1
2009-04-09Race condition between ast_cli_command() and 'module unload' could cause a de...tilghman2-3/+90
2009-04-09Permit zero-length text messages in SIP.tilghman2-2/+6
2009-04-09Oops, missed this file in the last commit.tilghman1-0/+266
2009-04-09Add debugging mode for diagnosing file descriptor leaks.tilghman7-5/+42
2009-04-08Backport resolution for file descriptor leak in 1.6.0 to 1.4.tilghman1-105/+187
2009-04-08Fix a crash due to too few arguments to RetryDial.mmichelson1-1/+1
2009-04-08Fix a small logical error when loading moh classes.mmichelson1-3/+3
2009-04-08Make a couple of changes with regards to a new message printed in ast_read().mmichelson1-6/+12
2009-04-08Fix a few typos of the word "frequency."mmichelson2-2/+2
2009-04-07Set the AST_FEATURE_WARNING_ACTIVE flag when a p2p bridge returns AST_BRIDGE_...mmichelson1-0/+3
2009-04-07Fix Macro documentation to match current (and intended) behavior.tilghman1-7/+13
2009-04-07Ensure that \r\n is printed after the ActionID in an OriginateResponse.mmichelson1-3/+4
2009-04-06Revert commit 186445 because it causes the build to fail when IMAP_STORAGE is...mmichelson1-1/+1
2009-04-03Fix a bug where DAHDI/Zaptel channels would not properly switch formats when ...kpfleming1-1/+1
2009-04-03Found a conflict in the last commit, due to multiple targetstilghman1-1/+1
2009-04-03Distinguish in a sent email between simple sends and forwards.tilghman2-20/+103
2009-04-03Fix a problem with the crypto variable definitions not actually being defined...file1-7/+7
2009-04-03Fix a memory leak in cdr_radius.russell1-3/+9
2009-04-02Fix instructions in one-step parking comment to make more sense.mmichelson1-1/+1
2009-04-02ensure that the buffer passed to DAHDI_SET_BUFINFO is fully initializedkpfleming1-0/+1
2009-04-02Merged revisions 186056 via svnmerge from tilghman2-10/+106
2009-04-02Avoid multiple warning messages in SIP, due to this column not existingtilghman1-4/+9
2009-04-02the DAHDI_GETCONF, DAHDI_SETCONF and DAHDI_GET_PARAMS ioctls were recently co...kpfleming1-11/+19
2009-04-01Fixes issue with dropped calles due to re-Invite glare and re-Invites never e...dvossel1-9/+27
2009-04-01Fix a case where DTMF could bypass audiohooks.russell1-0/+7
2009-03-31Fix crash that would occur if an empty member was specified in queues.conf.mmichelson1-0/+5
2009-03-31Use AST_SCHED_DEL_SPINLOCK instead of manually using the logic.mmichelson1-3/+1
2009-03-31Fix Russian voicemail intro to say the word "messages" properly.mmichelson1-6/+2
2009-03-31Fix incorrect parsing in chan_gtalk when xmpp contains extra whitespacesdbrooks1-7/+7