summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2006-02-15remove code that does not appear to do anything useful (issue #6059)Kevin P. Fleming
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)Kevin P. Fleming
2006-02-14Merged revisions 9958 via svnmerge from Kevin P. Fleming
2006-02-13declare function_sipppeer as static (issue #6466)Russell Bryant
2006-02-13remove unneeded var (issue #6466)Russell Bryant
2006-02-12set peername after recent function updatesRussell Bryant
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11Merged revisions 9609 via svnmerge from Russell Bryant
2006-02-11doh!Kevin P. Fleming
2006-02-10Merged revisions 9404 via svnmerge from Kevin P. Fleming
2006-02-10restore 'rfc2833' naming for DTMF mode in chan_sipKevin P. Fleming
2006-02-09- Change "rfc2833" to "rtp" in sip.conf. Keeping backwards compatibility.Olle Johansson
2006-02-02- Remove "frame relay" from chan_sip !Olle Johansson
2006-02-02- Add doxygen docs on return values on check_user_full()Olle Johansson
2006-02-02- Make debug logging for each authentication (twice per call) optionalOlle Johansson
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-31Optimize settings of defaults for a new peer object and make sureOlle Johansson
2006-01-31remove some more local declarations of null framesRussell Bryant
2006-01-31define a global null_frame object so when queueing a null frame, you don'tRussell Bryant
2006-01-31- Moving two session (PVT) flags to peer PAGE2 (DYNAMIC and SELFDESTRUCT) to ...Olle Johansson
2006-01-31- Change "prefs" to "default_prefs" and move declaration to "default" groupOlle Johansson
2006-01-30- Doxygen and comments updatesOlle Johansson
2006-01-30Issue 5892: Set a minimum T1 timer for calls. Reporter: twistedOlle Johansson
2006-01-30Issue #6035 - Don't send 403 on bad auth (correcting one of my old mistakes.....Olle Johansson
2006-01-30Issue #5793 Olle Johansson
2006-01-28- Remove unused "resetinvite" variableOlle Johansson
2006-01-28Change booleans to TRUE/FALSE. Olle Johansson
2006-01-28Doxygen updatesOlle Johansson
2006-01-28- Moving forward declarations to one blockOlle Johansson
2006-01-28Simplify code for building Call ID's, create generic random string functionOlle Johansson
2006-01-27Merged revisions 8785 via svnmerge from Olle Johansson
2006-01-26- Move two functions to static that wasn't for some reasonOlle Johansson
2006-01-26Formatting fixes, speling eror fiksd ;-)Olle Johansson
2006-01-26Issue #5954 revisited. Thanks rizzo.Olle Johansson
2006-01-26Code clean up, inspired by rizzo's comments in issue 5978. Olle Johansson
2006-01-26Add some debugging output when reloading, to be able to follow progress at hi...Olle Johansson
2006-01-26Merged revisions 8710 via svnmerge from Olle Johansson
2006-01-25Merged revisions 8677 via svnmerge from Russell Bryant
2006-01-25- Remove unused option to transmit_state_notifyOlle Johansson
2006-01-25From now on, apply maxexpiry and minexpiry to all subscriptions. Thanks to fo...Olle Johansson
2006-01-24Don't reset scheduled ID until we actually end the scheduled event.Olle Johansson
2006-01-24Issue 6114: Don't hangup on bye/also if there's no channel. (gst)Olle Johansson
2006-01-24Issue #6093: Match realtime non-dynamic peers by IP. (siacali).Olle Johansson
2006-01-24Importing rev #8537 from 1.2, never send response to ACK (issue #6308)Olle Johansson
2006-01-24- Report SIP reload in manager (issue 5742 with small changes)Olle Johansson
2006-01-24- Adding doxygen commentsOlle Johansson
2006-01-23Remove redundant default default/global settings from declaration, settings a...Olle Johansson
2006-01-23Remove more unused defines.Olle Johansson
2006-01-23Doxygen updatesOlle Johansson
2006-01-23Finally removing SIPDUMPER that hasn't been used for ages. If anyone needs th...Olle Johansson