summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2009-09-10Include ActionID in all events that are responsed to AMI Action SIPShowRegistryOlle Johansson
2009-09-09Don't report transfer success until we actually know. 1xx messages are not fi...Olle Johansson
2009-09-09Not having any TLS session to write to is a serious XMIT_ERROR. Olle Johansson
2009-09-09Formatting and doxygen updatesOlle Johansson
2009-09-08caller id number emptyDavid Vossel
2009-09-07Moving another function declared in the middle of forward declarations. Olle Johansson
2009-09-07Move "deprecated_username" to a flag like the others - unsigned int blah:1Olle Johansson
2009-09-07- Doxygen additionsOlle Johansson
2009-09-07Clean up the "offered_media" codeOlle Johansson
2009-09-07Make sure we reset global_exclude_static at channel reloadOlle Johansson
2009-09-07Move capability into sip_cfg. While at it, make sure we reset it at channel r...Olle Johansson
2009-09-07Move global_regcontext into the sip_cfg structureOlle Johansson
2009-09-07Move contact_ha to sip_cfg structureOlle Johansson
2009-09-07Doxygen updatesOlle Johansson
2009-09-07Since it's possible to have more than 999 calls, I'm changing the call counte...Olle Johansson
2009-09-07add doxygen and remove duplicate declaration of variableOlle Johansson
2009-09-07After many years, remove VOCAL_DATA_HACK definitionOlle Johansson
2009-09-07Remove unneeded header files (tested on Linux and OS/X)Olle Johansson
2009-09-07Don't send MESSAGE with sendtext() if recepient doesn't allow MESSAGE requestsOlle Johansson
2009-09-07Add some doxygenOlle Johansson
2009-09-07Fix typoOlle Johansson
2009-09-07If there is no session timer in the INVITE, set it to default value (not unse...Olle Johansson
2009-09-07Simplify the code in this functionOlle Johansson
2009-09-04sip peer matching by address only with TCP/TLSDavid Vossel
2009-09-04Merged revisions 216430 via svnmerge from Olle Johansson
2009-09-04Do not treat every SIP peer as if they were configured with insecure=port.Russell Bryant
2009-09-03Add known internal IP address when autodomain=yesOlle Johansson
2009-09-03Default the callback extension to "s". This is a regression.Tilghman Lesher
2009-09-02Merged revisions 215682 via svnmerge from Terry Wilson
2009-09-02port string to int conversion using sscanfDavid Vossel
2009-09-02add Parkinglot info to sip show peer <foo> and skinny show line <foo>Michiel van Baak
2009-09-02SIP uri parsing cleanupDavid Vossel
2009-09-02SIP support for keep-alive eventDavid Vossel
2009-09-02Honor configured parkinglot when parking and retrieving parked callsMichiel van Baak
2009-09-01Add MASTER_CHANNEL() dialplan function, as well as a useful usage.Tilghman Lesher
2009-09-01Fix register such that lines with a transport string, but without an authuser...Tilghman Lesher
2009-09-01Removing whitespace that causes red dots in reviewboardOlle Johansson
2009-08-26Typo fix ("SIP/2.0 XXX" is 11 chars, not 10)Tilghman Lesher
2009-08-21Clarifying comments in sip_register, and removing a dead sectionTilghman Lesher
2009-08-21Register request line contains wrong address when user domain and register ho...David Vossel
2009-08-21fixes sip register parsing when user@domain is usedDavid Vossel
2009-08-19Better parsing for the "register" lineTilghman Lesher
2009-08-19If we have realtime caching enabled, 'sip reload' must purge users/peers, eve...Tilghman Lesher
2009-08-13Ensure that T38FaxVersion is put into outgoing SDP in the proper case.Kevin P. Fleming
2009-08-13Check an actual populated variable when seeing if we need to do video or not.Joshua Colp
2009-08-12This patch adds support for choosing a realm based on the domain in the From ...Matthew Nicholson
2009-08-12Make asterisk handle 423 Interval Too Short messages better.Matthew Nicholson
2009-08-10AST-2009-005Tilghman Lesher
2009-08-10Fix retrieval of the port used for the video stream when adding SDP to a SIP ...Joshua Colp
2009-08-06Accept additional T.38 reinvites after an initial one has been handled.Joshua Colp