Hello that might would be an easy question for someone, but im in doubt Is there any possibility to pass a call from one asterisk to another and then to ZAP channel. For instance I have "A" asterisk with numbering 45670 "B" asterisk with numbering 45680 second asterisk has TE110P card with single PRI port connected to Siemens EWSD. When I originate call from asterisk "B" I reach the world thru ZAP, when I call from asterisk "A" I reach numbering of asterisk "B" but cant get to the PSTN network. ASTERISK---ASTERISK-ZAP-PSTN Should I have OpenSER for that and terminate my call on CISCO AS5350 or something? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061218/0416f74f/attachment.htm
DUNDi can do this for you. Advertise the routes you can terminate on Box A. When you place a call on Box B, have it check your DUNDi cloud, and Box A will provide the route and terminate the call via zap for you. Alex On 12/18/06, Pryakhin Dimitry <d.pryakhin@connectus.ru> wrote:> > Hello > that might would be an easy question for someone, but im in doubt > Is there any possibility to pass a call from one asterisk to another and > then to ZAP channel. > > For instance > I have > "A" asterisk with numbering 45670 > "B" asterisk with numbering 45680 > > second asterisk has TE110P card with single PRI port connected to Siemens > EWSD. > When I originate call from asterisk "B" I reach the world thru ZAP, > when I call from asterisk "A" I reach numbering of asterisk "B" but cant > get to the PSTN network. > > ASTERISK---ASTERISK-ZAP-PSTN > > Should I have OpenSER for that and terminate my call on CISCO AS5350 or > something? > > Thanks > > _______________________________________________ > --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 > > >-- Alex Robar alex.robar@gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061218/9496e5db/attachment.htm
I may be making this easier than it is but something like this should work: A: DIAL(IAX2/${ASTERISKB}/${EXTEN}@context) B: [context] exten => EXTEN,1,DIAL(Zap/${EXTEN}) I have this scenario also except we have numerous "A" servers connecting via the PRI lines on "B" servers. -Jonathan ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Pryakhin Dimitry Sent: Monday, December 18, 2006 8:23 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [asterisk-users] asterisk to asterisk - to zap Hello that might would be an easy question for someone, but im in doubt Is there any possibility to pass a call from one asterisk to another and then to ZAP channel. For instance I have "A" asterisk with numbering 45670 "B" asterisk with numbering 45680 second asterisk has TE110P card with single PRI port connected to Siemens EWSD. When I originate call from asterisk "B" I reach the world thru ZAP, when I call from asterisk "A" I reach numbering of asterisk "B" but cant get to the PSTN network. ASTERISK---ASTERISK-ZAP-PSTN Should I have OpenSER for that and terminate my call on CISCO AS5350 or something? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061218/aeb7a213/attachment.htm