summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2009-02-10Only decrease inringing count if above zero.Joshua Colp
2009-02-10Set the type for the peer structure to be a peer as the default.Joshua Colp
2009-02-10Make the logic for inuse and inringing manipluation match that of 1.4. The ol...Joshua Colp
2009-02-09Fix something I messed up in the merge I just didMark Michelson
2009-02-09Merged revisions 174282 via svnmerge from Mark Michelson
2009-02-06Merged revisions 174082 via svnmerge from Dwayne M. Hubbard
2009-02-06Merged revisions 173967-173968 via svnmerge from Joshua Colp
2009-02-06Merged revisions 173917 via svnmerge from Matthew Nicholson
2009-02-02Fix a spelling mistake.Russell Bryant
2009-02-02Add a todo. I do need to really check what's going on with this kill-the-user...Olle Johansson
2009-02-02Small formatting changeOlle Johansson
2009-02-02Add some well-needed improvements to the wishlist in the code, so that we can...Olle Johansson
2009-02-02The CID lookup feature wasn't actually working properly with dialog-info+xmlSean Bright
2009-01-29Fix "cancel answered elsewhere" through app_queue with members in chan_local.Olle Johansson
2009-01-29- Make sure we set setvar= variables on outbound calls too, not only inbound ...Olle Johansson
2009-01-29Make sure register= line supports both port and expiry at the same time.Olle Johansson
2009-01-29Merged revisions 172169 via svnmerge from Olle Johansson
2009-01-27Solving the same issue, but a bit different in trunk...Olle Johansson
2009-01-26Moving generic setting to friendsOlle Johansson
2009-01-26Continue to move variables into the sip_cfg structure to make them easier to ...Olle Johansson
2009-01-26Just moving around variable declarations so that we have all globals in the s...Olle Johansson
2009-01-26Merged revisions 171264 via svnmerge from Olle Johansson
2009-01-23Merged revisions 170504 via svnmerge from Joshua Colp
2009-01-21Further fix some oddities in sip show users and sip show peers logicMark Michelson
2009-01-20Convert the character pointers in a sip_request to be pointer offsetsMark Michelson
2009-01-17Fix port :0 added to SIP INVITE URI when outboundproxy usedTerry Wilson
2009-01-16Merged revisions 168975 via svnmerge from Mark Michelson
2009-01-15Add missing braceMark Michelson
2009-01-15Fix the compactheaders option in sip.confMark Michelson
2009-01-15Remove an unneeded condition for line addition to a SIP request/responseMark Michelson
2009-01-15Make sure that we have the same terminology in sip.conf.sample and the source...Olle Johansson
2009-01-15Add capability to remove added SIP headers *before* INVITE is generated.Olle Johansson
2009-01-14Restore the "sip show users" and "sip show user" CLI commandsMark Michelson
2009-01-13Merged revisions 168551 via svnmerge from Terry Wilson
2009-01-13Allow specifying a port number in the user portion of a register => line in s...Mark Michelson
2009-01-12Merged revisions 168482 via svnmerge from Mark Michelson
2009-01-10sizeof for a stringfield is 4. Kinda low for reconstructing a field value.Tilghman Lesher
2009-01-09Merged revisions 168128 via svnmerge from Mark Michelson
2009-01-08Revert chan_sip changes which were accidentally committedMark Michelson
2009-01-08Add the average talk time for a queueMark Michelson
2009-01-08Merged revisions 167714 via svnmerge from Kevin P. Fleming
2009-01-08Merged revisions 167620 via svnmerge from Kevin P. Fleming
2009-01-05Merged revisions 167179 via svnmerge from Mark Michelson
2008-12-24There is no section 22.2.2 in rfc 3261. I believe 26.2.2 is what was meant:Terry Wilson
2008-12-23Allow semicolons and extended characters in user-specified SIP headers.Tilghman Lesher
2008-12-18Numerous documentation updates.Joshua Colp
2008-12-17Call proxy_update so that the IP address gets populated. Sending stuff to 0.0...Joshua Colp
2008-12-17This patch adds a new 'ignoresdpversion' option to sip.conf. When this isMatthew Nicholson
2008-12-16Merged revisions 164977 via svnmerge from Mark Michelson
2008-12-16Make a note of the feature request in bug #11157 as per the reporter and oej,...Terry Wilson