aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-19move variable declarations to top of function where they belong (bug #4303)kpfleming1-6/+6
2005-05-16SIP hold improvements (bug #4290)kpfleming1-12/+38
2005-05-15code formatting cleanup (bug #4213)kpfleming1-606/+635
2005-05-15implement more detailed hangup causes (bug #4214)kpfleming1-9/+83
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)kpfleming1-2/+2
2005-05-15add functions to register/unregister multiple CLI commands in a single operat...kpfleming1-91/+30
2005-05-15various minor formatting changes and code cleanups (bug #4262)kpfleming1-34/+66
2005-05-08Use maxdomainlen in chan_sip (bug #4212)markster1-17/+18
2005-05-05major re-work of dialplan functions, including:kpfleming1-2/+2
2005-05-04Merge formatting changes (bug #4172)markster1-77/+84
2005-05-04remove extraneous manual string terminationkpfleming1-1/+0
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-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-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...kpfleming1-16/+24
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-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-...kpfleming1-10/+10
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-27formatting cleanup (bug #4088)kpfleming1-18/+18
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-28/+28
2005-04-13Add sched_when function (bug #4022)markster1-1/+1
2005-04-06*** empty log message ***kpfleming1-0/+4
2005-04-06actually space out the registrations :) (bug #3104)russell1-1/+2
2005-04-05report non-codec capabilities in 'sip debug' properly (bug #3960)kpfleming1-3/+3
2005-03-30add missing newlines (part2)anthm1-1/+1
2005-03-30add missing newlinesanthm1-1/+1
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...markster1-13/+12
2005-03-28Clear out received tag in 407/401's (bug #3885)markster1-0/+2
2005-03-28Don't forget blank header in notify (bug #3877)markster1-0/+1
2005-03-28Cleanup SIP method stuff a littlemarkster1-2/+1
2005-03-27Minor formatting fixesmarkster1-15/+12
2005-03-25Fix DTMF formatting (bug #3853)markster1-9/+9
2005-03-24Add SIP real authentication (bug #3782)markster1-6/+172
2005-03-24Fix SIP/IAX caching (bug #3671)markster1-0/+3
2005-03-24Make sure regtimeout is initialized (bug #3845)markster1-0/+1
2005-03-23Fix portability (Bug #3842)markster1-5/+5
2005-03-22Fix SIP realtime bug (somehow didn't get committed yesterday)markster1-13/+20
2005-03-21Make sure we don't accept streams we can't handle (bug #3818)markster1-19/+34
2005-03-21Update SIP/IAX documentation and code (Bug #3810)markster1-2/+2