summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2006-05-23Bump up the echo tail length optionMatthew Fredrickson
2006-05-23added a l1watcher timeout, therefore removed the old behaviour of guessing th...Christian Richter
2006-05-23Merged revisions 29764 via svnmerge from Kevin P. Fleming
2006-05-23 Sanity check code for an extended failure in trying to obtain a channel lock...BJ Weschke
2006-05-23finish cleaning up some more stuff before russellMatt O'Gorman
2006-05-23update chan_jingle to reflect the recent change to the indicate prototypeRussell Bryant
2006-05-23Breaking once will stop us... :-)Olle Johansson
2006-05-23* export_ies uses now _VAR else the vars are not copied to the dest chanChristian Richter
2006-05-23Code formattingOlle Johansson
2006-05-23Handle ringing (early) state properly on SIPMark Spencer
2006-05-22asterisk-xmpp merge inMatt O'Gorman
2006-05-22Merged revisions 29464 via svnmerge from Joshua Colp
2006-05-22added callcounters for incoming and outgoing callsChristian Richter
2006-05-22remove code duplication generating some ast_verbose messages .Luigi Rizzo
2006-05-22use the functional form of time(), and mark XXX a couple of placesLuigi Rizzo
2006-05-22more constificationsLuigi Rizzo
2006-05-22various constification of function arguments to prevent erroneousLuigi Rizzo
2006-05-22the msg argument of the various transmi_response*() functions is const.Luigi Rizzo
2006-05-22mark const the 'header' argument of gettagLuigi Rizzo
2006-05-22mark const the source of copy_requestLuigi Rizzo
2006-05-22fix indentation to make a table more readableLuigi Rizzo
2006-05-22simplify register_peer_exten() removing some duplicated code.Luigi Rizzo
2006-05-22use strsep() to trim away ;xxx from SIP messages.Luigi Rizzo
2006-05-22use a more compact method to trim the trailing ;... from SIP lines.Luigi Rizzo
2006-05-22annotate const parameters of copy_header()Luigi Rizzo
2006-05-22src is const in parse_copy()Luigi Rizzo
2006-05-22minor logic simplification in get_sip_pvt_byid_locked()Luigi Rizzo
2006-05-22simplify logic in function create_addr()Luigi Rizzo
2006-05-22simplify logic in realtime_peer(), removing an unnecessaryLuigi Rizzo
2006-05-21strcmp() is the right function to use here, not strncmp().Luigi Rizzo
2006-05-20fix the possibility of writing one byte past the end of a buffer.Russell Bryant
2006-05-20Merged revisions 28896 via svnmerge from Kevin P. Fleming
2006-05-19attributes need trailing CR-LFKevin P. Fleming
2006-05-19allow chan_h323 to build (issue #7006, casper)Russell Bryant
2006-05-19Merged revisions 28794 via svnmerge from Kevin P. Fleming
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...Tilghman Lesher
2006-05-19Clean up some chan_zap code to make it more readable. (issue #6834 reported b...Joshua Colp
2006-05-19Merged revisions 28698 via svnmerge from Joshua Colp
2006-05-19fix up a patch that did not merge properly from 1.2 ... weird Russell Bryant
2006-05-19Adding send_text capability to chan_localOlle Johansson
2006-05-19First stab at supporting video in chan_localOlle Johansson
2006-05-19Add simple devicestate for chan_localOlle Johansson
2006-05-19Formatting cleanupOlle Johansson
2006-05-18Merged revisions 28380,28384 via svnmerge from Kevin P. Fleming
2006-05-18add another media path reinvite 'flavor', where we will only redirect our med...Kevin P. Fleming
2006-05-18adding new code should require following the formatting guidelines :-)Kevin P. Fleming
2006-05-18Allow contexts in regexten so that extensions can be added to multiple contex...Joshua Colp
2006-05-18this is not a warning, it might happen during call initializationChristian Richter
2006-05-18Fix receiving message count information from a remote IAX2 peer. (issue #7163...Joshua Colp
2006-05-17Merged revisions 27973 via svnmerge from Joshua Colp