aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-28Extend call establishment timeoutpcadach1-1/+4
2006-09-28Make sure the pvt exists before accessing it again as it may have gone away (...file1-1/+1
2006-09-28Fix compiler warningpcadach1-1/+1
2006-09-28Force remote side to start media on outgoing PROGRESS messagepcadach2-0/+40
2006-09-28Merged revisions 43764 via svnmerge from crichter3-25/+9
2006-09-28Do not open transmit channel until TCS is receivedpcadach1-0/+4
2006-09-27Get rid of two functions from a time now past (we THINK these are from pre-re...file1-33/+17
2006-09-27removed the chan_misdn versioning, since asterisk has it's owncrichter2-3/+2
2006-09-27Make rfc2833compensate a global option. file1-0/+5
2006-09-26Merged revisions 43705 via svnmerge from file1-2/+2
2006-09-26Add missing newline character in the warning message about deprecated TOS valuesrussell1-1/+1
2006-09-26Strip options off the argument passed for devicestate in chan_local. (issue #...file1-1/+5
2006-09-26Add proper codec support to chan_skinny. Works with at least ulaw, alaw, and...qwell1-15/+96
2006-09-25Fix ASN1 description of non-standard Cisco extensionspcadach3-8/+8
2006-09-25Backport changes of trunk:pcadach2-19/+30
2006-09-25Merged revisions 43472,43495 from trunkpcadach3-3/+7
2006-09-24Fix a CLI command registration issue where an erroneous message claiming thatrussell1-6/+1
2006-09-24Merged revisions 43552 via svnmerge from russell1-1/+3
2006-09-22Allow chan_skinny.so to be unloaded properly.qwell1-18/+55