aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman3-160/+189
2008-12-12demote always-appearing debug message (for certain boards) to ast_debug lev 3...murf1-1/+2
2008-12-12Rename a number of tcptls_session variables. There are no functional changes...russell1-73/+73
2008-12-12Fix a small race condition in sip_tcp_locate().russell1-5/+10
2008-12-12Resolve crashes when using SIP TCP/TLS with qualify.russell1-1/+1
2008-12-12When a device registers we need to unlink them (if linked) from the peers_by_...file1-0/+8
2008-12-12Fix codec capability setup in chan_skinnymvanbaak1-13/+42
2008-12-12Since chan_sip is callback devicestate driven do not pass in actual states, p...file1-4/+4
2008-12-11When a device registers to use it is entirely possible that they may be in us...file1-1/+1
2008-12-10Merged revisions 162804 via svnmerge from file1-2/+2
2008-12-10Merged revisions 162738 via svnmerge from file1-0/+1
2008-12-10Merged revisions 162663 via svnmerge from mmichelson1-17/+1
2008-12-10When transmitting a register set the socket port to the local one for the tra...file1-1/+3
2008-12-10Finish conversion to using ARRAY_LEN and remove it as a janitor project.file1-2/+2
2008-12-08Merged revisions 161725 via svnmerge from file1-1/+1
2008-12-08Fix a crash that can occur on a transfer in chan_sip when attempting to collectmnicholson1-1/+1
2008-12-08Add the ability to play a courtesy tone to the transfer target in a native SI...twilson1-0/+4
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel8-16/+16
2008-12-04If 'faxdetect=yes' in sip.conf, switch to a 'fax' extension (if it exists) af...dhubbard1-1/+28
2008-12-04Add debug flag so skinny debug will show information about packets.mvanbaak1-4/+163
2008-12-03- iax2-provision was not freeing iax_templates structure when unloading the c...eliel1-45/+65
2008-12-03Merged revisions 160480 via svnmerge from tilghman1-6/+5
2008-12-02remove duplicate comment that I accidentally mergedjpeeler1-7/+0
2008-12-02(closes issue #13786)jpeeler1-0/+11
2008-12-02Merged revisions 160297 via svnmerge from tilghman1-8/+9
2008-12-02Merged revisions 160207 via svnmerge from tilghman1-1/+5
2008-12-01Silence a build warning. (chan_phone.c:810: warning: value computed is not used)seanbright1-1/+1
2008-12-01Merged revisions 160003 via svnmerge from russell1-12/+42
2008-11-29incorporates r159808 from branches/1.4:kpfleming5-11/+11
2008-11-29we can now build with -Wformat=2, which found a couple of real bugskpfleming2-8/+10
2008-11-26Don't allow for configuration options to overwrite optionsmmichelson1-5/+27
2008-11-25Merged revisions 159316 via svnmerge from murf1-0/+7
2008-11-25Add an option, waitfordialtone, for UK analog lines which do not end a calltilghman1-2/+56
2008-11-25Merged revisions 159269 via svnmerge from tilghman1-1/+1
2008-11-25Merged revisions 159246 via svnmerge from tilghman1-2/+2
2008-11-25Merged revisions 159025 via svnmerge from tilghman2-0/+4
2008-11-25Make chan_usbradio compile under dev modetwilson1-7/+21
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright3-50/+50
2008-11-23If you enabled 'notifycid' one of the limitations is that the calling channelseanbright1-5/+19
2008-11-23No need to use a separate structure for this since we can just passseanbright1-15/+4
2008-11-22dont send reorder tone after a device is hungup if a dialout is abandoned or ...mvanbaak1-6/+12
2008-11-22Add Media Source Update to skinny's control2strmvanbaak1-0/+2
2008-11-22fix a very occasional core dump in chan_skinny found by wedhorn.mvanbaak1-1/+2
2008-11-21Fix for #13963. Make physical channel mapping unconfigured defaultmattf1-2/+3
2008-11-21Add fix to prevent crash during reload if there is an outstanding MWI registr...dbailey1-0/+4
2008-11-21Use a more expressive constant for a 64-bit scanned intmmichelson1-1/+1
2008-11-21Use some magic constants to get the right sizemmichelson1-1/+1
2008-11-21Fix the build for 32-bit systems. %lu is only 32-bitsmmichelson1-1/+1
2008-11-20Change the remote user agent session version variablemmichelson1-3/+3
2008-11-20Merged revisions 158072 via svnmerge from mmichelson1-1/+1