summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2005-06-02Blindly merge jitter buffer patch of bug #4342)Mark Spencer
2005-06-02Setup transfer capability properly for outbound calls (bug #4434)Mark Spencer
2005-06-02Add button templates for 7902, 7935, 7940, 7960, 7970, support big endian mac...Jeremy McNamara
2005-06-01Apply a proper solution to resolve AST_MAX_ACCOUNT_CODEJeremy McNamara
2005-05-30Fix small sizeof bug (#4407)Mark Spencer
2005-05-30Fix attended transfer crash (bug #4404 with changes)Mark Spencer
2005-05-30Fix reply digest selection of size (bug #4409)Mark Spencer
2005-05-30Fix the ordering fo some checks (bug #4406)Mark Spencer
2005-05-29use DEFAULT_SIP_PORT (bug #4408)Russell Bryant
2005-05-26Fix agent deadlock and remove braindead tags dependencyMark Spencer
2005-05-26Define AST_MAX_ACCOUNTCODE because chan_h323.h does not link to the Asterisk ...Jeremy McNamara
2005-05-26Fix typo about maddr (bug #4386)Mark Spencer
2005-05-25Fix typo in chan_sip. (Bug #4376).Josh Roberson
2005-05-25Fix SIP registration (bug #4138)Mark Spencer
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)Mark Spencer
2005-05-25various code cleanups (bug #4353)Russell Bryant
2005-05-24Correctly implement the button templates in hopes to support more 79XX series...Jeremy McNamara
2005-05-24(Hopefully!) last remaining changes for NFAS.Matthew Fredrickson
2005-05-24More updates for NFAS span/channel mappingMatthew Fredrickson
2005-05-23Bug in pri_find_principleMatthew Fredrickson
2005-05-23Updates for new libpri set_message apiMatthew Fredrickson
2005-05-21Optimize global/user/peer configuration call options. Bug #4336Jeremy McNamara
2005-05-21Make debug output more precise. Bug #4345Jeremy McNamara
2005-05-20Mods for IMPLICIT/EXPLICIT channel id selection supportMatthew Fredrickson
2005-05-20make 'sip debug' work again (commands must be registered shortest-first when ...Kevin P. Fleming
2005-05-19Make capbilities be connection specific versus for the whole endpoint. Bug #4334Jeremy McNamara
2005-05-19Fix memory leak, avoid uncessary abuse of memory and formatting tweaks. Bug #...Jeremy McNamara
2005-05-19formatting cleanup (bug #4330)Kevin P. Fleming
2005-05-19remove unnecessary conditional logic (bug #4313, take two)Kevin P. Fleming
2005-05-19ensure that peer-level RTP settings are actually used (bug #4313)Kevin P. Fleming
2005-05-19add IAXPEER function (bug #4310, with minor formatting and doc changes)Kevin P. Fleming
2005-05-19move variable declarations to top of function where they belong (bug #4303)Kevin P. Fleming
2005-05-19Yet another set of jitter buffer changes (this time some scheduling improveme...Mark Spencer
2005-05-19More jitter buffer fixes for large resync (bug #4311)Mark Spencer
2005-05-19Merge skew reduction (bug #4222)Mark Spencer
2005-05-18Add IAX2 testing code (bug #4242)Mark Spencer
2005-05-18Actually apply timestamp bug (bug #3961)Mark Spencer
2005-05-17print out the IAX DATETIME IE in 'iax2 debug' in human readable formRussell Bryant
2005-05-16Turn on the DSP for the channel after an ANSWER so that we get DTMF detectedMatthew Fredrickson
2005-05-16Additions to chan_zap.c to receive PRI_EVENT_KEYPAD_DIGIT properly. Bug #4286Matthew Fredrickson
2005-05-16SIP hold improvements (bug #4290)Kevin P. Fleming
2005-05-16add 'zap show status' CLI command to display card/span status (bug #3585)Kevin P. Fleming
2005-05-15more strncpy -> ast_copy_string conversions, fixing some buglets along the wayKevin P. Fleming
2005-05-15combine two lines of code to make the logic clearer (bug #4273)Kevin P. Fleming
2005-05-15fix segfaults in realtime_peer/realtime_user when wrong-type realtime entry i...Kevin P. Fleming
2005-05-15fix up help text and output for 'iax2 trunk debug' CLI command (bug #4191)Kevin P. Fleming
2005-05-15code formatting cleanup (bug #4213)Kevin P. Fleming
2005-05-15implement more detailed hangup causes (bug #4214)Kevin P. Fleming
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)Kevin P. Fleming
2005-05-15add functions to register/unregister multiple CLI commands in a single operat...Kevin P. Fleming