aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-11Remove some unnecessary code.russell1-4/+1
2009-10-11Don't use data outside of its scope.russell1-1/+5
2009-10-09Signal timeouts by returning AST_CONTROL_RINGING when originating calls.mnicholson1-1/+5
2009-10-09Fix potential memory leak in app_dial.cmmichelson1-0/+1
2009-10-09fixes sip registration using authuser in user.confdvossel1-3/+11
2009-10-09'auth=' did not parse md5 secret correctlydvossel1-12/+10
2009-10-08Make filestream frame handling safer by isolating frames before returning them.russell4-68/+38
2009-10-08fixes an ast_netsock_list memory leak.dvossel2-2/+1
2009-10-08Fix memory leak if chan_misdn config parameter is repeated.rmudgett1-4/+15
2009-10-07chan_misdn.c:process_ast_dsp() memory leakrmudgett1-2/+6
2009-10-07crash on transferdvossel1-1/+4
2009-10-06Add missing unlock(s) in dahdi_readjpeeler1-1/+4
2009-10-06Fix potential crash when entire span request is received.jpeeler1-2/+2