drachtio / drachtio-server

A SIP call processing server that can be controlled via nodejs applications
https://drachtio.org
MIT License
233 stars 90 forks source link

fix creating custom contact header #337

Open spointer opened 5 months ago

spointer commented 5 months ago

drachtio-server does not replace the localhost string part to actual external-ip in makeTags function, in this case drachtio-srf app adds custom Contact header to <sip:${req.calledNumber}@localhost>.

related issue is #333