aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-05-11simplify init_req()rizzo1-11/+6
2006-05-11cleanup init_resp with proper variable names and arguments.rizzo1-13/+9
2006-05-11staticize a variable.rizzo1-1/+1
2006-05-11replace list unlinking with UNLINK macrorizzo1-8/+11
2006-05-11simplify sip_pretend_ack also removing a bug in the existingrizzo1-11/+4
2006-05-11Merged revisions 26760 via svnmerge from kpfleming1-1/+6
2006-05-11Ignore CANCEL on call that is already answeredoej1-0/+8
2006-05-11Small formatting fixesoej1-10/+10
2006-05-11Issue #OEJ12399.3 - Set default maxcallbitrate for users too. oej1-0/+1
2006-05-11- Add more and organize forward declarations (preparing for splitting up this...oej1-42/+163
2006-05-11Issue #7081 (kanoop) - use proper cause code for 480oej1-1/+1
2006-05-10and chan_iax2 gets smaller... remove the old jitterbufferkpfleming1-373/+20
2006-05-10remove some chekc sof the result of ast_mutex_lock (issue #7119, Mithraen)russell2-114/+72
2006-05-10update the ->indicate() callback for the new argumentskpfleming1-2/+2
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell3-79/+45
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming13-29/+29
2006-05-10Allow media to go directly between IAX endpoints while signalling still markster2-35/+102
2006-05-09minor cleanups and removal of duplicate prototypeskpfleming1-32/+23
2006-05-09Make SIP early media work more efficiently without so many reinvitesmarkster1-6/+13
2006-05-09Make sure we update parameters correctly with reinvitemarkster1-2/+1
2006-05-09Make menuselect be able to show what the modules aremarkster2-3/+4
2006-05-08Issue #7103 (mikma)oej1-3/+3
2006-05-08- Issue 7101 (mikma) - Don't crash with no From: header in pedantic modeoej1-28/+33
2006-05-08Merged revisions 25563 via svnmerge from bweschke1-1/+4
2006-05-08woohoo asterdevcon first commit, adds feature to mogorman1-0/+66
2006-05-08in PTMP TE we should set the free state for the B-Channel if we ignore an inc...crichter1-0/+2
2006-05-06Merged revisions 25123 via svnmerge from russell1-0/+6
2006-05-05document the return value of gettag()russell1-1/+5
2006-05-05fix the return value of gettag() to only return the pointer to the providedrussell1-1/+2
2006-05-05Added option far_alerting. This option makes it possible to generate a Ringin...crichter5-6/+43
2006-05-03 Provide the ability to adjust txgain/rxgain on a channel level via the CHANN...bweschke1-0/+21
2006-05-03Update chan_iax2 to use linkedlists.h for users and peers. Modify the way get...file1-250/+238
2006-05-03Issue #7074 - Problem with long contact linesoej1-2/+2
2006-05-02use set_callerid to update callerid with prefixcrichter1-3/+1
2006-05-02returning 128 emtpy Frames instead of null frame. crichter1-2/+10
2006-05-01Don't return stack pointers from functions (especially since the code will at...tilghman1-6/+9
2006-05-01move some code used only --with-pri in the properrizzo1-9/+9
2006-04-30use proper method of detecting OSS support on Linux and FreeBSDkpfleming2-8/+3
2006-04-30Merged revisions 23705 via svnmerge from kpfleming1-2/+2
2006-04-30Merged revisions 23673 via svnmerge from kpfleming1-1/+1
2006-04-30remove unusable MFC/R2 supportkpfleming2-363/+4
2006-04-29added an up-queue message mechanism to avoid buffer fillups in the kernel, al...crichter3-39/+131
2006-04-29partial adaptation to the new module loadingrizzo1-24/+9
2006-04-28fix sending the group numbers for a sip peer over the manager interfacerussell1-2/+3
2006-04-27allows for chan_zap to have all channels reloadedmogorman1-1/+52
2006-04-27Make sure we use the correct event type when we're moving channels around :-)mattf1-1/+1
2006-04-27put the default misdn.trace to /var/log/asterisk/misdn.log for better integra...crichter1-1/+1
2006-04-26Facility decoding doesn't work proper yetcrichter1-0/+3
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming13-276/+211
2006-04-23- Add doxygen documentation for sipsock_read lockingoej1-0/+5