summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2006-03-23- In response to asterisk-users discussion - show which peers in "sip show pe...Olle Johansson
2006-03-22Issue #6766 - Make ;user=phone work again - imported from 1.2Olle Johansson
2006-03-22Issue #6759, generate warning when refusing connection requiring unsupported ...Olle Johansson
2006-03-19Import revision 13547 from branch 1.2 - reset global_rtautoclear at reloadOlle Johansson
2006-03-19- Remove comment about non-existing XML format ;-)Olle Johansson
2006-03-19- change "regcontext" to "global_regcontext" to mark it as a global settingOlle Johansson
2006-03-16Importing "oops" fix from 1.2 branch.Olle Johansson
2006-03-15Import of rev 13026 from 1.2 branch: Fix parameters to event: headerOlle Johansson
2006-03-14add a missing header to fix building with -Werror (issue #6717)Russell Bryant
2006-03-12add some missing bracesRussell Bryant
2006-03-12- Adding some hangupcauses before hangupsOlle Johansson
2006-03-10Issue #5937 - Make sure that SIP CANCEL's are retransmitted properlyOlle Johansson
2006-03-10Implement enum for retransmit options to various functions.Olle Johansson
2006-03-09Support SIP_CODEC channel variable for early media. (Imported from 1.2, with ...Olle Johansson
2006-03-08Formatting fix.Olle Johansson
2006-03-08Issue #6657 - Ignore 183 Session Progress without SDP (imported from 1.2 rev ...Olle Johansson
2006-03-08Set SIPDOMAIN on 302 redirects. Olle Johansson
2006-03-07Issue #6627 - Don't reset port number of active peers at reloadOlle Johansson
2006-03-07Add accountcode to sip_peer dialplan functionOlle Johansson
2006-03-07Merged revisions 12195 via svnmerge from Tilghman Lesher
2006-03-05Fix bad fix.Olle Johansson
2006-03-05OopsOlle Johansson
2006-03-05Clear almost all of page2 flags at reload (different fix from 1.2 branch)Olle Johansson
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...Kevin P. Fleming
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...Kevin P. Fleming
2006-02-20Remove gratuitous -1 (bug #6426)Mark Spencer
2006-02-16Whitespace cleanupOlle Johansson
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