aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-11-09Perform limited bounds checking when destroying ast_mutex_t structures to mak...mnicholson1-9/+10
2009-11-06fixes audiohook write crash occuring in chan_spy whisper mode.dvossel1-2/+10
2009-11-06Don't overwrite caller ID name on a trunk with the configured fullname when u...file1-0/+6
2009-11-06fixes segfault in iLBCdvossel1-0/+5
2009-11-06Fix a bug caused by a partially invalid frame (from the jitterbuffer) passing...file1-5/+1
2009-11-06Properly handle '=' while decoding base64 messages and null terminate strings...mnicholson2-2/+9
2009-11-06fixes crash in astfd.cdvossel1-4/+9
2009-11-06fixes memory leak in func_audiohookinherit.cdvossel1-0/+1
2009-11-05Fix crash on VPB exception when no hardware is present.qwell1-1/+1
2009-11-05chan_misdn Asterisk 1.4.27-rc2 crashdbrooks1-0/+1
2009-11-04Fix incorrect filename comparsion after monitor file changejpeeler1-4/+40
2009-11-04This patch modifies the Dial application to monitor the calling channel for h...mnicholson1-13/+62
2009-11-04Modify the SDP parsing code to parse session and media level items separately.mnicholson1-379/+490
2009-11-04Fix a security issue where it may be possible for someone to execute a cross-...file1-417/+1922
2009-11-04Fix a security issue where sending a REGISTER with a differing username in th...file1-2/+0
2009-11-03Make sure the outgoing flag is cleared if a new channel fails to get created ...rmudgett1-0/+3
2009-11-03Fix a bug where an RPID header could be generated with a blank username in th...file1-1/+1
2009-11-03Fixing bug before someone reports it...oej1-1/+1
2009-11-03Adding IP address in Contact ACL log message and removing redundant messageoej1-2/+1
2009-11-03Use proper response code when violating Contact ACL's.oej1-2/+15
2009-11-02SIP channel name uniquenessdbrooks1-1/+3
2009-11-02Fix a bug where the recorded privacy introduction file would not get removed ...file1-14/+31
2009-11-02Don't allow two separate instances of safe_asterisk when restarting from the ...tilghman1-1/+7
2009-11-02fixes crash on iterator_destroy on uninitialized iteratordvossel1-1/+0
2009-11-02changes calltoken debug messages from LOG_NOTICE to LOG_DEBUG like they are s...dvossel1-6/+6
2009-10-29Add an option to enabling passing music on hold start and stop requests throu...file2-3/+8
2009-10-28Update documentation in sip.conf.sample.lmadsen1-0/+7
2009-10-28Update CALLINGSUBADDR channel variable documentation.lmadsen1-1/+1
2009-10-28Fix documentation (pointed out by TheDavidFactor on #-dev)tilghman1-1/+1
2009-10-27Manager output is not always NULL-terminated, so force a NULL at the end of t...tilghman1-2/+6
2009-10-26detect ARM Linux EABI OSARCH as linux-gnu instead of linux-gnueabitzafrir3-14/+14
2009-10-23Don't force menuselect.makeopts to be rebuilt on every build.kpfleming1-3/+26
2009-10-22Clean valgrind output by suppressing false errors.lmadsen2-10/+45
2009-10-21IAX2: VNAK loop caused by signaling frames with no destination call numberdvossel1-10/+77
2009-10-21Revert 225169, as this doesn't account for the possibility of a list of frames.russell1-6/+2
2009-10-21Isolate the frame returned from ast_translate().russell1-2/+6
2009-10-21Fix documentation for ast_softhangup() and correct the misuse thereof.tilghman3-5/+6
2009-10-21Suffix is not needed for a matchtilghman1-16/+6
2009-10-21IAX/SIP shrinkcallerid optiondvossel4-10/+51
2009-10-21Isolate frames returned from a DSP instance or codec translator.russell7-123/+12
2009-10-20Pay attention to the return value of the manipulate function.tilghman1-4/+12
2009-10-20Add support for relaying early media in the features attended transfer option.file1-1/+5
2009-10-19Correct timestamp calculations when RTP sample rates over 8kHz are used.kpfleming1-9/+14
2009-10-19Do not attempt early media bridging (ie: direct RTP setup) if options are ena...file1-6/+11
2009-10-17Fix stale caller id data from being reported in AMI NewChannel eventjpeeler1-2/+9
2009-10-16Never released PRI channels when using Busy() or Congestion() dialplan apps.rmudgett1-4/+12
2009-10-13Fix PRI timer T309 operationjeang1-1/+1
2009-10-12Ensure ringing continues for branched calls after progress is receivedjpeeler1-2/+7
2009-10-12Remove automatic switching from T.38 to voice mode in chan_sip.kpfleming1-2/+1
2009-10-11Remove a duplicate ao2_iterator_destroy().russell1-1/+0