2006-02-15 |
Kevin P. Fleming | add API function for parsing strings to time_t (issue... |
blob | commitdiff |
2006-02-14 |
Kevin P. Fleming | Merged revisions 9958 via svnmerge from |
blob | commitdiff | diff to current |
2006-02-13 |
Russell Bryant | declare function_sipppeer as static (issue #6466) |
blob | commitdiff | diff to current |
2006-02-13 |
Russell Bryant | remove unneeded var (issue #6466) |
blob | commitdiff | diff to current |
2006-02-12 |
Russell Bryant | set peername after recent function updates |
blob | commitdiff | diff to current |
2006-02-12 |
Kevin P. Fleming | major dialplan functions update |
blob | commitdiff | diff to current |
2006-02-11 |
Russell Bryant | Merged revisions 9609 via svnmerge from |
blob | commitdiff | diff to current |
2006-02-11 |
Kevin P. Fleming | doh! |
blob | commitdiff | diff to current |
2006-02-10 |
Kevin P. Fleming | Merged revisions 9404 via svnmerge from |
blob | commitdiff | diff to current |
2006-02-10 |
Kevin P. Fleming | restore 'rfc2833' naming for DTMF mode in chan_sip |
blob | commitdiff | diff to current |
2006-02-09 |
Olle Johansson | - Change "rfc2833" to "rtp" in sip.conf. Keeping backwa... |
blob | commitdiff | diff to current |
2006-02-02 |
Olle Johansson | - Remove "frame relay" from chan_sip ! |
blob | commitdiff | diff to current |
2006-02-02 |
Olle Johansson | - Add doxygen docs on return values on check_user_full() |
blob | commitdiff | diff to current |
2006-02-02 |
Olle Johansson | - Make debug logging for each authentication (twice... |
blob | commitdiff | diff to current |
2006-02-01 |
Kevin P. Fleming | use string fields for some stuff in ast_channel |
blob | commitdiff | diff to current |
2006-01-31 |
Olle Johansson | Optimize settings of defaults for a new peer object... |
blob | commitdiff | diff to current |
2006-01-31 |
Russell Bryant | remove some more local declarations of null frames |
blob | commitdiff | diff to current |
2006-01-31 |
Russell Bryant | define a global null_frame object so when queueing... |
blob | commitdiff | diff to current |
2006-01-31 |
Olle Johansson | - Moving two session (PVT) flags to peer PAGE2 (DYNAMIC... |
blob | commitdiff | diff to current |
2006-01-31 |
Olle Johansson | - Change "prefs" to "default_prefs" and move declaratio... |
blob | commitdiff | diff to current |
2006-01-30 |
Olle Johansson | - Doxygen and comments updates |
blob | commitdiff | diff to current |
2006-01-30 |
Olle Johansson | Issue 5892: Set a minimum T1 timer for calls. Reporter... |
blob | commitdiff | diff to current |
2006-01-30 |
Olle Johansson | Issue #6035 - Don't send 403 on bad auth (correcting... |
blob | commitdiff | diff to current |
2006-01-30 |
Olle Johansson | Issue #5793 |
blob | commitdiff | diff to current |
2006-01-28 |
Olle Johansson | - Remove unused "resetinvite" variable |
blob | commitdiff | diff to current |
2006-01-28 |
Olle Johansson | Change booleans to TRUE/FALSE. |
blob | commitdiff | diff to current |
2006-01-28 |
Olle Johansson | Doxygen updates |
blob | commitdiff | diff to current |
2006-01-28 |
Olle Johansson | - Moving forward declarations to one block |
blob | commitdiff | diff to current |
2006-01-28 |
Olle Johansson | Simplify code for building Call ID's, create generic... |
blob | commitdiff | diff to current |
2006-01-27 |
Olle Johansson | Merged revisions 8785 via svnmerge from |
blob | commitdiff | diff to current |
2006-01-26 |
Olle Johansson | - Move two functions to static that wasn't for some... |
blob | commitdiff | diff to current |
2006-01-26 |
Olle Johansson | Formatting fixes, speling eror fiksd ;-) |
blob | commitdiff | diff to current |
2006-01-26 |
Olle Johansson | Issue #5954 revisited. Thanks rizzo. |
blob | commitdiff | diff to current |
2006-01-26 |
Olle Johansson | Code clean up, inspired by rizzo's comments in issue... |
blob | commitdiff | diff to current |
2006-01-26 |
Olle Johansson | Add some debugging output when reloading, to be able... |
blob | commitdiff | diff to current |
2006-01-26 |
Olle Johansson | Merged revisions 8710 via svnmerge from |
blob | commitdiff | diff to current |
2006-01-25 |
Russell Bryant | Merged revisions 8677 via svnmerge from |
blob | commitdiff | diff to current |
2006-01-25 |
Olle Johansson | - Remove unused option to transmit_state_notify |
blob | commitdiff | diff to current |
2006-01-25 |
Olle Johansson | From now on, apply maxexpiry and minexpiry to all subsc... |
blob | commitdiff | diff to current |
2006-01-24 |
Olle Johansson | Don't reset scheduled ID until we actually end the... |
blob | commitdiff | diff to current |
2006-01-24 |
Olle Johansson | Issue 6114: Don't hangup on bye/also if there's no... |
blob | commitdiff | diff to current |
2006-01-24 |
Olle Johansson | Issue #6093: Match realtime non-dynamic peers by IP... |
blob | commitdiff | diff to current |
2006-01-24 |
Olle Johansson | Importing rev #8537 from 1.2, never send response to... |
blob | commitdiff | diff to current |
2006-01-24 |
Olle Johansson | - Report SIP reload in manager (issue 5742 with small... |
blob | commitdiff | diff to current |
2006-01-24 |
Olle Johansson | - Adding doxygen comments |
blob | commitdiff | diff to current |
2006-01-23 |
Olle Johansson | Remove redundant default default/global settings from... |
blob | commitdiff | diff to current |
2006-01-23 |
Olle Johansson | Remove more unused defines. |
blob | commitdiff | diff to current |
2006-01-23 |
Olle Johansson | Doxygen updates |
blob | commitdiff | diff to current |
2006-01-23 |
Olle Johansson | Finally removing SIPDUMPER that hasn't been used for... |
blob | commitdiff | diff to current |
2006-01-23 |
Olle Johansson | - Change "call" to "dialog" where use of "call" is... |
blob | commitdiff | diff to current |
2006-01-23 |
Olle Johansson | - Debug output fixes |
blob | commitdiff | diff to current |
2006-01-23 |
Olle Johansson | Doxygen update |
blob | commitdiff | diff to current |
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 |
next |