summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2010-03-02fixes adaptive jitterbuffer configurationDavid Vossel
2010-03-02fix asterisk setting of pritimers from chan_dahdi.confAlec L Davis
2010-03-01Cleanup display_*message functions.Michiel van Baak
2010-03-01fix endianes issues in chan_skinnyMichiel van Baak
2010-03-01Merged revisions 249536 via svnmerge from Jeff Peeler
2010-02-27overlap receiving: automatically send CALL PROCEEDING when dialplan startsAlec L Davis
2010-02-27Merged revisions 249234 via svnmerge from Kevin P. Fleming
2010-02-26Merged revisions 249100 via svnmerge from Mark Michelson
2010-02-24Also kill the .i files, or else the build process will not recreate them, whe...Tilghman Lesher
2010-02-23Merged revisions 248396 via svnmerge from David Vossel
2010-02-22Move the REF_DEBUG comment higher in the include list.Mark Michelson
2010-02-21Cleanup transmit_* functions, part 1Michiel van Baak
2010-02-19mfcr2 issue 0016844 - Fix portability bit fields and make mfcr2_immediate_acc...Moises Silva
2010-02-19handle_request_invite revise comment, fix coding guideline issuesDavid Vossel
2010-02-19Merged revisions 247910 via svnmerge from Richard Mudgett
2010-02-18If the peer record is from realtime, it could be set to 0, due to MySQL not r...Tilghman Lesher
2010-02-17Make all of the various rtpqos parameters in this branch available from the C...Tilghman Lesher
2010-02-16Change the blanket rules to delete .lastclean on all CFLAGS menuselect target...Tilghman Lesher
2010-02-16Allow Timer B to be set on the peer, and ensure SIP rules are followed (or wa...Tilghman Lesher
2010-02-15Restore triedtopribridge flag code removed in -r211197.Richard Mudgett
2010-02-15chan_sip parse code refactoring plus two new unit testsDavid Vossel
2010-02-12fixes areas where port should be removed from domain during parsingDavid Vossel
2010-02-11fixes some test description formatting inconsistencies so log file looks niceDavid Vossel
2010-02-10additional parse_uri test and documentationDavid Vossel
2010-02-10Change channel state on local channels for busy,answer,ring.Jeff Peeler
2010-02-09Various updates to the unit test API.Russell Bryant
2010-02-09fixes a merging error for the iaxs and iaxsl off by one fixDavid Vossel
2010-02-09Merged revisions 245792 via svnmerge from David Vossel
2010-02-09This commit removes an extra newline in T.38 generated SDP packets. This bug ...Matthew Nicholson
2010-02-08Remove object files from the channels/sip/ directory on make clean.Russell Bryant
2010-02-08Actually use _ASTLDFLAGS in the main/ and channels/ Makefiles.Tilghman Lesher
2010-02-08Make chan_usbradio compile.Russell Bryant
2010-02-07Tweak formatting and add minor updates to some comments.Russell Bryant
2010-02-07Remove parsing of constantssrc from reload_config.Mark Michelson
2010-02-06Remove useless sip options related to hash table size.Mark Michelson
2010-02-05adds total call numbers available to 'iax2 show callnumber usage' cli outputDavid Vossel
2010-02-05fixes issue with sip registry not having correct default expiryDavid Vossel
2010-02-04parse_moved_contact tries to parse contact_name twiceDavid Vossel
2010-02-03-----Changes -----David Vossel
2010-02-03The chanvar= setting should inherit the entire list of variables, not just th...Tilghman Lesher
2010-02-02fixes crash during T.38 negotiation caused by invalid or missing FaxMaxDatagr...David Vossel
2010-02-01Merged revisions 244070 via svnmerge from Tilghman Lesher
2010-01-28Informational message, not an error.Tilghman Lesher
2010-01-28Add a missing line terminator for T.38 SDP.Russell Bryant
2010-01-28Merged revisions 243779 via svnmerge from Russell Bryant
2010-01-27Fix the ability to specify an OSP token for an outbound IAX2 call.Russell Bryant
2010-01-26RFC compliant uri and display-name encode/decodeDavid Vossel
2010-01-22Merged revisions 242226 via svnmerge from Olle Johansson
2010-01-21Formats are inconsistent between even 32-bit and 64-bit Linux. Use casts to ...Tilghman Lesher
2010-01-20Fix up compile breakage from ast_tvdiff_ms() API change.Kevin P. Fleming