[Resolved]How to make outgoing calls without registring

:blush: My voip termination provider does not require registration of my voip box. I can send many calls simultaneously but the they authenticate me by my IP address. How can I make outgoing calls from Asterisk without registering with my voip provider .

It is hard to understand exactly what you are asking, please elaborate.

dial(SIP/${EXTEN}@your.provider.com)
I am doing just same with one of our providers.
Only one thing - our provider require CallerIDs to be from its range.

[quote=“bira_more”]dial(SIP/${EXTEN}@your.provider.com)
I am doing just same with one of our providers.
Only one thing - our provider require CallerIDs to be from its range.[/quote]

Thanks the information.
I got it working now. AMP doesn’t work. I called dial() directly and it works.

Regards,