deepak@netandroid.com
2004-May-22 08:39 UTC
[Asterisk-Users] How to share Zap channels in 2 Asterisk servers
Hello I am trying to setup Asterisk on 2 servers PBX300 and PBX200. PBX300 has X100P card with 1 telephone line. PBX200 don't have any Zap device. Softphone from PBX200 can talk to softphone on PBX300 but no outgoing call from PBX200. I can call from PBX300 outside but I am unable to configure soft Phone defined in PBX200 to dial out side using PBX300 Zap devices. I am geting error message " Rejected connect attempt from PBX200". Please help if this is possible. Thanks Deepak ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
Glenn Dalgliesh
2004-May-22 08:50 UTC
[Asterisk-Users] How to share Zap channels in 2 Asterisk servers
Please reply with sip.conf & extension.conf for both servers. Hard to tell what the problem is without see config info ----- Original Message ----- From: <deepak@netandroid.com> To: <asterisk-users@lists.digium.com> Sent: Saturday, May 22, 2004 11:39 AM Subject: [Asterisk-Users] How to share Zap channels in 2 Asterisk servers> > Hello > > I am trying to setup Asterisk on 2 servers PBX300 and PBX200. > PBX300 has X100P card with 1 telephone line. PBX200 don't have any Zapdevice.> Softphone from PBX200 can talk to softphone on PBX300 but no outgoing callfrom> PBX200. > I can call from PBX300 outside but I am unable to configure soft Phonedefined> in PBX200 to dial out side using PBX300 Zap devices. > > I am geting error message " Rejected connect attempt from PBX200". > > Please help if this is possible. > > Thanks > > Deepak > > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
David J Carter
2004-May-22 10:40 UTC
[Asterisk-Users] How to share Zap channels in 2 Asterisk servers
Call the PBX300 using IAX2 from PBX200, make sure that the call goes into the context that allows dial out. Example. exten => _543219XXXXXX,1,StripMSD,5 exten => _9XXXXXX,2,Dial/IAX2@fred.blogs/BYEXTENSION The first line looks for an access code '54321' followed by the access code for an outside line '9' and then a number. You next strip the access code for IAX linking and pass the rest to the other Asterisk PBX. The Asterisk PBX then runs the exten as if on the local machine. Simple huh. There is most likely a simpler method, but this works for me. Dave -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of deepak@netandroid.com Sent: 22 May 2004 16:40 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] How to share Zap channels in 2 Asterisk servers Hello I am trying to setup Asterisk on 2 servers PBX300 and PBX200. PBX300 has X100P card with 1 telephone line. PBX200 don't have any Zap device. Softphone from PBX200 can talk to softphone on PBX300 but no outgoing call from PBX200. I can call from PBX300 outside but I am unable to configure soft Phone defined in PBX200 to dial out side using PBX300 Zap devices. I am geting error message " Rejected connect attempt from PBX200". Please help if this is possible. Thanks Deepak ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users