summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2005-05-05major re-work of dialplan functions, including:Kevin P. Fleming
2005-05-04Merge formatting changes (bug #4172)Mark Spencer
2005-05-04remove extraneous manual string terminationKevin 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-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-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-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-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-27formatting cleanup (bug #4088)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-13Add sched_when function (bug #4022)Mark Spencer
2005-04-06*** empty log message ***Kevin P. Fleming
2005-04-06actually space out the registrations :) (bug #3104)Russell Bryant
2005-04-05report non-codec capabilities in 'sip debug' properly (bug #3960)Kevin P. Fleming
2005-03-30add missing newlines (part2)Anthony Minessale II
2005-03-30add missing newlinesAnthony Minessale II
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...Mark Spencer
2005-03-28Clear out received tag in 407/401's (bug #3885)Mark Spencer
2005-03-28Don't forget blank header in notify (bug #3877)Mark Spencer
2005-03-28Cleanup SIP method stuff a littleMark Spencer
2005-03-27Minor formatting fixesMark Spencer
2005-03-25Fix DTMF formatting (bug #3853)Mark Spencer
2005-03-24Add SIP real authentication (bug #3782)Mark Spencer
2005-03-24Fix SIP/IAX caching (bug #3671)Mark Spencer
2005-03-24Make sure regtimeout is initialized (bug #3845)Mark Spencer
2005-03-23Fix portability (Bug #3842)Mark Spencer
2005-03-22Fix SIP realtime bug (somehow didn't get committed yesterday)Mark Spencer
2005-03-21Make sure we don't accept streams we can't handle (bug #3818)Mark Spencer
2005-03-21Update SIP/IAX documentation and code (Bug #3810)Mark Spencer
2005-03-20Add SIPPeers and SIPShowPeer manager events (bug #3693 with mods)Mark Spencer
2005-03-20Minor sipredirect fixes (bug #3789)Mark Spencer
2005-03-20Fix "," to "." notation.Mark Spencer
2005-03-20Comment on sensitivity (bug #3802)Mark Spencer
2005-03-19icseq increments only on requests, not responses (bug #3798)Mark Spencer
2005-03-19Strengthen RFC conformity with respect to tags and stupid SIP complexities.Mark Spencer
2005-03-19Fix "little crash" in inuse handling (bug #3792)Mark Spencer
2005-03-19Fix tag issue (bug #3795)Mark Spencer