aboutsummaryrefslogtreecommitdiff
path: root/src/mod_sip.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reload modules when reloading configuration fileEvgeniy Khramtsov2017-02-221-1/+5
|
* Cleanup file headersChristophe Romain2017-01-031-4/+3
|
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Make modules loading in a dependent order (#1191)Evgeniy Khramtsov2016-07-061-1/+4
|
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
|
* Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-7/+7
|
* cosmetic cleanupChristophe Romain2015-10-071-1/+1
|
* Do not crash SIP authentication on SCRAMed passwordsEvgeniy Khramtsov2015-08-021-2/+6
|
* Add config validation at startupEvgeniy Khramtsov2015-06-011-3/+44
|
* Document protocol support (EJABS-1620)Badlop2015-05-211-0/+1
|
* Fix missing copyright dates to 2015 (EJAB-1733)Christophe Romain2015-01-211-0/+17
|
* Change return type to reflect recent changes in p1_sipEvgeniy Khramtsov2014-07-161-2/+2
|
* 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.
* SIP Outbound (RFC 5626) supportEvgeniy Khramtsov2014-06-061-7/+13
|
* Reply to pingsEvgeniy Khramtsov2014-06-031-0/+2
|
* Sign 'Record-Route' in order to proxy unauthorized ACKsEvgeniy Khramtsov2014-06-011-8/+9
|
* Fix proxying of ACK requests for 2xx responsesEvgeniy Khramtsov2014-05-231-13/+8
|
* Remove empty lineEvgeniy Khramtsov2014-05-021-1/+0
|
* Some cleanupEvgeniy Khramtsov2014-05-021-46/+2
|
* Optimize request processingEvgeniy Khramtsov2014-05-021-14/+16
|
* Do not proxy stray responses statelessly (as per RFC 6026)Evgeniy Khramtsov2014-05-021-48/+2
|
* Locate sessions by proxy processes directlyEvgeniy Khramtsov2014-05-021-76/+40
|
* SIP supportEvgeniy Khramtsov2014-04-301-0/+404
Conflicts: configure configure.ac doc/guide.tex