summaryrefslogtreecommitdiff
path: root/src/mod_sip_registrar.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
|
* More now() replacementsPaweł Chmielowski2015-12-071-2/+2
|
* Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-2/+2
|
* cosmetic cleanupChristophe Romain2015-10-071-1/+1
|
* Reorganize get_opt() code in some modulesEvgeniy Khramtsov2015-06-011-9/+12
|
* Fix missing copyright dates to 2015 (EJAB-1733)Christophe Romain2015-01-211-0/+17
|
* Fix returned typesEvgeniy Khramtsov2014-07-161-3/+8
|
* Rename optionsEvgeniy Khramtsov2014-07-071-4/+4
|
* Use -include_lib instead of -include for esip and p1_xmlMatwey V. Kornilov2014-07-051-1/+1
| | | | | -include_lib is used in order to find deps. Rebar include magic is not required anymore. Rebar uses deps as library directory.
* Change default flow timeout as recommended per the RFCEvgeniy Khramtsov2014-06-121-1/+1
|
* Don't forget to close socket of timed out flowEvgeniy Khramtsov2014-06-121-0/+12
|
* Clean up all timers gracefullyEvgeniy Khramtsov2014-06-061-12/+12
|
* Use a different timer for flow controlEvgeniy Khramtsov2014-06-061-48/+64
|
* SIP Outbound (RFC 5626) supportEvgeniy Khramtsov2014-06-061-96/+241
|
* Process bindings from multiple UACs correctlyEvgeniy Khramtsov2014-05-311-40/+41
|
* Process 'Contact' headers more accurately (as per RFC3261)Evgeniy Khramtsov2014-05-301-132/+176
|
* Don't forget to include 'Contact' header field in 2xx registrar responsesEvgeniy Khramtsov2014-05-261-1/+6
|
* Fix CSeq comparisonEvgeniy Khramtsov2014-05-021-2/+2
|
* Don't use erlang:integer_to_binary/1Evgeniy Khramtsov2014-05-021-2/+2
|
* Rewrite 'Contact' headers in REGISTER requestsEvgeniy Khramtsov2014-05-021-22/+40
|
* Check for 'max_user_sessions' optionEvgeniy Khramtsov2014-05-021-5/+12
|
* Process gen_server timeouts correctlyEvgeniy Khramtsov2014-05-021-2/+16
|
* Move some code in a separate functionEvgeniy Khramtsov2014-05-021-18/+21
|
* Multiple REGISTER bindings supportEvgeniy Khramtsov2014-05-021-54/+152
|
* Locate sessions by proxy processes directlyEvgeniy Khramtsov2014-05-021-4/+4
|
* SIP supportEvgeniy Khramtsov2014-04-301-0/+196
Conflicts: configure configure.ac doc/guide.tex