Friday, October 5, 2007

Re: [asterisk-users] Forwarding no preply to another Asterisk

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

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:

http://lists.digium.com/mailman/listinfo/asterisk-users

No comments: