aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-09-10Uhm, make Zap actually work again. Did anybody actually test that code?markster1-3/+3
2006-09-10If the leading underscore is not stripped before comparison,tilghman1-1/+2
2006-09-09Don't destruct sessions prematurely. Especially not when we want reliable ret...oej1-25/+26
2006-09-09importing rev 42535 from 1.2 (which by mistake was actually imported from svn...oej1-4/+3
2006-09-09Don't destroy pvt prematurely. Wait for answer or timeout.oej1-2/+1
2006-09-09Clear proper flagoej1-1/+1
2006-09-08Formatting fixes for chan_oss (issue #7808 reported by Mithraen)file1-241/+211
2006-09-08Formatting fixes for chan_alsa (issue #7807 reported by Mithraen with more mo...file1-253/+247
2006-09-07Use flags instead of variables on the private structure for thingsfile1-21/+23
2006-09-07Code cleaning/updates/potential bug fixesfile1-75/+64
2006-09-07Convert some warnings into debug messages since they can exist under perfectl...file1-2/+4
2006-09-06fixed pipe consuming bug when using chanIsAvail (#7878), also moved a debug l...crichter1-2/+4
2006-09-06Merged revisions 42086 via svnmerge from file1-6/+13
2006-09-04Make sure we handle CANCEL/ACK properly (imported with mods from 1.2)oej1-10/+28
2006-09-02It was pointed out to me, that using two frames is silly.qwell1-13/+11
2006-09-02fix some module loader breakageqwell1-11/+10
2006-09-02Fix VLDTMF issues.qwell1-7/+21
2006-09-01Merged revisions 41768 via svnmerge from file1-4/+8
2006-09-01If we are doing video and we can't reinvite, then resort to generic bridging ...file1-1/+1
2006-09-01If no number is specified in the SIP_HEADER dialplan function, then just use ...file1-2/+6
2006-08-31there is no need for __iax_frame_free ...russell1-10/+1
2006-08-31everything that loads a config that needs a config file to runmogorman12-17/+22
2006-08-31there is no need to use iax_frame_free here, as it will actually just end uprussell1-1/+1
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file16-129/+341
2006-08-30Why check bridgepeer twice?oej1-2/+0
2006-08-30Don't add headers to an uninitialized eq (from issue 7694 garyhai, but notoej1-2/+2
2006-08-30Note to myself: Remember Russell's note: Always compile first...oej1-1/+0
2006-08-30Mark ALERT_INFO as deprecated. This can now be done with the sipaddheader() a...oej1-0/+4
2006-08-30Issue #7572 (Boesl) - hangup channel that get buggy 487 response (imported fr...oej1-0/+3
2006-08-30Issue #7822 - don't issue SRV lookups if it's disabled. (barthek)oej1-2/+2
2006-08-30Use an API call (ast_rtp_get_bridged) to return the RTP stream we are bridged...file1-6/+9
2006-08-29make menuselect configure process be silent when possiblekpfleming1-3/+5
2006-08-29Limit challenges to 9 digits in lengthfile1-2/+6
2006-08-29Merge team/russell/frame_cachingrussell5-103/+135
2006-08-29update to reflect recent rtp changesrussell1-7/+11
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...file3-40/+69
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-7/+2
2006-08-25Note to self, always compile before committing.mattf1-1/+1
2006-08-25Don't send proceeding twice (#7800)mattf1-2/+3
2006-08-25don't seg fault when using dbsecretrussell1-2/+4
2006-08-21Allow an offset for SIP_HEADER so you can get more then 1 header of the same ...file1-5/+19
2006-08-21replace a couple of bare 'make' with $(MAKE)kpfleming1-1/+1
2006-08-21Fix a potential integer signedness problem.qwell1-0/+7
2006-08-21merge new_loader_completion branch, including (at least):kpfleming23-459/+350
2006-08-20This is just step 1 in taking over the world.qwell1-2/+2
2006-08-20Converted device2str and control2str to use thread local storage.qwell1-4/+15
2006-08-20Make the CIPC device string usefulqwell1-1/+1
2006-08-20Fix minor display issues in "skinny show devices".qwell1-7/+75
2006-08-19deprecate chan_agent callback modekpfleming1-0/+17
2006-08-19convert lists of constants in channel.h to enums instead of #definesrussell1-2/+2