summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2009-10-06contact header port ignored transport when using externipDavid Vossel
2009-10-06Recorded merge of revisions 222152 via svnmerge from Kevin P. Fleming
2009-10-05Allow non-compliant T.38 endpoints to be supportable via configuration option.Kevin P. Fleming
2009-10-01Revision 220906 (a merge from 1.4) was not merged correctly, causing a proble...Tilghman Lesher
2009-10-01outbound tls connections were not defaulting to port 5061David Vossel
2009-10-01Merged revisions 221588 via svnmerge from Matthew Nicholson
2009-10-01Simplify code for porturi, use TRUE/FALSE constructs when it's just TRUE or F...Olle Johansson
2009-09-30Cleaned up merge from r221432Matthew Nicholson
2009-09-30Merged revisions 221360 via svnmerge from Matthew Nicholson
2009-09-30Use rtp properties instead of adding a callbackTerry Wilson
2009-09-30Merged revisions 221086 via svnmerge from Terry Wilson
2009-09-29Merged revisions 220873 via svnmerge from Tilghman Lesher
2009-09-28Fix building of registration entry in build_peer when using callbackextensionJeff Peeler
2009-09-24Ensure the numeric portion of the P-Asserted-Identity header is properly esca...Matthew Nicholson
2009-09-18Merged revisions 219450 via svnmerge from David Vossel
2009-09-17fixes deadlock when performing directed pickup w Invite/replacesDavid Vossel
2009-09-17Merged revisions 219320 via svnmerge from Mark Michelson
2009-09-17Merged revisions 219303 via svnmerge from David Vossel
2009-09-17Ensure no spaces exist before "refresher=" when doing the comparison.Joshua Colp
2009-09-16Reverse order of args to fread.Mark Michelson
2009-09-16On TCP and TLS connections do not attempt to stop retransmission of the packe...Joshua Colp
2009-09-15upward bound checking for port string to int conversionDavid Vossel
2009-09-15Merged revisions 218578 via svnmerge from Matthew Nicholson
2009-09-15Use a better method of ensuring null-termination of the bufferMark Michelson
2009-09-15Ensure that SDP read from TCP socket is null-terminated.Mark Michelson
2009-09-15Fix off-by-one error when reading SDP sent over TCP.Mark Michelson
2009-09-10Make calltoken support work with realtime users and peers.Tilghman Lesher
2009-09-10Don't assign UINT_MAX to an INT. Olle Johansson
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