aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-11-02Importing release summary for 1.4.37 release.v1.4.37lmadsen2-0/+635
2010-11-02Dance it out Emerson.lmadsen4-636/+5
2010-11-02Create 1.4.37 from 1.4.37-rc1lmadsen0-0/+0
2010-09-20Use autotagged externalsv1.4.37-rc1lmadsen0-0/+0
2010-09-20Importing release summary for 1.4.37-rc1 release.lmadsen2-0/+635
2010-09-20Importing files for 1.4.37-rc1 release.lmadsen3-0/+30000
2010-09-20Creating tag for the release of asterisk-1.4.37-rc1lmadsen0-0/+0
2010-09-20Use ast_dynamic_str when processing hint state changesmnicholson1-6/+10
2010-09-19Make sure we always free variables properly in manager originate.oej1-1/+7
2010-09-17Blank columns should get set on reload, not ignored.tilghman1-4/+4
2010-09-17Use ast_strdup() instead of ast_strdupa() while processing in ast_hint_state_...mnicholson1-2/+7
2010-09-16Add LSB headers for Debian init script, since Debian will complain if it isn'...qwell1-0/+12
2010-09-16Don't limit hint processing in ast_hint_state_changed() to AST_MAX_EXTENSION ...mnicholson1-3/+1
2010-09-16Don't stop printing cdr variables if we encounter one with a blank name or va...mnicholson1-10/+10
2010-09-15whitespace fixjpeeler1-1/+1
2010-09-15Ensure mailbox is not filled to capacity before doing message forwarding.jpeeler1-5/+29
2010-09-14Don't clear the username from a realtime database when a registration expires.mnicholson1-1/+1
2010-09-14Only drop duplicate answer frames if the channel is bridged.mnicholson1-1/+1
2010-09-13Add stuff to svn:ignore for tests/ directory.qwell0-0/+0
2010-09-11Handle error response when we can't make file compatibleoej1-1/+4
2010-09-10Return -1 if chan_local doesn't support an optiontwilson1-1/+1
2010-09-10Load iax.conf before registering any functions/applications/actions.pabelanger1-17/+21
2010-09-10An outgoing call may not get hung up if a pre-connect incoming ISDN call is d...rmudgett1-0/+16
2010-09-10Fixes sip extension state update DEADLOCKdvossel1-10/+234
2010-09-10Inherit CHANNEL() writes to both sides of a Local channeltwilson5-3/+113
2010-09-10Missing newlinetilghman1-1/+1
2010-09-10Fix Mac OS X build.tilghman5-12/+1592
2010-09-09GCC 4.2.x optimizations result in improper behavior of GSM codecpabelanger1-0/+8
2010-09-09Transmit silence when reading DTMF in ast_readstring.qwell33-6903/+21388
2010-08-03Prevent DAHDI channels from overriding the callerid, once it's been set by th...tilghman2-3/+9
2010-07-29fixes issue with translator frame not getting freeddvossel1-0/+3
2010-07-29Fix a dsp structure leak occuring when a local channel is put into a meetmejeang1-0/+3
2010-07-28Update help text to be less confusing.lmadsen1-1/+1
2010-07-27remove empty audiohook write list on channeldvossel3-1/+28
2010-07-24Minor update to man pagesnuffy1-3/+1
2010-07-24Provide a default value for DAHDI_TRANSCODE so when DAHDI is not installedjpeeler3-19595/+6392
2010-07-23SIP promiscuous redirect could fail to dial the redirect.rmudgett2-6/+12
2010-07-23Backport fixes for sip_uri_params_cmp() from trunk.mmichelson1-39/+25
2010-07-23Establish a maximum version for openh323 (i.e. not opal), because chan_h323 w...tilghman3-4/+36
2010-07-23Avoid race with consolethread on shutdown (on parallel processors).tilghman1-6/+13
2010-07-22DNID does not get cleard on a new call when using immediate=yes with ISDN sig...rmudgett1-4/+4
2010-07-22Allow PLC to function properly when channels use SLIN for audio.mmichelson1-1/+3
2010-07-20Delete IMAP messages in reverse order, to ensure reordering after each expung...tilghman1-5/+8
2010-07-20Do not queue up DTMF frames while a call is on hold.tilghman3-1/+37
2010-07-20Off-by-one errortilghman1-5/+3
2010-07-19Regression with T.38 negotiationpabelanger1-7/+7
2010-07-19Avoid trying to pickup a parked extension before the park operation is comple...jeang1-1/+1
2010-07-17Remove uclibc cross-compile triplet, as uclibc has a working fork()... it's o...tilghman2-3/+3
2010-07-16Save and restore AST_FLAG_BRIDGE_HANGUP_DONT on attended transfer.tringenbach1-0/+13
2010-07-16Since we split values at the semicolon, we should store values with a semicol...tilghman2-31/+133