khalid touati
2010-Jan-28 20:28 UTC
[asterisk-users] Dial cellphone from one PBX1 to PBX2? is it possible?
Hi Guys, i am using two PBX's i can call from pbx1 a cellphone tied to pbx2 that way: 1) use a phone in PBX1 2) call extension in PBX2 3) extensions in PBX2 ring to a cellphone (as this specific ext is tied to a cellphone) my questions now is : am i gonna be able to dial from an IPphone registered within PBX1 to a cellphone by using the Trunk (Zap or dahdi) of PBX2? anybody know IPphone------------->PBX1-----IAX-------->PBX2--------PRI line------------------->cellphone??????????? thank you for you help guys!! -- Abdullah -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100128/1b587a96/attachment.htm
William Stillwell (Lists)
2010-Jan-28 22:04 UTC
[asterisk-users] Dial cellphone from one PBX1 to PBX2? is it possible?
Your inbound context needs to have access to your outbound context. [iax-inbound] Include => outbound-conext [outbound-context] Exten => _1NXXNXXXXXX,1,Dial(DAHDI\g1\${EXTEN}) Something like that. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of khalid touati Sent: Thursday, January 28, 2010 3:29 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Dial cellphone from one PBX1 to PBX2? is it possible? Hi Guys, i am using two PBX's i can call from pbx1 a cellphone tied to pbx2 that way: 1) use a phone in PBX1 2) call extension in PBX2 3) extensions in PBX2 ring to a cellphone (as this specific ext is tied to a cellphone) my questions now is : am i gonna be able to dial from an IPphone registered within PBX1 to a cellphone by using the Trunk (Zap or dahdi) of PBX2? anybody know IPphone------------->PBX1-----IAX-------->PBX2--------PRI line------------------->cellphone??????????? thank you for you help guys!! -- Abdullah -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100128/9e1b4d9f/attachment.htm
khalid touati
2010-Jan-29 16:54 UTC
[asterisk-users] Dial cellphone from one PBX1 to PBX2? is it possible?
Hi William, I appreciate your answer, though can you make things more clear for me: 1- i am not using extensions when registering PBX boxes in IAX files. 2- is inbounx context in the call sender PBX (pbx1) and outbound context is in the call receiver (or dialer) PBX (pbx2)? 3- i am using two identical dialplan's is this gonna confuse the communication process (contextes's name are duplicated over the two servers) thank you very much for making it clear for me! 2010/1/28 William Stillwell (Lists) <william.stillwell-lists at ablebody.net>> Your inbound context needs to have access to your outbound context. > > > > [iax-inbound] > > > > Include => outbound-conext > > > > > > [outbound-context] > > > > Exten => _1NXXNXXXXXX,1,Dial(DAHDI\g1\${EXTEN}) > > > > > > > > Something like that. > > > > > > > > *From:* asterisk-users-bounces at lists.digium.com [mailto: > asterisk-users-bounces at lists.digium.com] *On Behalf Of *khalid touati > *Sent:* Thursday, January 28, 2010 3:29 PM > *To:* Asterisk Users Mailing List - Non-Commercial Discussion > *Subject:* [asterisk-users] Dial cellphone from one PBX1 to PBX2? is it > possible? > > > > Hi Guys, > > i am using two PBX's i can call from pbx1 a cellphone tied to pbx2 that > way: > > 1) use a phone in PBX1 > > 2) call extension in PBX2 > > 3) extensions in PBX2 ring to a cellphone (as this specific ext is tied to > a cellphone) > > > > my questions now is : am i gonna be able to dial from an IPphone registered > within PBX1 to a cellphone by using the Trunk (Zap or dahdi) of PBX2? > anybody know > > IPphone------------->PBX1-----IAX-------->PBX2--------PRI > line------------------->cellphone??????????? > > thank you for you help guys!! > -- > Abdullah > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Abdullah -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100129/36a0babd/attachment.htm
khalid touati
2010-Feb-03 20:44 UTC
[asterisk-users] Dial cellphone from one PBX1 to PBX2? is it possible?
OK! you're right Mr William, that worked, unfortunately i don't know if there is any points to affect to somebody who helped you (like rating in other forums) :(, but one more request can you recommand me a book to master and tweak dialplans? 2010/1/29 William Stillwell (Lists) <william.stillwell-lists at ablebody.net>> You are using contexts.. > > > > Look @ destination pbx, you should see something like this: > > > > Rejected connect attempt from <ip of source pbx>, request ?ext@<incoming > conext>? does not exist > > > > If you didn?t put a context under the peer, it uses the default one in the > iax.conf file which is normally [default] > > > > > > > > > > > > *From:* asterisk-users-bounces at lists.digium.com [mailto: > asterisk-users-bounces at lists.digium.com] *On Behalf Of *khalid touati > *Sent:* Friday, January 29, 2010 11:54 AM > > *To:* Asterisk Users Mailing List - Non-Commercial Discussion > *Subject:* Re: [asterisk-users] Dial cellphone from one PBX1 to PBX2? is > it possible? > > > > Hi William, > > I appreciate your answer, though can you make things more clear for me: > > 1- i am not using extensions when registering PBX boxes in IAX files. > > 2- is inbounx context in the call sender PBX (pbx1) and outbound context is > in the call receiver (or dialer) PBX (pbx2)? > > 3- i am using two identical dialplan's is this gonna confuse > the communication process (contextes's name are duplicated over the two > servers) > > > > thank you very much for making it clear for me! > > 2010/1/28 William Stillwell (Lists) <william.stillwell-lists at ablebody.net> > > Your inbound context needs to have access to your outbound context. > > > > [iax-inbound] > > > > Include => outbound-conext > > > > > > [outbound-context] > > > > Exten => _1NXXNXXXXXX,1,Dial(DAHDI\g1\${EXTEN}) > > > > > > > > Something like that. > > > > > > > > *From:* asterisk-users-bounces at lists.digium.com [mailto: > asterisk-users-bounces at lists.digium.com] *On Behalf Of *khalid touati > *Sent:* Thursday, January 28, 2010 3:29 PM > *To:* Asterisk Users Mailing List - Non-Commercial Discussion > *Subject:* [asterisk-users] Dial cellphone from one PBX1 to PBX2? is it > possible? > > > > Hi Guys, > > i am using two PBX's i can call from pbx1 a cellphone tied to pbx2 that > way: > > 1) use a phone in PBX1 > > 2) call extension in PBX2 > > 3) extensions in PBX2 ring to a cellphone (as this specific ext is tied to > a cellphone) > > > > my questions now is : am i gonna be able to dial from an IPphone registered > within PBX1 to a cellphone by using the Trunk (Zap or dahdi) of PBX2? > anybody know > > IPphone------------->PBX1-----IAX-------->PBX2--------PRI > line------------------->cellphone??????????? > > thank you for you help guys!! > -- > Abdullah > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > -- > Abdullah > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Abdullah -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100203/ebc700c6/attachment.htm