aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...kpfleming1-2/+3
2005-06-07various compiler warning fixes (bug #4483)kpfleming1-1/+1
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-14/+19
2005-06-06Fix minor OSP compile issuemarkster1-2/+2
2005-06-05more cleanups for outbound registrations (bug #4457)kpfleming1-4/+4
2005-06-05use a struct for long parameter list to transmit_invite (bug #4458)kpfleming1-34/+46
2005-06-05correct oops in recent outbound registration rework (bug #4461)kpfleming1-67/+62
2005-06-03various improvements to outbound registrations and response handling (bug #3850)kpfleming1-160/+268
2005-06-03handle stale authentication nonces more properly (bug #4343, with formatting ...kpfleming1-16/+89
2005-05-30Fix attended transfer crash (bug #4404 with changes)markster1-0/+2
2005-05-30Fix reply digest selection of size (bug #4409)markster1-5/+7
2005-05-30Fix the ordering fo some checks (bug #4406)markster1-26/+20
2005-05-29use DEFAULT_SIP_PORT (bug #4408)russell1-4/+4
2005-05-26Fix typo about maddr (bug #4386)markster1-1/+1
2005-05-25Fix typo in chan_sip. (Bug #4376).twisted1-1/+1
2005-05-25Fix SIP registration (bug #4138)markster1-4/+3
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)markster1-3/+3
2005-05-20make 'sip debug' work again (commands must be registered shortest-first when ...kpfleming1-1/+1
2005-05-19formatting cleanup (bug #4330)kpfleming1-89/+92
2005-05-19remove unnecessary conditional logic (bug #4313, take two)kpfleming1-6/+3
2005-05-19ensure that peer-level RTP settings are actually used (bug #4313)kpfleming1-0/+6
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