summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2005-05-08Use maxdomainlen in chan_sip (bug #4212)Mark Spencer
2005-05-08Fix gethostname calls (bug #4198, with mods)Mark Spencer
2005-05-07now fix the formatting part (bug #4207)Russell Bryant
2005-05-07remove unreachable block of code (bug #4207)Russell Bryant
2005-05-05major re-work of dialplan functions, including:Kevin P. Fleming
2005-05-04Merge formatting changes (bug #4172)Mark Spencer
2005-05-04Minor protocol fixes (bug #4169)Mark Spencer
2005-05-04remove extraneous manual string terminationKevin P. Fleming
2005-05-04move some debugging output to a higher debug level (bug #4119)Kevin P. Fleming
2005-05-04fix build on FreeBSD (bug #4125)Kevin P. Fleming
2005-05-04solve memory leak and allow chan_mgcp to be unloaded (bug #4148)Kevin P. Fleming
2005-05-04ensure the SIP socket is closed on module unload (bug #4149)Kevin P. Fleming
2005-05-03fix breakage when ast_copy_string is used to copy substrings (bug #4146, but ...Kevin P. Fleming
2005-05-03Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug ...Jeremy McNamara
2005-05-03Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug ...Jeremy McNamara
2005-05-03simplify argument parsing in sip_prune_realtimeKevin P. Fleming
2005-05-03use symbolic constants for RTP method flags, and add debugging output to sip_...Kevin P. Fleming
2005-05-03ensure astdb registration entries are parsed properly (bug #4126)Kevin P. Fleming
2005-05-03ensure buffer size is computed properly for ast_copy_stringKevin P. Fleming
2005-05-02Add support for native DTMFMark Spencer
2005-05-02Fix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112Jeremy McNamara
2005-05-02testing has shown that ast_copy_string is nearly twice as fast as strncpy for...Kevin P. Fleming
2005-05-02change (iax2,sip) show (peers,users) to use 'like <pattern>' for pattern-matc...Kevin P. Fleming
2005-05-02attempt to not allocate RTP ports for SIP private structures unless they are ...Kevin P. Fleming
2005-05-01ensure object reference is removed after unlinking from containerKevin P. Fleming
2005-05-01clean up reg_source_dbKevin P. Fleming
2005-05-01properly check for error from pri_timer2idx (bug #4117)Kevin P. Fleming
2005-05-01add SIP_HEADER function, mark SIPGetHeader app deprecated (will be removed on...Kevin P. Fleming
2005-05-01add direct object unlink macro to ASTOBJ apiKevin P. Fleming
2005-04-29enhance 'sip prune realtime' to support users as well as peers, and regex-bas...Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-29make write() failures on Zap channels more prominent than 'debug' messages (b...Kevin P. Fleming
2005-04-29Rework astersk make process to be compatable with the Open H.323 build proces...Jeremy McNamara
2005-04-29Rework astersk make process to be compatable with the Open H.323 build proces...Jeremy McNamara
2005-04-29Fix codec negiocation on inbound calls. Bugs 3980, 4021, 4045Jeremy McNamara
2005-04-28unregister reload command (bug #4102)Kevin P. Fleming
2005-04-27Fixed problem with 'radio' attribute vanishing upon zap reloadJim Dixon
2005-04-27allow fine-grained 'insecure' settings (bug #4024)Kevin P. Fleming
2005-04-27Oops :)Mark Spencer
2005-04-27Fix lockup in register timeoutMark Spencer
2005-04-27/ changed the logging in vpb_call()Ben Kramer
2005-04-27add manager events for Zaptel DND state changes (bug #4070, with mods)Kevin P. Fleming
2005-04-27report IP of peer who sent failing registration (bug #4089)Kevin P. Fleming
2005-04-27reset 'confirm' mode so DTMF can be used by Zap callees after confirming (bug...Kevin P. Fleming
2005-04-27formatting cleanup (bug #4088)Kevin P. Fleming
2005-04-22Support for new signaling type Feature Group D (MF) through a tandem accessMatthew Fredrickson
2005-04-22ensure cause code supplied by IAX2 peer is passed up to caller properly (bug ...Kevin P. Fleming
2005-04-21fix various compiler warningsKevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-19update so people don't whine any moreJeremy McNamara