[asterisk-users] Forwarding no preply to another Asterisk

Steve Totaro stotaro at totarotechnologies.com
Fri Oct 5 15:29:57 CDT 2007


Pepo wrote:
> Hi friends.
> 
> How do I can forwarding a call to any extension in system A (running Asterisk) 
> if it did not answear to the voice mail in the system B (other Asterisk)? so 
> later users of system A can check the remote messages.
> 
> Do i have to create each extension on B? Which are the configuration of the 
> trunks in SIP?
> 
> I hope you can help me, thanks.
> 

I hope I understand your requirements.

Create an extension on box A that routes to box B via SIP (500 in 
example below).  In box A, just put in something like

Box A:
exten => 500,1,Dial/SIP/500
extem =? 500,n,Hangup()

And this in Box B

Box B:
exten => 500,1,Voicemailmain
exten => 500,n,Hangup()

Thanks,
Steve Totaro



More information about the asterisk-users mailing list