summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2006-01-25Merged revisions 8677 via svnmerge from Russell Bryant
2006-01-25use arg parsing macros in the AGENT dialplan function (issue #6236, with smal...Russell Bryant
2006-01-25store feature_pvt list using linked list macrosRussell Bryant
2006-01-25store agent_pvt list using linked list macros (issue #6342)Russell Bryant
2006-01-25don't queue a congestion frame on a channel that will be immediately hung up ...Kevin P. Fleming
2006-01-25- Remove unused option to transmit_state_notifyOlle Johansson
2006-01-25From now on, apply maxexpiry and minexpiry to all subscriptions. Thanks to fo...Olle Johansson
2006-01-24Don't reset scheduled ID until we actually end the scheduled event.Olle Johansson
2006-01-24Issue 6114: Don't hangup on bye/also if there's no channel. (gst)Olle Johansson
2006-01-24Issue #6093: Match realtime non-dynamic peers by IP. (siacali).Olle Johansson
2006-01-24Importing rev #8537 from 1.2, never send response to ACK (issue #6308)Olle Johansson
2006-01-24- Report SIP reload in manager (issue 5742 with small changes)Olle Johansson
2006-01-24- Adding doxygen commentsOlle Johansson
2006-01-23Remove redundant default default/global settings from declaration, settings a...Olle Johansson
2006-01-23Remove more unused defines.Olle Johansson
2006-01-23Doxygen updatesOlle Johansson
2006-01-23Finally removing SIPDUMPER that hasn't been used for ages. If anyone needs th...Olle Johansson
2006-01-23- Change "call" to "dialog" where use of "call" is confusing, since it may be...Olle Johansson
2006-01-23- Debug output fixesOlle Johansson
2006-01-23Doxygen updateOlle Johansson
2006-01-23Re-instate sip_addheader() while waiting for a dialplan function. (Issue 6317)Olle Johansson
2006-01-23- Adding some white space from my white space reservoir Olle Johansson
2006-01-22eliminate some compiler warningsRussell Bryant
2006-01-22 Correct some scenarios where CALL_LIMIT could not be getting adjusted proper...BJ Weschke
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant
2006-01-21remove some useless checks of the result of ast_strdupaRussell Bryant
2006-01-21Bug 5515 - Devicestate and API documentation updateTilghman Lesher
2006-01-20Change chan_alsa to default open the first sound card deviceMatthew Fredrickson
2006-01-20eliminate compiler warnings from recent const-ificationKevin P. Fleming
2006-01-20Merged revisions 8320 via svnmerge from Matt O'Gorman
2006-01-20More doxygen updatesOlle Johansson
2006-01-20Doxygen updatesOlle Johansson
2006-01-19Add support for "musicclass" instead of "musiconhold" to make chan_zap compat...Olle Johansson
2006-01-19Enable "musicclass" setting for sip peersOlle Johansson
2006-01-19Merged revisions 8242 via svnmerge from Russell Bryant
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-17remove some more deprecated (pre-1.2) stuffKevin P. Fleming
2006-01-17Fix answeronpolarityswitch and hanguponpolarityswitch when both are yes (#6229)Matthew Fredrickson
2006-01-17 Fix compiler warning.BJ Weschke
2006-01-17don't generate any message for native bridge attempts unless all the basic ch...Kevin P. Fleming
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...Russell Bryant
2006-01-14 Code cleanup spawned from an earlier commit today r8063. Standardize manager...BJ Weschke
2006-01-13Made chan_agent code parsing more robust andMatt O'Gorman
2006-01-13 Implement the autologoffunavail option in chan_agent (#6038 with some minor ...BJ Weschke
2006-01-13 Address the condition where X-ClientCode could be NULL or an empty string - ...BJ Weschke
2006-01-13added some minor changes from bug 6046 thanks ppyyMatt O'Gorman
2006-01-13fix spelling errors (issue #6227)Russell Bryant
2006-01-12Oops... need to keep my trunk folder clean...Matt O'Gorman
2006-01-12Added option for limiting a user from logging inMatt O'Gorman