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

2006-11-25 Thread Darren Wright
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

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

2006-11-25 Thread C F
Something like this should do (assuming you get 4 digits for DIDs): oldoffice: exten = _,1,Dial(IAX2/whatever/${EXTEN}) exten = _,2,Busy();if you get here then something is wrong with the connection, so busy out. newoffice: exten = _,1,Noop(we got this call from the old office) On

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

2006-11-25 Thread Tzafrir Cohen
On Sat, Nov 25, 2006 at 08:46:27PM -0500, Darren Wright 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.