summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2006-05-11- Add more and organize forward declarations (preparing for splitting up this...Olle Johansson
2006-05-11Issue #7081 (kanoop) - use proper cause code for 480Olle Johansson
2006-05-10and chan_iax2 gets smaller... remove the old jitterbufferKevin P. Fleming
2006-05-10remove some chekc sof the result of ast_mutex_lock (issue #7119, Mithraen)Russell Bryant
2006-05-10update the ->indicate() callback for the new argumentsKevin P. Fleming
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-05-10Allow media to go directly between IAX endpoints while signalling still Mark Spencer
2006-05-09minor cleanups and removal of duplicate prototypesKevin P. Fleming
2006-05-09Make SIP early media work more efficiently without so many reinvitesMark Spencer
2006-05-09Make sure we update parameters correctly with reinviteMark Spencer
2006-05-09Make menuselect be able to show what the modules areMark Spencer
2006-05-08Issue #7103 (mikma)Olle Johansson
2006-05-08- Issue 7101 (mikma) - Don't crash with no From: header in pedantic modeOlle Johansson
2006-05-08Merged revisions 25563 via svnmerge from BJ Weschke
2006-05-08woohoo asterdevcon first commit, adds feature to Matt O'Gorman
2006-05-08in PTMP TE we should set the free state for the B-Channel if we ignore an inc...Christian Richter
2006-05-06Merged revisions 25123 via svnmerge from Russell Bryant
2006-05-05document the return value of gettag()Russell Bryant
2006-05-05fix the return value of gettag() to only return the pointer to the providedRussell Bryant
2006-05-05Added option far_alerting. This option makes it possible to generate a Ringin...Christian Richter
2006-05-03 Provide the ability to adjust txgain/rxgain on a channel level via the CHANN...BJ Weschke
2006-05-03Update chan_iax2 to use linkedlists.h for users and peers. Modify the way get...Joshua Colp
2006-05-03Issue #7074 - Problem with long contact linesOlle Johansson
2006-05-02use set_callerid to update callerid with prefixChristian Richter
2006-05-02returning 128 emtpy Frames instead of null frame. Christian Richter
2006-05-01Don't return stack pointers from functions (especially since the code will at...Tilghman Lesher
2006-05-01move some code used only --with-pri in the properLuigi Rizzo
2006-04-30use proper method of detecting OSS support on Linux and FreeBSDKevin P. Fleming
2006-04-30Merged revisions 23705 via svnmerge from Kevin P. Fleming
2006-04-30Merged revisions 23673 via svnmerge from Kevin P. Fleming
2006-04-30remove unusable MFC/R2 supportKevin P. Fleming
2006-04-29added an up-queue message mechanism to avoid buffer fillups in the kernel, al...Christian Richter
2006-04-29partial adaptation to the new module loadingLuigi Rizzo
2006-04-28fix sending the group numbers for a sip peer over the manager interfaceRussell Bryant
2006-04-27allows for chan_zap to have all channels reloadedMatt O'Gorman
2006-04-27Make sure we use the correct event type when we're moving channels around :-)Matthew Fredrickson
2006-04-27put the default misdn.trace to /var/log/asterisk/misdn.log for better integra...Christian Richter
2006-04-26Facility decoding doesn't work proper yetChristian Richter
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-23- Add doxygen documentation for sipsock_read lockingOlle Johansson
2006-04-22Added "Operator Services" connection mode for Zap channels, and the 'O' optionJim Dixon
2006-04-21more stncpy/ast_copy_string replacement.Luigi Rizzo
2006-04-21replace some strncpy with ast_copy string,Luigi Rizzo
2006-04-21replace strncpy with ast_copy_string.Luigi Rizzo
2006-04-21ast_strdup can handle NULL args well, so use it.Luigi Rizzo
2006-04-19Clarify result of sipsock_readOlle Johansson
2006-04-19Add reference to RFC for mailbox notificationOlle Johansson
2006-04-19Cosmetic fixes to code...Olle Johansson
2006-04-18- call parking improvements (part of the siptransfer branch)Olle Johansson