summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2007-09-05Doxygen cleanups/fixes.Jason Parker
2007-09-04Merged revisions 81442 via svnmerge from Kevin P. Fleming
2007-08-30Merged revisions 81395 via svnmerge from Joshua Colp
2007-08-30(closes issue #10565)Joshua Colp
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-29Merged revisions 81331 via svnmerge from Joshua Colp
2007-08-27Merged revisions 81012 via svnmerge from Joshua Colp
2007-08-27Remove places that say if no language is specified it will default to english...Joshua Colp
2007-08-23If no default language has been specified print out that it will default to e...Joshua Colp
2007-08-22Merged revisions 80390 via svnmerge from Russell Bryant
2007-08-21Merged revisions 80183 via svnmerge from Russell Bryant
2007-08-18We weren't properly encapsulating the mtime ignores of config files (closes i...Tilghman Lesher
2007-08-17Merged revisions 79904 via svnmerge from Jason Parker
2007-08-17This commit adds a scheduler API call, ast_sched_replace that can be usedRussell Bryant
2007-08-17Merged revisions 79857 via svnmerge from Russell Bryant
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-15Merged revisions 79523 via svnmerge from Joshua Colp
2007-08-13Merged revisions 79174 via svnmerge from Joshua Colp
2007-08-09When looking up a mailbox, use the default context if not specified as someth...Russell Bryant
2007-08-09Restore the ability to have multiple mailboxes listed for the mailbox optionRussell Bryant
2007-08-09Fix a problem that I had introduced into MWI handling. I had ignoredRussell Bryant
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-08-06Fixing a compiler warning which warns that a variable may be used unitialized...Mark Michelson
2007-08-06Merged revisions 78103 via svnmerge from Mark Michelson
2007-08-06Merged revisions 78182 via svnmerge from Joshua Colp
2007-08-05Merged revisions 78139 via svnmerge from Tilghman Lesher
2007-07-31thanks to Russel, for pointing out that the dialoglist_lock/unlock routines a...Steve Murphy
2007-07-31Merged revisions 77824 via svnmerge from Mark Michelson
2007-07-31there is no use in having functions that have no code in them, and hide the l...Kevin P. Fleming
2007-07-31use a different method for overriding the send_digit_begin pointer, as the ol...Kevin P. Fleming
2007-07-31Discovered in experiments on core files: if you wrap the lock and unlock call...Steve Murphy
2007-07-30minor code rearrangements:Luigi Rizzo
2007-07-30rename handle_request() to handle_incoming(), as the formerLuigi Rizzo
2007-07-29move some dialog-only flags to proper variables, namelyLuigi Rizzo
2007-07-29use a function, cli_yesno(), to produce the output Yes or No forLuigi Rizzo
2007-07-29move the two remaining peer flags to proper variables.Luigi Rizzo
2007-07-29move RT_FROMCONTACT to a proper sip_peer field.Luigi Rizzo
2007-07-29Move some global 'flags' to individual variables.Luigi Rizzo
2007-07-29minor simplification of a conditional statementLuigi Rizzo
2007-07-29build the version of sip_tech with no send_digit_beginLuigi Rizzo
2007-07-29remove bit position from description of SIP_* flags. Luigi Rizzo
2007-07-29back on cleaning up the usage of flags.Luigi Rizzo
2007-07-29more documentation on internal representation of incoming SIP messages.Luigi Rizzo
2007-07-29make register_unref() return NULL so it is easy to cleanupLuigi Rizzo
2007-07-28add some documentation to auto_congest(), and someLuigi Rizzo
2007-07-28more dialog_ref()/dialog_unref() callsLuigi Rizzo
2007-07-28more dialog_ref()/dialog_unref() callsLuigi Rizzo
2007-07-28start introducing hooks for reference counts on dialog descriptors.Luigi Rizzo
2007-07-28remove an unused stringLuigi Rizzo
2007-07-28simplify a conditional expression using S_ORLuigi Rizzo