aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-06-13use a compiler builtin (which uses processor instructions) for this operationkpfleming1-5/+6
2006-06-13adds support for t38 pass through patch brought up to trunk frommogorman1-17/+869
2006-06-12only set the QOS variables if the pvt has an owner so that they are notrussell1-2/+2
2006-06-12Formatting fix and doxygen updateoej1-10/+8
2006-06-12Fix typo (Thanks Vechers!)oej1-1/+1
2006-06-12Merged revisions 33638 via svnmerge from kpfleming1-1/+13
2006-06-12- Remove redundant forward declarationoej1-66/+75
2006-06-12Change a bit of logic in peer expiry back to the way it used to befile1-5/+2
2006-06-11- Complete addition of forward declarations and grouping of functionsoej1-115/+270
2006-06-09Issue #7325 - Parse string after URI decoding (casper)oej1-1/+2
2006-06-09Store RTCP reports in channel variables and SIP historyoej1-4/+25
2006-06-09- RTP debug message formattingoej1-4/+24
2006-06-09Another try at hanging up the transferer channel after the masqoej1-19/+18
2006-06-09Merged revisions 33297 via svnmerge from file1-2/+0
2006-06-09Wait until we have the lock before getting the pvt structure pointer (issue #...file1-1/+1
2006-06-09Don't force context for domain= setting (imported from 1.2)oej1-2/+2
2006-06-09Remove the return value from functions that return something that is never ch...oej1-32/+31
2006-06-09when we don't want the call we need to release_complete it.. ignoring it brea...crichter1-0/+3
2006-06-09Enabling and disabling debug messages...oej1-2/+3
2006-06-08move 'struct ast_rtp' back to rtp.c where it belongskpfleming1-22/+19
2006-06-08Debug logging fixesoej1-4/+9
2006-06-08At least reply if we get a fatal error in handling a packet.oej1-7/+11
2006-06-08Don't crash if chan2 does not exist (one-legged call situations, like echo)oej1-1/+1
2006-06-08Improve SIP historyoej1-1/+2
2006-06-08Issue #7294 - Asterisk sends INVITE instead of BYE. Fix by Philippe Sultan. T...oej1-1/+1
2006-06-08Fixed detection of dtmfs with bridged channels.crichter1-9/+33
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming19-102/+119
2006-06-07remove the WITH_SMDI definerussell1-24/+0
2006-06-07Merged revisions 32818 via svnmerge from russell1-4/+4
2006-06-07add an updated patch that adds dnsmgr support for outgoing iax2 registrationsrussell1-10/+36
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsrussell1-0/+2
2006-06-07changed the clean_up_bc function to work proper again. fixed the print with t...crichter2-7/+6
2006-06-06revert my changes to convert fields of zt_pvt to use stringfields. When I didrussell1-80/+74
2006-06-06Add q.921 state information. (#7260)mattf1-2/+6
2006-06-06Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of testsoej1-221/+432
2006-06-06Merged revisions 32566 via svnmerge from kpfleming1-12/+19
2006-06-06don't return -1 if zapata.conf is not present (part of the patch fromrussell1-1/+1
2006-06-06added select before write to avoid deadlock on full buffer. added some define...crichter2-21/+139
2006-06-06- use stringfields in a bunch of the fields of the zt_pvt structure in chan_zaprussell1-74/+80
2006-06-05use module names, not file names, in menuselectkpfleming1-3/+5
2006-06-05Merged revisions 32373 via svnmerge from kpfleming1-26/+37
2006-06-05revert the changes to allow chan_iax2 to use dnsmgr for registrations.russell1-47/+38
2006-06-05Convert chan_iax2 to use dnsmgr in order to deal with hostnames that can chan...file1-38/+47
2006-06-05Issue 7208 - Handle ; in userinfo part of URI toooej1-2/+5
2006-06-05Do not use ':' as a separator between arguments (kept around for 1.4 for back...oej2-4/+8
2006-06-05Only override callingpres set by rpid if user/peer preference is set. (Issue ...oej1-2/+4
2006-06-04Code simplificationoej1-7/+2
2006-06-04- Fix more problems in transfer code (thanks Tholo!)oej1-10/+13
2006-06-04Respond to some of Luigis questions...oej1-45/+2
2006-06-04Fix potential bug. THanks luigi!oej1-5/+1