Dialing to sip without creating a trunk -

Hello
I would like to dial to an IP address without creating a trunk (using username and password).
I will use dial as follow:
Dial(SIP/user:password@host/extension,timeout,options)

Is it safe ?
Can the destination IP address do bad stuff (like redirecting my call or dialing through my Asterisk)?
and if so how can I prevent it?

Thanks

They don’t gain any right to dial through that they didn’t already have (as a result of allowguest=yes).

They have the same right to redirect as if they had appeared in sip.conf and that entry had been used.

Note that chan_sip is deprecated.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.