2006-01-23 |
Olle Johansson | Doxygen update |
blob | commitdiff |
2006-01-23 |
Olle Johansson | Re-instate sip_addheader() while waiting for a dialplan... |
blob | commitdiff | diff to current |
2006-01-23 |
Olle Johansson | - Adding some white space from my white space reservoir |
blob | commitdiff | diff to current |
2006-01-22 |
Russell Bryant | eliminate some compiler warnings |
blob | commitdiff | diff to current |
2006-01-22 |
BJ Weschke | Correct some scenarios where CALL_LIMIT could not... |
blob | commitdiff | diff to current |
2006-01-21 |
Russell Bryant | on this pass, only remove duplicate log messages |
blob | commitdiff | diff to current |
2006-01-21 |
Russell Bryant | revert my pass through the tree to remove checks of... |
blob | commitdiff | diff to current |
2006-01-21 |
Russell Bryant | remove some useless checks of the result of ast_strdupa |
blob | commitdiff | diff to current |
2006-01-19 |
Olle Johansson | Enable "musicclass" setting for sip peers |
blob | commitdiff | diff to current |
2006-01-19 |
Russell Bryant | Merged revisions 8242 via svnmerge from |
blob | commitdiff | diff to current |
2006-01-18 |
Russell Bryant | constify arguments in more places where strings should... |
blob | commitdiff | diff to current |
2006-01-17 |
Kevin P. Fleming | remove some more deprecated (pre-1.2) stuff |
blob | commitdiff | diff to current |
2006-01-13 |
BJ Weschke | Address the condition where X-ClientCode could be... |
blob | commitdiff | diff to current |
2006-01-12 |
Matt O'Gorman | Oops... need to keep my trunk folder clean... |
blob | commitdiff | diff to current |
2006-01-12 |
Matt O'Gorman | Added option for limiting a user from logging in |
blob | commitdiff | diff to current |
2006-01-11 |
Russell Bryant | fix incorrect return value (issue #6202) |
blob | commitdiff | diff to current |
2006-01-11 |
Russell Bryant | Merged revisions 7972 via svnmerge from |
blob | commitdiff | diff to current |
2006-01-11 |
Russell Bryant | convert some channels to use the memory allocation... |
blob | commitdiff | diff to current |
2006-01-09 |
Olle Johansson | -Move declaration of callevents variable out of the... |
blob | commitdiff | diff to current |
2006-01-09 |
Tilghman Lesher | Bug 6150 - do not modify strings after they have been... |
blob | commitdiff | diff to current |
2006-01-07 |
Mark Spencer | Fix RPID with new string fields (bug #6145) |
blob | commitdiff | diff to current |
2006-01-07 |
Mark Spencer | Handle swapout of "fromdomain" in callid properly ... |
blob | commitdiff | diff to current |
2006-01-07 |
Mark Spencer | Add support for H.264 with SIP and recording |
blob | commitdiff | diff to current |
2006-01-04 |
Kevin P. Fleming | add memory-pool based string field management for struc... |
blob | commitdiff | diff to current |
2006-01-04 |
Olle Johansson | Issue #5824: Adding more SIP to ISDN Cause code convers... |
blob | commitdiff | diff to current |
2006-01-04 |
Olle Johansson | Missing ">" in XML. Thanks, fenlander, for reporting... |
blob | commitdiff | diff to current |
2006-01-04 |
Olle Johansson | - Remove "incominglimit" as a configuration option... |
blob | commitdiff | diff to current |
2006-01-03 |
Kevin P. Fleming | update copyright headers for files changed this year |
blob | commitdiff | diff to current |
2006-01-03 |
Olle Johansson | Don't check user call limits for outbound calls. |
blob | commitdiff | diff to current |
2006-01-03 |
Olle Johansson | Issue #5954: Implement printf-like append_history and... |
blob | commitdiff | diff to current |
2006-01-03 |
Olle Johansson | Bug #6071: Broken rport match in check_via(). (rizzo) |
blob | commitdiff | diff to current |
2006-01-03 |
Olle Johansson | Bug 5345; Add configuration option for minimum registra... |
blob | commitdiff | diff to current |
2006-01-02 |
Russell Bryant | initialize sip_auth list |
blob | commitdiff | diff to current |
2006-01-02 |
BJ Weschke | Fix compiler warnings. |
blob | commitdiff | diff to current |
2005-12-30 |
Russell Bryant | update doxygen docs to specify authors |
blob | commitdiff | diff to current |
2005-12-28 |
Russell Bryant | Merged revisions 7665 via svnmerge from |
blob | commitdiff | diff to current |
2005-12-27 |
Russell Bryant | avoid repeated calls to strlen in command completion... |
blob | commitdiff | diff to current |
2005-12-26 |
Russell Bryant | Merged revisions 7634 via svnmerge from |
blob | commitdiff | diff to current |
2005-12-22 |
Russell Bryant | Merged revisions 7599 via svnmerge from |
blob | commitdiff | diff to current |
2005-12-22 |
Russell Bryant | remove stray unlock (issue #5955) |
blob | commitdiff | diff to current |
2005-12-22 |
Kevin P. Fleming | forward-port per-peer videosupport changes from branche... |
blob | commitdiff | diff to current |
2005-12-22 |
Russell Bryant | - construct the difference and have only one call to... |
blob | commitdiff | diff to current |
2005-12-20 |
Mark Spencer | Major RTP fixes for using inbound SDP on outbound conne... |
blob | commitdiff | diff to current |
2005-12-19 |
Russell Bryant | - add note on required values of sip_methods struct |
blob | commitdiff | diff to current |
2005-12-17 |
Kevin P. Fleming | Merged revisions 7515 via svnmerge from |
blob | commitdiff | diff to current |
2005-12-17 |
Kevin P. Fleming | Merged revisions 7513 via svnmerge from |
blob | commitdiff | diff to current |
2005-12-13 |
Kevin P. Fleming | Merged revisions 7448-7449,7451,7453 via svnmerge from |
blob | commitdiff | diff to current |
2005-12-05 |
Russell Bryant | Merged revisions 7335 via svnmerge from |
blob | commitdiff | diff to current |
2005-12-04 |
Russell Bryant | add some missing prototypes and don't use caps for... |
blob | commitdiff | diff to current |
2005-12-03 |
Russell Bryant | add the 'sip debug' options to the set of global flags... |
blob | commitdiff | diff to current |
2005-12-03 |
Tilghman Lesher | Bug 5858 - Make the chanvars.c functions return a ... |
blob | commitdiff | diff to current |
2005-12-02 |
Kevin P. Fleming | Merged revisions 7265-7266,7268-7275 via svnmerge from |
blob | commitdiff | diff to current |
2005-11-29 |
Kevin P. Fleming | remove extraneous svn:executable properties |
blob | commitdiff | diff to current |
2005-11-21 |
Kevin P. Fleming | fix port number handling in peer building functions |
blob | commitdiff | diff to current |
2005-11-21 |
Kevin P. Fleming | fix a bug found during a recent upgrade |
blob | commitdiff | diff to current |
2005-11-21 |
Russell Bryant | issue #5794 |
blob | commitdiff | diff to current |
2005-11-17 |
Russell Bryant | Add missing carriage return and line feed to the SDP... |
blob | commitdiff | diff to current |
2005-11-16 |
Kevin P. Fleming | fix previous commit to actually do it properly... |
blob | commitdiff | diff to current |
2005-11-16 |
Kevin P. Fleming | issue #5764 |
blob | commitdiff | diff to current |
2005-11-15 |
Kevin P. Fleming | issue #5539 |
blob | commitdiff | diff to current |
2005-11-15 |
Kevin P. Fleming | issue #5751 |
blob | commitdiff | diff to current |
2005-11-12 |
Kevin P. Fleming | issue #5712 |
blob | commitdiff | diff to current |
2005-11-11 |
Kevin P. Fleming | minor fixes |
blob | commitdiff | diff to current |
2005-11-08 |
Kevin P. Fleming | issue #5648 |
blob | commitdiff | diff to current |
2005-10-31 |
Mark Spencer | Only consider timeouts on realtimers (bug #5554) |
blob | commitdiff | diff to current |
2005-10-31 |
Kevin P. Fleming | properly handle '100 Trying' that arrives after a dialo... |
blob | commitdiff | diff to current |
2005-10-31 |
Kevin P. Fleming | handle improperly formatted initial requests properly... |
blob | commitdiff | diff to current |
2005-10-31 |
Kevin P. Fleming | add some warning message for when chan_sip gets overloa... |
blob | commitdiff | diff to current |
2005-10-31 |
Kevin P. Fleming | don't increment 'inuse' counter when call is being... |
blob | commitdiff | diff to current |
2005-10-31 |
Kevin P. Fleming | properly support 'musicclass' setting for peers/users... |
blob | commitdiff | diff to current |
2005-10-30 |
Mark Spencer | Fix ability to do lots of outbound registrations (bug... |
blob | commitdiff | diff to current |
2005-10-28 |
Mark Spencer | Merge highly modified fullcontact in realtime sip patch... |
blob | commitdiff | diff to current |
2005-10-27 |
Russell Bryant | Remove unnecessary checks before calls to ast_strlen_ze... |
blob | commitdiff | diff to current |
2005-10-26 |
Russell Bryant | more doxygenification (issue #5513) |
blob | commitdiff | diff to current |
2005-10-24 |
Russell Bryant | Doxygen documentation update from oej (issue #5505) |
blob | commitdiff | diff to current |
2005-10-23 |
Mark Spencer | Fix max forwards interoperability (bug #5474) |
blob | commitdiff | diff to current |
2005-10-17 |
Mark Spencer | Fix queue, iax and sip formatting issues (bug #5449) |
blob | commitdiff | diff to current |
2005-10-14 |
Kevin P. Fleming | make chan_sip able to deal with PBX-level call limit... |
blob | commitdiff | diff to current |
2005-10-13 |
Kevin P. Fleming | don't force CLID to be a phone-number-looking-thingie... |
blob | commitdiff | diff to current |
2005-10-13 |
Mark Spencer | Fix the ordering of the sscanfs for SDP parsing (bug... |
blob | commitdiff | diff to current |
2005-10-13 |
Kevin P. Fleming | clean up pedantic mode tag handling (issue #5125) |
blob | commitdiff | diff to current |
2005-10-13 |
Mark Spencer | Display proper error for matching domain registers... |
blob | commitdiff | diff to current |
2005-10-13 |
Russell Bryant | re-bind the socket if the bindaddr option is changed... |
blob | commitdiff | diff to current |
2005-10-13 |
Kevin P. Fleming | send "100 Trying" when we receive PROCEEDING, unless... |
blob | commitdiff | diff to current |
2005-10-12 |
Mark Spencer | Fix "screen" for network numbers (bug #5432) |
blob | commitdiff | diff to current |
2005-10-12 |
Mark Spencer | Do *not* default to a max number of registration attempts |
blob | commitdiff | diff to current |
2005-10-12 |
Mark Spencer | Handle yet some SIP contact issue nuances and exception... |
blob | commitdiff | diff to current |
2005-10-12 |
Mark Spencer | Fix noncecount update (bug #5308, redone fix) |
blob | commitdiff | diff to current |
2005-10-05 |
Kevin P. Fleming | fix authentication header extra space (issue #5329) |
blob | commitdiff | diff to current |
2005-10-05 |
Kevin P. Fleming | fix timer T1 handling (issue #5330) |
blob | commitdiff | diff to current |
2005-10-05 |
Kevin P. Fleming | ensure that the correct flags are always copied from... |
blob | commitdiff | diff to current |
2005-10-05 |
Kevin P. Fleming | ensure that Remote-Party-ID is sent even on secondary... |
blob | commitdiff | diff to current |
2005-10-05 |
Kevin P. Fleming | remove unused config option (issue #5358) |
blob | commitdiff | diff to current |
2005-10-04 |
Kevin P. Fleming | handle peer matching for subscriptions by name instead... |
blob | commitdiff | diff to current |
2005-10-04 |
Kevin P. Fleming | fix various state-related bugs (issue #5369, with mod... |
blob | commitdiff | diff to current |
2005-10-04 |
Kevin P. Fleming | support call duration limits on inbound OSP calls ... |
blob | commitdiff | diff to current |
2005-10-04 |
Kevin P. Fleming | generate fewer 'stale nonce' messages (issue #5381) |
blob | commitdiff | diff to current |
2005-10-04 |
Kevin P. Fleming | don't destroy calls when re-INVITE messages ask for... |
blob | commitdiff | diff to current |
2005-09-29 |
Kevin P. Fleming | ensure that peer codec preferences take precedence... |
blob | commitdiff | diff to current |
2005-09-29 |
Kevin P. Fleming | don't replace CLID/CNAM when RPID is being generated... |
blob | commitdiff | diff to current |
next |