Asterisk and Incoming Calls from Custom VOIP

I have a account at Sapo.pt a custom VOIP provider, and this company give me a phone number (voip number).

I want when a person call to me using this voip number my computer receive in asterisknow and give to this person a message from ivr.

I don’t know what port i need open in my router for my nat can recognize this

I believe all you need to do are to configure your account on your asterisk to register to the VoSP. Then, craft an incoming dial-plan context to provide the IVR.

For sip signalling open and redirect the udp port 5060, for the audio open and redirect udp ports range 10000:20000, check rtp.conf; if you have few concurrent calls change the value in rtp.conf to ease the router configuration, two rtp ports per call are used.

Cheers.

Marco Bruni