aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-07improve and document function get_in_brackets(), introducingrizzo1-32/+50
2006-10-06Merged revisions 44460 via svnmerge from crichter1-1/+1
2006-10-06Merged revisions 44335 via svnmerge from crichter1-0/+6
2006-10-06Merged revisions 44334 via svnmerge from crichter5-25/+86
2006-10-06Merged revisions 44149 via svnmerge from crichter3-90/+183
2006-10-05One more T.38 fix! Don't leave a reinvite hanging by a thread if the other si...file1-0/+6
2006-10-05Don't totally bail out if T.38 was negotiatedfile1-3/+10
2006-10-05Merged revisions 44432 via svnmerge from kpfleming1-3/+5
2006-10-04Merged revisions 44392 via svnmerge from kpfleming1-4/+4
2006-10-04update thread creation code a bitkpfleming9-15/+15
2006-10-03fix issue with dialing client without resource.mogorman1-2/+6
2006-10-03Change default presentation indicator to "user provided not screened" if octe...pcadach1-1/+1
2006-10-03Use VideoSupport instead so it is considered a valid XML attribute name. (iss...file1-1/+1
2006-10-03Fix preparation of type and presentation of calling numberpcadach1-2/+2
2006-10-03updated res_jabber for even better component support, soon will be jep-0100 c...mogorman1-1739/+0
2006-10-02Merged revisions 44213 via svnmerge from file1-1/+6
2006-10-02Optimization of oh323_indicate(): less locks - less problems, plus single exi...pcadach1-36/+17