Commit Graph

2925 Commits (5320c6b76a52fcbdf6c534ed94e51fa5ffdebd03)

Author SHA1 Message Date
Olle Johansson 5320c6b76a - Add supported header
20 years ago
Olle Johansson 42918c225a Add more history on masqs
20 years ago
Olle Johansson b124cf4c80 - Implementing the new SIP transfer data structure
20 years ago
Olle Johansson bdb2332621 - Documentation update
20 years ago
Olle Johansson bedd0c2ed3 Documentation update
20 years ago
Olle Johansson 382fd7260c Remove ignore from handle_respons_refer
20 years ago
Olle Johansson a5e5fb18e2 Clean up handle_response_invite
20 years ago
Olle Johansson 92ac73fe3b - Drop too bad SIP requests in order to avoid some UDP misuse (hello Edwin)
20 years ago
North Antara 659cb5ea5a whitespace and spelling (recieve instead of receive) fixes
20 years ago
Olle Johansson 4a312a044d - Fixes to ast_channel_lock functions
20 years ago
Joshua Colp 5c05128777 Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir patch by north)
20 years ago
Russell Bryant 717445c1d8 add the ability to turn off the feature that allows agents to end calls
20 years ago
Russell Bryant 825d6d7c99 Big oops. I did this from my trunk directory instead of autoconf_and_menuselect ...
20 years ago
Russell Bryant aade174330 include autoconfig.h (casper)
20 years ago
Olle Johansson e75fa47099 More ast_channel_lock fixes
20 years ago
Olle Johansson 6b3367bf5c New functions for locking a channel - these simplify debugging
20 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
20 years ago
Olle Johansson 5af687b83b Issue #6951 - Show last successful registration time in "sip show registry" (ivanfm) with mods for svn trunk
20 years ago
Olle Johansson d4b5393eeb - Adding some refer state definitions from the siptransfer branch
20 years ago
Olle Johansson 9468e5cd06 Fix for Polycom bug...
20 years ago
Olle Johansson ea4235c56c Implement a setting for denying/allowing transfer requests. At this stage,
20 years ago
Olle Johansson 975ddb8552 Doxygen docs
20 years ago
Luigi Rizzo b24bc86fc2 reindent block properly
20 years ago
Luigi Rizzo 86e8094c3c localize some variables, remove useless parentheses
20 years ago
Luigi Rizzo 3579d11dc1 remove useless \0, and fix formatting.
20 years ago
Kevin P. Fleming fb4d5fb6a6 fix logic error; don't test for rtcache flag unless asked to (issue #6923)
20 years ago
Joshua Colp d7f01e051b No need to do this in here any longer since the linkedlists macro is fixed
20 years ago
Joshua Colp afcefc4a68 Convert chan_iax2 to use linked lists for multithreading, and add dynamic threads. These are used when all pool threads are in use, and will stick around until load dies down. The theory is that during high load you'll have more threads available, and during low load you'll only have the normal pool threads sticking around.
20 years ago
Luigi Rizzo 6b2d947b62 staticize a function, and normalize code in preparation to module changes.
20 years ago
Christian Richter baab6e1c27 mISDN Messages must be freed with free_msg \!\!
20 years ago
Olle Johansson 8318cddd8e - First stab at removing debug and ignore variables that
20 years ago
Olle Johansson 26198e8826 Fixup fixup - add some debugging and error handling
20 years ago
Olle Johansson 8b1543974f Resolve conflicts, prepare for next batch of conflicts
20 years ago
Christian Richter 52cf26255a fixed some issues, that appear at higher load
20 years ago
Christian Richter cb6f278393 we send nearly everytime a RELEASE, only if we for sure know, that it's a TE and we did create the call we don't to hear the Inband Info
20 years ago
Olle Johansson fed57c1eb2 Making sure that cancel destroy is only executed once...
20 years ago
Olle Johansson f74538df11 Small fix
20 years ago
Luigi Rizzo c3b3feab76 - staticize gettag() complete_sip_peer() get_calleridname() arguments;
20 years ago
Luigi Rizzo 8731b6386d - constification of some functions (args and return values):
20 years ago
Luigi Rizzo 7e5e2ffb5f - localize 'struct cfalias' into the only function using it;
20 years ago
Luigi Rizzo 25e9168fea constify get_sdp*() and friends.
20 years ago
Luigi Rizzo 87890e75ba constify get_header(), which let me find out and fix one bug (overwriting
20 years ago
Luigi Rizzo 47df1e2020 - describe how sip packets are stored internally;
20 years ago
Luigi Rizzo 20d1876617 struct sip_request cleanup:
20 years ago
Luigi Rizzo 104c2b0a3a more cleanup: remove useless braces, replace "if" with "?",
20 years ago
Olle Johansson 9b4e335439 Re-instate removed comment
20 years ago
Luigi Rizzo e081b42cd6 another batch of minor code simplifications
20 years ago
Luigi Rizzo e468d9011d a bunch of trivial code normalizations (removal of unnecessary
20 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
20 years ago
Olle Johansson 8159124572 -Fixing some debugging messages in history and console
20 years ago