summaryrefslogtreecommitdiffstats
path: root/src/sip
AgeCommit message (Collapse)AuthorFilesLines
2022-02-25Fixed broken Contact lineHEADmasterAndreas Eversberg1-23/+33
2021-12-27Fixed bug in handling public IP stringAndreas Eversberg1-1/+1
2021-09-17Fix and cleanup of from/to uri generation for INVITEAndreas Eversberg2-13/+26
If a remote peer registers to us, we can still use dialed number of an outgoing call (INVITE) to replace the user of the to-line. E.g. To: <user>@remote.host (if no dialed number is given) To: <number>@remote.host (if dialed number is given)
2021-09-17Fixed bug that stopped registration towards remote registrarAndreas Eversberg1-7/+0
If someone tries to register to us, which does not make sense, caused to stop the registration process to the remote registrar. This is now fixed.
2021-09-14Add --remote-nat-sip --remote-nat-rtpAndreas Eversberg3-18/+82
2021-09-14Updated libsAndreas Eversberg1-5/+1
2021-03-28Fixed compiler warningAndreas Eversberg1-2/+2
2021-03-21Fixed incoming (remote-to-local) registration procedureAndreas Eversberg3-11/+31
2021-03-20Add option to change User-Agent tagAndreas Eversberg3-3/+11
2021-03-20Re-register as soon as public IP changes when using STUNAndreas Eversberg1-2/+7
2021-03-20Minor fixesAndreas Eversberg1-3/+6
2021-03-20If SDP has been received earlier, do not require it on answer of callAndreas Eversberg1-1/+1
2021-03-14Add option to change config file pathAndreas Eversberg1-1/+4
2021-03-14Updated libsAndreas Eversberg1-19/+21
2021-01-25Fixed memory leak, caused by not freeing saved eventsAndreas Eversberg1-3/+8
2021-01-03Fix typosMartin Hauke1-3/+3
2021-01-03Bug: Fixed shutdown of Sofia stackAndreas Eversberg2-1/+17
2020-12-29Inital GIT importAndreas Eversberg4-0/+2408