Hello everyone!
I have an Asterisk 11.13.1 and I'm trying to make sure my users go out with the correct outbound CID for them.
User end points are not trusted.
Currently I'm using these example peer settings in sip.conf for each user:
[7301234]
callerid="John Doe" <7301234>
trustrpid=no
are these settings enough to guarantee that anything John Doe sends regarding his cid number in his SIP headers will not be used, and his outbound CID will always be 7301234?