summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2006-09-10Uhm, make Zap actually work again. Did anybody actually test that code?Mark Spencer
2006-09-10If the leading underscore is not stripped before comparison,Tilghman Lesher
2006-09-09Don't destruct sessions prematurely. Especially not when we want reliable ret...Olle Johansson
2006-09-09importing rev 42535 from 1.2 (which by mistake was actually imported from svn...Olle Johansson
2006-09-09Don't destroy pvt prematurely. Wait for answer or timeout.Olle Johansson
2006-09-09Clear proper flagOlle Johansson
2006-09-08Formatting fixes for chan_oss (issue #7808 reported by Mithraen)Joshua Colp
2006-09-08Formatting fixes for chan_alsa (issue #7807 reported by Mithraen with more mo...Joshua Colp
2006-09-07Use flags instead of variables on the private structure for thingsJoshua Colp
2006-09-07Code cleaning/updates/potential bug fixesJoshua Colp
2006-09-07Convert some warnings into debug messages since they can exist under perfectl...Joshua Colp
2006-09-06fixed pipe consuming bug when using chanIsAvail (#7878), also moved a debug l...Christian Richter
2006-09-06Merged revisions 42086 via svnmerge from Joshua Colp
2006-09-04Make sure we handle CANCEL/ACK properly (imported with mods from 1.2)Olle Johansson
2006-09-02It was pointed out to me, that using two frames is silly.Jason Parker
2006-09-02fix some module loader breakageJason Parker
2006-09-02Fix VLDTMF issues.Jason Parker
2006-09-01Merged revisions 41768 via svnmerge from Joshua Colp
2006-09-01If we are doing video and we can't reinvite, then resort to generic bridging ...Joshua Colp
2006-09-01If no number is specified in the SIP_HEADER dialplan function, then just use ...Joshua Colp
2006-08-31there is no need for __iax_frame_free ...Russell Bryant
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-31there is no need to use iax_frame_free here, as it will actually just end upRussell Bryant
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-30Why check bridgepeer twice?Olle Johansson
2006-08-30Don't add headers to an uninitialized eq (from issue 7694 garyhai, but notOlle Johansson
2006-08-30Note to myself: Remember Russell's note: Always compile first...Olle Johansson
2006-08-30Mark ALERT_INFO as deprecated. This can now be done with the sipaddheader() a...Olle Johansson
2006-08-30Issue #7572 (Boesl) - hangup channel that get buggy 487 response (imported fr...Olle Johansson
2006-08-30Issue #7822 - don't issue SRV lookups if it's disabled. (barthek)Olle Johansson
2006-08-30Use an API call (ast_rtp_get_bridged) to return the RTP stream we are bridged...Joshua Colp
2006-08-29make menuselect configure process be silent when possibleKevin P. Fleming
2006-08-29Limit challenges to 9 digits in lengthJoshua Colp
2006-08-29Merge team/russell/frame_cachingRussell Bryant
2006-08-29update to reflect recent rtp changesRussell Bryant
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...Joshua Colp
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...Kevin P. Fleming
2006-08-25Note to self, always compile before committing.Matthew Fredrickson
2006-08-25Don't send proceeding twice (#7800)Matthew Fredrickson
2006-08-25don't seg fault when using dbsecretRussell Bryant
2006-08-21Allow an offset for SIP_HEADER so you can get more then 1 header of the same ...Joshua Colp
2006-08-21replace a couple of bare 'make' with $(MAKE)Kevin P. Fleming
2006-08-21Fix a potential integer signedness problem.Jason Parker
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-20This is just step 1 in taking over the world.Jason Parker
2006-08-20Converted device2str and control2str to use thread local storage.Jason Parker
2006-08-20Make the CIPC device string usefulJason Parker
2006-08-20Fix minor display issues in "skinny show devices".Jason Parker
2006-08-19deprecate chan_agent callback modeKevin P. Fleming
2006-08-19convert lists of constants in channel.h to enums instead of #definesRussell Bryant