aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-02Don't use Channel when you're not talking about a channel :)markster2-4/+4
2006-10-01Do not simulate any audio tones if we got PROGRESS messagepcadach1-2/+11
2006-10-01sync with trunk - move variable declarations to the beginning of a block.rizzo1-2/+3
2006-09-30Fix issue #7928 correctly. Next is a comment of previous fix:pcadach1-1/+1
2006-09-30Found some buggy SIP clients (phones Planet VIP-153T firmwarepcadach1-0/+4
2006-09-29fix a few build system bugs, and convert Makefiles to be compatible with GNU ...kpfleming1-3/+5
2006-09-29Compile first, pleasepcadach1-3/+3
2006-09-29Set TON/PRESENTATION information more carefully when no CallingNumber IE avai...pcadach1-0/+10
2006-09-29Fake display name by called number on incoming calls (until passing connected...pcadach1-0/+2
2006-09-29Ported code refers to H.450 - add includespcadach1-0/+6
2006-09-29Properly pass TON/PRESENTATION information - originalpcadach2-1/+308
2006-09-29Pass TON/PRESENTATION information toopcadach4-7/+42
2006-09-29don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because they...kpfleming1-3/+3
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file6-13/+10