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. -- Linux User Registered #232544 Jabber : pepo at jabberes.org Ekiga : pepo at ekiga.net ICQ : 337889406 GnuPG-key : www.keyserver.net ----------------------------------------------- dum loquimur, fugerit invida aetas: carpe diem, quam minimum credula postero.
Steve Totaro
2007-Oct-05 20:29 UTC
[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