Search:
Asterisk sip insecure
Insecure (does not apply to asterisk 1.0.9 and earlier)
port: ignore the port number where request came from
invite: don't require authentication of incoming INVITEs
port,invite: don't require initial INVITE to authenticate and ignore the port where the request came from
Example
insecure=port ; Allow matching of peer by IP address without matching port number
insecure=invite ; Do not require authentication of incoming INVITEs
insecure=port,invite ; (both)
Typically used to allow incoming calls (e.g. from FWD) while having a type=friend entry defined with username and password.
See also
- autocreatepeer=yes
Insecure (asterisk 1.0.9 and earlier)
very: ignore authentication (user/password)
yes: ??
Example
insecure=very
insecure=yes ; To match a peer based by IP address only and not port
insecure=very ; To allow registered hosts to call without re-authenticating
Typically used to allow incoming calls (e.g. from FWD) while having a type=friend entry defined with username and password.
Go back to Asterisk sip channels
Created by: JustRumours,Last modification on Sat 15 of Aug, 2009 [20:57 UTC] by grin

Page Changes
