aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-14Use autotagged externalsv1.4.40-rc1lmadsen0-0/+0
2011-01-14Importing release summary for 1.4.40-rc1 release.lmadsen2-0/+419
2011-01-14Importing files for 1.4.40-rc1 release.lmadsen3-0/+31069
2011-01-14Creating tag for the release of asterisk-1.4.40-rc1lmadsen2-419/+0
2011-01-14Importing release summary for 1.4.40-rc1 release.lmadsen2-0/+419
2011-01-14Creating tag for the release of asterisk-1.4.40-rc1lmadsen8-37751/+21449
2011-01-14Fix issue with cross-compiling failinglmadsen3-6642/+21449
2011-01-14Use autotagged externalslmadsen0-0/+0
2011-01-14Importing release summary for 1.4.40-rc1 release.lmadsen2-0/+171
2011-01-14Importing files for 1.4.40-rc1 release.lmadsen3-0/+30938
2011-01-14Creating tag for the release of asterisk-1.4.40-rc1lmadsen0-0/+0
2011-01-12Don't store the thread id for the manager session in the structure we pass tomnicholson1-15/+7
2011-01-12Fix CPU spike when pressing DTMF after agent login.jpeeler1-1/+1
2011-01-11Prevent buffer overflows in ast_uri_encode()mnicholson1-14/+13
2011-01-07change variable name to the same used in later branchesjpeeler1-4/+4
2011-01-07Ensure good bye prompt in voicemail is played at the correct time.jpeeler1-8/+13
2011-01-05Use the sanity check in place of the disconnect/connect cycle.tilghman1-12/+6
2011-01-04Update the autosupport script from Digium support.russell2-258/+519
2011-01-04Don't authenticate SUBSCRIBE re-transmissionstwilson1-21/+26
2010-12-25Move check for extension existence below variable inheritance, due to the pos...tilghman1-6/+6
2010-12-20Use ast_free() instead of free()mnicholson1-4/+4
2010-12-20Remove changes to via processing that were not supposed to go into the last c...mnicholson1-71/+0
2010-12-20Respond as soon as possible with a 202 Accepted to refer requests.mnicholson1-26/+101
2010-12-20Typos: recieved => receivedtzafrir6-9/+9
2010-12-17Let Asterisk find better backtrace information with libbfd.tilghman11-19/+410
2010-12-17Document the -F option.tilghman1-1/+4
2010-12-16After recording only silence for a voicemail prepending, restore backup files.jpeeler1-0/+4
2010-12-16Fix improper hangup when doing an attended transfer to queue.jpeeler1-0/+1
2010-12-16Only increment the pointer once per loop, otherwise we corrupt the value.tilghman1-3/+2
2010-12-16Unregister before shutting down the connection, to avoid a race.tilghman1-2/+3
2010-12-15Fix reference and container leaks when running 'astobj2 test.'seanbright1-0/+3
2010-12-13Outgoing PRI/BRI calls cannot do DTMF triggered transfers.rmudgett1-1/+8
2010-12-09Ignore spurious REGISTER requeststwilson1-0/+7
2010-12-07Revert code that changed SSRC for DTMF.jpeeler1-2/+2
2010-12-07Use non-deprecated APIs for CoreAudiotilghman3-18/+100
2010-12-07Avoid a crash if we don't pass an argument to 'astobj2 test.'seanbright1-0/+4
2010-12-07Don't create a Local channel if the target extension does not exist.tilghman1-4/+10
2010-12-06Improve handling of REGISTER requests with multiple contact headers.jpeeler1-6/+30
2010-12-02Resolve compile error under FreeBSDpabelanger1-0/+3
2010-12-02Initialize offset for adaptive jitter buffertwilson1-0/+5
2010-12-02Add "DAHDI" to a couple of app_meetme error messages.russell1-2/+2
2010-12-02If we get a NOTIFY from a non-existing subscription we should answer with 481...oej1-1/+1
2010-12-01Fix not stopping MOH when transfered local channel queue member is answered.jpeeler1-0/+3
2010-12-01Clarify documentation on how we store codec preference lists.tilghman1-1/+9
2010-12-01Properly restore backup information file when hanging up during message prepe...jpeeler1-0/+10
2010-12-01Get rid of the annoying startup and shutdown errors on OS X.tilghman2-1/+25
2010-11-29Make sure nothing else is needed before destroying the scheduler.pabelanger1-2/+2
2010-11-26Fix bugs in saying numbers using the Swedish language syntaxoej1-38/+45
2010-11-24Make Asterisk less crashy.russell1-1/+3
2010-11-24Oneway audio to SIP phone from FXS port after FXS port gets a CallWaiting pip.rmudgett1-108/+202