aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2006-04-22Added "Operator Services" connection mode for Zap channels, and the 'O' optionjdixon1-14/+78
2006-04-21more stncpy/ast_copy_string replacement.rizzo1-21/+18
2006-04-21replace some strncpy with ast_copy string,rizzo1-43/+33
2006-04-21replace strncpy with ast_copy_string.rizzo1-10/+6
2006-04-21ast_strdup can handle NULL args well, so use it.rizzo1-19/+4
2006-04-19Clarify result of sipsock_readoej1-1/+3
2006-04-19Add reference to RFC for mailbox notificationoej1-1/+1
2006-04-19Cosmetic fixes to code...oej1-2/+3
2006-04-18- call parking improvements (part of the siptransfer branch)oej1-53/+98
2006-04-18Implement somewhat improved support for 481 Call leg does not exist responses...oej1-3/+32
2006-04-18Clean up handle_response_peerpokeoej1-4/+3
2006-04-18Change sip show channels to include refer statusoej1-2/+10
2006-04-18- Deallocate refer structure at sip_destroy timeoej1-10/+28
2006-04-18simplify logic in iax2_bridge()rizzo1-38/+16
2006-04-18It's critical that we get an ACK on a 200 OK to an INVITE. If we do not get t...oej1-2/+2