I am new to asterisk. I am working on call forwarding. I could successfully setup call forwarding from one extension to another.I could also forward calls to an external cell phone. But, every time a call is forwarded it hits my Asterisk box and Asterisk has to forward it. I would like to know if there is a way to bypass Asterisk when a call is forwarded. Something like, I configure my asterisk to send a message to service provider so that he can take care of the forwarding, and send another message when we want handle the calls ourselves?
I have gone through the forum, I couldn’t find answer to my question. Any help would be appreciated.
The thing you need is Asterisk Transfer application (this is what David already suggested). What that application does is that it replys to the providers SIP Invite with 302 Moved Temporarily SIP message.
The very important thing is that your provider has support for this call flow. Not all have …