summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2007-09-24merged jcmoore's patch for configurable SDP origin-field username and session...Dwayne M. Hubbard
2007-09-21Merged revisions 83432 via svnmerge from Russell Bryant
2007-09-20fix spelling in a commentRussell Bryant
2007-09-20Merged revisions 83232 via svnmerge from Joshua Colp
2007-09-20Merged revisions 83230 via svnmerge from Joshua Colp
2007-09-19Merged revisions 83070 via svnmerge from Joshua Colp
2007-09-18(issue #10724)Jason Parker
2007-09-17Make the MALLOC_DEBUG output for free() useful again. After changing calls toRussell Bryant
2007-09-11(closes issue #9433)Joshua Colp
2007-09-10(closes issue #10688)Joshua Colp
2007-09-06fix the build ... oopsRussell Bryant
2007-09-06Merged revisions 81832 via svnmerge from Russell Bryant
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