[asterisk-users] Passing PRI traffic to remote * over IAX

C F shmaltz at gmail.com
Sat Nov 25 19:22:43 MST 2006


Something like this should do (assuming you get 4 digits for DIDs):
oldoffice:
exten => _XXXX,1,Dial(IAX2/whatever/${EXTEN})
exten => _XXXX,2,Busy();if you get here then something is wrong with
the connection, so busy out.

newoffice:
exten => _XXXX,1,Noop(we got this call from the old office)

On 11/25/06, Darren Wright <dwright at d2-tech.com> wrote:
>
>
>
>
> We are moving our office, but our PRI isn't moving for a while yet.
>
>
>
> I'd like to setup a box at the old office to receive –ALL-- PRI traffic and
> send it over an IAX trunk to another Trixbox install at the new office.
> Everything should go, period.
>
>
>
> Any ideas on a simple dialplan to make this happen?
>
>
>
> Thanks,
>
>
>
> -Darren
>
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>


More information about the asterisk-users mailing list