aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-24Fix false reporting of an error by set_format().russell1-7/+17
2010-11-24Handle failures building translation paths more effectively.russell2-4/+13
2010-11-23Fix support of saynumber(1,n) in the Swedish languageoej1-3/+3
2010-11-22The channel redirect function (CLI or AMI) hangs up the call instead of redir...rmudgett5-55/+132
2010-11-19Discard responses with more than one Viatwilson1-3/+19
2010-11-19Revert a new feature which should have gone into trunk.espiceland1-74/+3
2010-11-19Add extra functionality to AGI command WAIT FOR DIGIT.espiceland1-3/+74
2010-11-16Dead code elimination in channel.c:ast_channel_bridge() variable who.rmudgett1-5/+0
2010-11-16Ensure original message duration is preserved when prepending a message.jpeeler1-6/+19
2010-11-15Err, oops. Made it const to verify that it wasn't altered, but forgot to rev...tilghman1-1/+1
2010-11-15Create test verifying results of expression parsertilghman1-0/+191
2010-11-12Fix regression causing abort in voicemail after opening a mailbox with no mesgs.jpeeler1-1/+2
2010-11-12Asterisk is getting a "No D-channels available!" warning message every 4 seco...rmudgett1-2/+11
2010-11-11I didn't mean to merge this, sorryjpeeler1-3/+0
2010-11-11Fix problem with qualify option packets for realtime peers never stopping.jpeeler1-1/+24