summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2006-06-09Issue #7325 - Parse string after URI decoding (casper)Olle Johansson
2006-06-09Store RTCP reports in channel variables and SIP historyOlle Johansson
2006-06-09- RTP debug message formattingOlle Johansson
2006-06-09Another try at hanging up the transferer channel after the masqOlle Johansson
2006-06-09Merged revisions 33297 via svnmerge from Joshua Colp
2006-06-09Wait until we have the lock before getting the pvt structure pointer (issue #...Joshua Colp
2006-06-09Don't force context for domain= setting (imported from 1.2)Olle Johansson
2006-06-09Remove the return value from functions that return something that is never ch...Olle Johansson
2006-06-09when we don't want the call we need to release_complete it.. ignoring it brea...Christian Richter
2006-06-09Enabling and disabling debug messages...Olle Johansson
2006-06-08move 'struct ast_rtp' back to rtp.c where it belongsKevin P. Fleming
2006-06-08Debug logging fixesOlle Johansson
2006-06-08At least reply if we get a fatal error in handling a packet.Olle Johansson
2006-06-08Don't crash if chan2 does not exist (one-legged call situations, like echo)Olle Johansson
2006-06-08Improve SIP historyOlle Johansson
2006-06-08Issue #7294 - Asterisk sends INVITE instead of BYE. Fix by Philippe Sultan. T...Olle Johansson
2006-06-08Fixed detection of dtmfs with bridged channels.Christian Richter
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-07remove the WITH_SMDI defineRussell Bryant
2006-06-07Merged revisions 32818 via svnmerge from Russell Bryant
2006-06-07add an updated patch that adds dnsmgr support for outgoing iax2 registrationsRussell Bryant
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsRussell Bryant
2006-06-07changed the clean_up_bc function to work proper again. fixed the print with t...Christian Richter
2006-06-06revert my changes to convert fields of zt_pvt to use stringfields. When I didRussell Bryant
2006-06-06Add q.921 state information. (#7260)Matthew Fredrickson
2006-06-06Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of testsOlle Johansson
2006-06-06Merged revisions 32566 via svnmerge from Kevin P. Fleming
2006-06-06don't return -1 if zapata.conf is not present (part of the patch fromRussell Bryant
2006-06-06added select before write to avoid deadlock on full buffer. added some define...Christian Richter
2006-06-06- use stringfields in a bunch of the fields of the zt_pvt structure in chan_zapRussell Bryant
2006-06-05use module names, not file names, in menuselectKevin P. Fleming
2006-06-05Merged revisions 32373 via svnmerge from Kevin P. Fleming
2006-06-05revert the changes to allow chan_iax2 to use dnsmgr for registrations.Russell Bryant
2006-06-05Convert chan_iax2 to use dnsmgr in order to deal with hostnames that can chan...Joshua Colp
2006-06-05Issue 7208 - Handle ; in userinfo part of URI tooOlle Johansson
2006-06-05Do not use ':' as a separator between arguments (kept around for 1.4 for back...Olle Johansson
2006-06-05Only override callingpres set by rpid if user/peer preference is set. (Issue ...Olle Johansson
2006-06-04Code simplificationOlle Johansson
2006-06-04- Fix more problems in transfer code (thanks Tholo!)Olle Johansson
2006-06-04Respond to some of Luigis questions...Olle Johansson
2006-06-04Fix potential bug. THanks luigi!Olle Johansson
2006-06-04- Doxygen fixOlle Johansson
2006-06-04Show max bitrate in "sip show user" and "sip show channel"Olle Johansson
2006-06-04- Typo in chan_sip (: missing)Olle Johansson
2006-06-04add a bit of comment on what build_route does,Luigi Rizzo
2006-06-03remove some duplicated code;Luigi Rizzo
2006-06-03small simplification in assignments, and fix a typo in a comment.Luigi Rizzo
2006-06-03mark XXX some places where there is a return right beforeLuigi Rizzo
2006-06-03fix indentation of a blockLuigi Rizzo
2006-06-03some code simplifications using S_OR() to remove some if blocksLuigi Rizzo