aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-10-25Old todo note - Don't add Contact header on BYE and Canceloej1-1/+3
2006-10-25Somewhat ugly code to try to fix issue #7608. oej1-7/+21
2006-10-25show settings doesn't produce a list oej1-8/+3
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming8-102/+98
2006-10-25add passthrough and file format support for G.722 16KHz audio (issue #5084, o...kpfleming2-1/+4
2006-10-25code zone experiment: don't offer formats in the outbound INVITE that aren't ...kpfleming1-33/+8
2006-10-24We need to initialize our scheduler pthread condition... yes.file1-0/+2
2006-10-24merge 45966 refer_to_domain potentially containing optionsrizzo1-3/+3
2006-10-24merge 46026 improper checks on get_header() return valuesrizzo1-7/+15
2006-10-24merge 46045 prevent NULL args to ast_strdupa() in chan_sip.crizzo1-3/+7
2006-10-22Merged revisions 45808 via svnmerge from crichter1-1/+6
2006-10-20Let's understand SIP:oej1-22/+45
2006-10-19If the jitterbuffer is forced on then we can't partially bridge (reported by ...file1-0/+2
2006-10-19Cleaning upoej1-1/+0
2006-10-19Don't leak the actual thread-specific sip_pvt structrussell1-0/+2
2006-10-18don't leak memory when a chan_sip thread is destroyed that has a thread-local...kpfleming1-1/+10
2006-10-18remove duplicate declarationsoej1-5/+1
2006-10-17optimize the 'quick response' code a bit more... no more malloc() or memset()...kpfleming2-30/+34
2006-10-17Don't create a "real" pvt structure for requests that shouldn't be able to cr...file1-24/+77
2006-10-17remove the option that was not needed, really.oej1-11/+2
2006-10-16Merged revisions 45265 via svnmerge from file1-7/+8
2006-10-16Merged revisions 45260 via svnmerge from file1-0/+14
2006-10-16Don't destroy dialog for unexpected REFER response...oej1-3/+1
2006-10-13avoiding warning, fixing potential bugcrichter1-0/+2
2006-10-13Merged revisions 45048 via svnmerge from kpfleming1-0/+3
2006-10-13Complete merging in RPID screen changes (issue #8101 reported by hristo, patc...file1-5/+5
2006-10-13Merged revisions 45020 via svnmerge from crichter2-4/+6
2006-10-13Merged revisions 44993 via svnmerge from crichter1-5/+12
2006-10-12merge formatting and minor code simplifications from trunkrizzo1-157/+147
2006-10-12fix for bug 7764.mogorman1-1/+2
2006-10-12we can only send one 'a=ptime' attribute per media session, not one for each ...kpfleming1-11/+17
2006-10-12Merged revisions 44955 via svnmerge from kpfleming1-0/+3
2006-10-11removed warning because of missing prototype declarationcrichter1-0/+2
2006-10-10Do not set default/global values in the variable declaration, set it in reloa...oej1-4/+8
2006-10-10Move some stuff around so that a NOTIFY dialog won't hang around until the en...file1-4/+6
2006-10-10Bail out if we have no refer structure and we get a refer responsefile1-0/+6
2006-10-10more merge from trunk (comments and change a static function name)rizzo1-6/+6
2006-10-10Only set DTMF information if an RTP structure existsfile1-2/+5
2006-10-10Merged revisions 44785 via svnmerge from crichter2-1/+5
2006-10-10whitespace changes related to previous commitrizzo1-140/+140
2006-10-10merge a few code simplifications that have gonerizzo1-141/+112
2006-10-09Fix a problem where phones that go "missing" never got unregistered.qwell1-48/+70
2006-10-09iaxs[callno] may go away if we try to avoid the deadlockfile1-1/+2
2006-10-09Properly avoid a collision with iax2_hangup (issue #8115 reported by vazir)file1-11/+5
2006-10-08merge svn 44744: do not dereference p if we know it is NULLrizzo1-4/+4
2006-10-07Propagate caller's transfer capability toopcadach4-1/+27
2006-10-07merge revision 44664 - put common code in a function to avoid repetitions.rizzo1-44/+28
2006-10-07remove hardwired usage of 5060, use DEFAULT_SIP_PORT insteadrizzo1-3/+3
2006-10-07merge rev 44253 - option_debug checking before printing to debug channel.rizzo1-9/+43
2006-10-07backport simplifications on sip_register, rizzo1-60/+49