summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2006-03-28support subscription-based MWI, and use proper Call-ID on NOTIFY messages (is...Kevin P. Fleming
2006-03-28use proper file nameKevin P. Fleming
2006-03-28improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus ...Kevin P. Fleming
2006-03-27Issue #6736 - use flags for OPTIONs messagesOlle Johansson
2006-03-27Reverting previous patch. Ok, let's take this from 1.2 instead... :-)Olle Johansson
2006-03-27Issue #6736 - Enable NAT flags for OPTIONs requests (Thanks casper!)Olle Johansson
2006-03-27Issue #6597 - Show correct port in "sip show registry" - import from 1.2 branchOlle Johansson
2006-03-27Issue #6409 - Make calls to URI without username go to "s" extension (importe...Olle Johansson
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-03-27simplify flags/page2_flags stuff by using arrays insteadKevin P. Fleming
2006-03-27Issue #5427Olle Johansson
2006-03-27Issue #6705 (oej)Olle Johansson
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer
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