Hello,
When you register multiple contacts to a PJSIP endpoint, in the 200 OK, Asterisk is responding with a list of all contacts and their expiration time:
Contact: <sip:42879@ip.address:port>;expires=468
Contact: <sip:39293@ip.address:port>;expires=3599
I am curios as why Asterisk is doing that, why would the endpoint need to know about other contacts?
If this is informational only, is there a way to disable it?
Thanks
)