aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2005-05-07now fix the formatting part (bug #4207)russell1-31/+31
2005-05-07remove unreachable block of code (bug #4207)russell1-4/+3
2005-05-05major re-work of dialplan functions, including:kpfleming1-2/+2
2005-05-04Merge formatting changes (bug #4172)markster1-77/+84
2005-05-04Minor protocol fixes (bug #4169)markster1-35/+36
2005-05-04remove extraneous manual string terminationkpfleming1-1/+0
2005-05-04move some debugging output to a higher debug level (bug #4119)kpfleming1-3/+3
2005-05-04fix build on FreeBSD (bug #4125)kpfleming1-1/+1
2005-05-04solve memory leak and allow chan_mgcp to be unloaded (bug #4148)kpfleming1-34/+49
2005-05-04ensure the SIP socket is closed on module unload (bug #4149)kpfleming1-0/+1
2005-05-03fix breakage when ast_copy_string is used to copy substrings (bug #4146, but ...kpfleming1-25/+22
2005-05-03Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug ...jeremy1-2/+2
2005-05-03Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug ...jeremy1-1/+1
2005-05-03simplify argument parsing in sip_prune_realtimekpfleming1-50/+48
2005-05-03use symbolic constants for RTP method flags, and add debugging output to sip_...kpfleming1-18/+20
2005-05-03ensure astdb registration entries are parsed properly (bug #4126)kpfleming1-1/+1
2005-05-03ensure buffer size is computed properly for ast_copy_stringkpfleming1-1/+1
2005-05-02Add support for native DTMFmarkster1-3/+22
2005-05-02Fix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112jeremy3-27/+68
2005-05-02testing has shown that ast_copy_string is nearly twice as fast as strncpy for...kpfleming1-233/+231
2005-05-02change (iax2,sip) show (peers,users) to use 'like <pattern>' for pattern-matc...kpfleming2-50/+64
2005-05-02attempt to not allocate RTP ports for SIP private structures unless they are ...kpfleming1-48/+54
2005-05-01ensure object reference is removed after unlinking from containerkpfleming1-2/+4
2005-05-01clean up reg_source_dbkpfleming1-54/+55
2005-05-01properly check for error from pri_timer2idx (bug #4117)kpfleming1-1/+1
2005-05-01add SIP_HEADER function, mark SIPGetHeader app deprecated (will be removed on...kpfleming1-2/+52
2005-05-01add direct object unlink macro to ASTOBJ apikpfleming1-110/+107
2005-04-29enhance 'sip prune realtime' to support users as well as peers, and regex-bas...kpfleming1-28/+182
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming8-22/+22
2005-04-29make write() failures on Zap channels more prominent than 'debug' messages (b...kpfleming1-2/+1
2005-04-29Rework astersk make process to be compatable with the Open H.323 build proces...jeremy1-0/+9
2005-04-29Rework astersk make process to be compatable with the Open H.323 build proces...jeremy3-110/+39
2005-04-29Fix codec negiocation on inbound calls. Bugs 3980, 4021, 4045jeremy2-10/+22
2005-04-28unregister reload command (bug #4102)kpfleming1-0/+1
2005-04-27Fixed problem with 'radio' attribute vanishing upon zap reloadjim1-0/+2
2005-04-27allow fine-grained 'insecure' settings (bug #4024)kpfleming1-28/+50
2005-04-27Oops :)markster1-4/+4
2005-04-27Fix lockup in register timeoutmarkster1-1/+12
2005-04-27/ changed the logging in vpb_call()bkramer1-2/+2
2005-04-27add manager events for Zaptel DND state changes (bug #4070, with mods)kpfleming1-2/+12
2005-04-27report IP of peer who sent failing registration (bug #4089)kpfleming1-1/+1
2005-04-27reset 'confirm' mode so DTMF can be used by Zap callees after confirming (bug...kpfleming1-0/+2
2005-04-27formatting cleanup (bug #4088)kpfleming1-18/+18
2005-04-22Support for new signaling type Feature Group D (MF) through a tandem accessmattf1-4/+120
2005-04-22ensure cause code supplied by IAX2 peer is passed up to caller properly (bug ...kpfleming1-0/+5
2005-04-21fix various compiler warningskpfleming2-2/+6
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming21-298/+298
2005-04-19update so people don't whine any morejeremy1-2/+2
2005-04-15fix potential seg fault in my patch that just went in, oopsrussell1-1/+1
2005-04-15Fix "show agents" when name is not present (bug #4030)markster1-18/+28