Can I redirect a SIP call to a outside SIP destination?

I’ve written an IVR app. At some point I might want to route the call to a CSC, but I don’t want to bridge the call. Can I redirect the call to another SIP endpoint? If so, how? The basic dial cmd? If so, how?

BTW, canreinvite = no because of a NAT involved.

canreinvite has been replaced by directmedia.

Use the Transfer application. NB this does not handle error conditions well. The upstream system may not necessarily handle this, especially if they are operating a commercial service.

Thanks. That’s what I needed confirmed.