info@cybernergies.com
2005-Feb-20 02:43 UTC
[Asterisk-Users] bridging iaxtel calls to PSTN
Hello, I just started using asterisk, and have a question. I have setup two asterisk servers, A and B. A has a Digium TDM400 11B card (1 FXO and 1 FSX modules) and is connected to the PSTN. B has same, but is NOT connected to PSTN. I want to configure B to call A via iaxtel, and connect to the PSTN using A's line. How can I configure iaxtel dial plan for B in extensions.conf? I want to be able to make a call to local US number (where A is located) from B, using iaxtel. Can anyone please help me? All I have seen so far is just making calls from A to B and vice versa using the iaxtel 1700 number, but I haven't seen any examples of how to bridge the iaxtel calls to PSTN. Help please. chuks. NB: I don't mean toll free number, I mean just local dialing.
On Sun, 20 Feb 2005 02:43:46 -0700, info@cybernergies.com wrote:>Hello, > I just started using asterisk, and have a question. I have setup two >asterisk servers, A and B. A has a Digium TDM400 11B card (1 FXO and 1 >FSX modules) and is connected to the PSTN. B has same, but is NOT >connected to PSTN. I want to configure B to call A via iaxtel, and >connect to the PSTN using A's line. How can I configure iaxtel dial >plan for B in extensions.conf? I want to be able to make a call to >local US number (where A is located) from B, using iaxtel. Can anyone >please help me? All I have seen so far is just making calls from A to B >and vice versa using the iaxtel 1700 number, but I haven't seen any >examples of how to bridge the iaxtel calls to PSTN. Help please. > > >chuks. > >NB: I don't mean toll free number, I mean just local dialing. >Don't bother with IAXTel. It's very frequently down. Just have each server register with the other and trunk between them. That way you just use dialplan logic to make the A place a call on B's resource. The wiki has a good section on trunking between servers ova IAX. Michael -- Michael Graves mgraves@pixelpower.com Sr. Product Specialist www.pixelpower.com Pixel Power Inc. mgraves@mstvp.com o713-861-4005 o800-905-6412 c713-201-1262
info@cybernergies.com
2005-Feb-21 14:55 UTC
[Asterisk-Users] bridging iaxtel calls to PSTN
<div>could you help me out with this? I have a posting on this list, bu nobody has replied yet. Titled "why can't I make IAX calls between 2 asrterisk servers"? I'd appreciate.</div> <div> </div> <div>-chuks.<BR><BR></div> <BLOCKQUOTE style="PADDING-LEFT: 8px; MARGIN-LEFT: 8px; BORDER-LEFT: blue 2px solid"><BR>-------- Original Message --------<BR>Subject: Re: [Asterisk-Users] bridging iaxtel calls to PSTN<BR>From: "Michael Graves" <mgraves@mstvp.com><BR>Date: Mon, February 21, 2005 7:49 am<BR>To: "Asterisk Users Mailing List - Non-Commercial Discussion"<BR><asterisk-users@lists.digium.com><BR><BR>On Sun, 20 Feb 2005 02:43:46 -0700, info@cybernergies.com wrote:<BR><BR>>Hello,<BR>> I just started using asterisk, and have a question. I have setup two<BR>>asterisk servers, A and B. A has a Digium TDM400 11B card (1 FXO and 1<BR>>FSX modules) and is connected to the PSTN. B has same, but is NOT<BR>>connected to PSTN. I want to configure B to call A via iaxtel, and<BR>>connect to the PSTN using A's line. How can I configure iaxtel dial<BR>>plan for B in extensions.conf? I want to be able to make a call to<BR>>local US number (where A is located) from B, using iaxtel. Can anyone<BR>>please help me? All I have seen so far is just making calls from A to B<BR>>and vice versa using the iaxtel 1700 number, but I haven't seen any<BR>>examples of how to bridge the iaxtel calls to PSTN. Help please.<BR>><BR>><BR>>chuks.<BR>><BR>>NB: I don't mean toll free number, I mean just local dialing.<BR>><BR><BR>Don't bother with IAXTel. It's very frequently down. Just have each<BR>server register with the other and trunk between them. That way you<BR>just use dialplan logic to make the A place a call on B's resource. The<BR>wiki has a good section on trunking between servers ova IAX.<BR><BR>Michael<BR><BR>--<BR>Michael Graves mgraves@pixelpower.com<BR>Sr. Product Specialist www.pixelpower.com<BR>Pixel Power Inc. mgraves@mstvp.com<BR><BR>o713-861-4005<BR>o800-905-6412<BR>c713-201-1262<BR><BR><BR><BR>_______________________________________________<BR>Asterisk-Users mailing list<BR>Asterisk-Users@lists.digium.com<BR>http://lists.digium.com/mailman/listinfo/asterisk-users<BR>To UNSUBSCRIBE or update options visit:<BR> http://lists.digium.com/mailman/listinfo/asterisk-users </BLOCKQUOTE>
info@cybernergies.com
2005-Feb-21 15:36 UTC
[Asterisk-Users] bridging iaxtel calls to PSTN
<div>Hello,</div> <div> actually I did, but nobody responded to that. So, here it is one more time:</div> <div>___________________</div> <DIV>Hello,</DIV> <DIV> can someone tell me what's wrong with this? I can't make toll free calls via iaxtel. Here's the definition in my extensions.conf</DIV> <DIV> </DIV><FONT size=2> <DIV>[iaxtel-trunks]</DIV> <DIV>;</DIV> <DIV>;outbound 1-700 and toll free calls go via iaxtel</DIV> <DIV>;be sure to include the iaxtel-trunks context in dialing context</DIV> <DIV>;add function here to continue ring tone when 9 is dialed</DIV> <DIV>;</DIV> <DIV>ignorepat=>9</DIV> <DIV>exten => _91700XXXXXXX,1,Dial(IAX2/${IAXTEL_INFO}@iaxtel.com/${EXTEN}@iaxtel:1)</DIV> <DIV>exten => _91888NXXXXXX,1,Dial(IAX2/${IAXTEL_INFO}@iaxtel.com/${EXTEN}@iaxtel:1)</DIV> <DIV>exten => _91877NXXXXXX,1,Dial(IAX2/${IAXTEL_INFO}@iaxtel.com/${EXTEN}@iaxtel:1)</DIV> <DIV>exten => _91866NXXXXXX,1,Dial(IAX2/${IAXTEL_INFO}@iaxtel.com/${EXTEN}@iaxtel:1)</DIV> <DIV>exten => _91800NXXXXXX,1,Dial(IAX2/${IAXTEL_INFO}@iaxtel.com/${EXTEN}@iaxtel:1) </DIV> <DIV> </DIV> <DIV>Note: IAXTEL_INFO is already defined as username:password</DIV> <DIV> </DIV> <DIV>and here's my iax.conf</DIV> <DIV> </DIV><FONT size=2> <DIV>[general]</DIV> <DIV>port=5036</DIV> <DIV>bandwidth=high</DIV> <DIV>disallow=lpc10 </DIV> <DIV>tos=lowdelay</DIV> <DIV> </DIV> <DIV>;to register with iaxtel</DIV> <DIV>register => username:password@iaxtel.com</DIV> <DIV> </DIV> <DIV> </DIV> <DIV>;</DIV> <DIV>; Trust Caller*ID Coming from iaxtel.com</DIV> <DIV>;</DIV> <DIV>[iaxtel]</DIV> <DIV>type=friend</DIV> <DIV>context=from-iaxtel</DIV> <DIV>auth=cleartext</DIV> <DIV>;inkeys=iaxtel</DIV></FONT> <DIV> </DIV> <DIV> </DIV> <DIV>when i make an 800 number call for instance, registration goes through and iaxtel can find me. But there is an endless silence, sort of like an endles loop, and the only output I see is a "timeout on Zap/1-1" and it tries the whole thing again...and goes on forever, and the call never goes through. Is there anything wrong with my configuration above?</DIV> <DIV> </DIV> <DIV>thx,</DIV> <DIV>Chuks.</DIV></FONT> <div><BR>-------- Original Message --------<BR>Subject: RE: [Asterisk-Users] bridging iaxtel calls to PSTN<BR>From: "Rich Adamson" <radamson@routers.com><BR>Date: Mon, February 21, 2005 3:16 pm<BR>To: "Asterisk Users Mailing List - Non-Commercial Discussion"<BR><asterisk-users@lists.digium.com><BR><BR>I think someone did reply to this. Don't bother trying to use iaxtel for<BR>your connections. Its down far more then its up.<BR><BR>If you want help setting up an iax connection directly between your two<BR>systems, then post what you've got that pertains to this from iax.conf<BR>and extensions.conf. No one is going to be able to help you based on A<BR>doesn't talk to B words.<BR><BR>------------------------<BR>> could you help me out with this? I have a posting on this list, bu nobody has replied yet. <BR>Titled "why can't I make IAX calls<BR>> between 2 asrterisk servers"? I'd appreciate.<BR>> <BR>> -chuks.<BR>> <BR>> -------- Original Message --------<BR>> Subject: Re: [Asterisk-Users] bridging iaxtel calls to PSTN<BR>> From: "Michael Graves" <mgraves@mstvp.com><BR>> Date: Mon, February 21, 2005 7:49 am<BR>> To: "Asterisk Users Mailing List - Non-Commercial Discussion"<BR>> <asterisk-users@lists.digium.com><BR>> <BR>> On Sun, 20 Feb 2005 02:43:46 -0700, info@cybernergies.com wrote:<BR>> <BR>> >Hello,<BR>> > I just started using asterisk, and have a question. I have setup two<BR>> >asterisk servers, A and B. A has a Digium TDM400 11B card (1 FXO and 1<BR>> >FSX modules) and is connected to the PSTN. B has same, but is NOT<BR>> >connected to PSTN. I want to configure B to call A via iaxtel, and<BR>> >connect to the PSTN using A's line. How can I configure iaxtel dial<BR>> >plan for B in extensions.conf? I want to be able to make a call to<BR>> >local US number (where A is located) from B, using iaxtel. Can anyone<BR>> >please help me? All I have seen so far is just making calls from A to B<BR>> >and vice versa using the iaxtel 1700 number, but I haven't seen any<BR>> >examples of how to bridge the iaxtel calls to PSTN. Help please.<BR>> ><BR>> ><BR>> >chuks.<BR>> ><BR>> >NB: I don't mean toll free number, Imean just local dialing.<BR>> ><BR>> <BR>> Don't bother with IAXTel. It's very frequently down. Just have each<BR>> server register with the other and trunk between them. That way you<BR>> just use dialplan logic to make the A place a call on B's resource. The<BR>> wiki has a good section on trunking between servers ova IAX.<BR>> <BR>> Michael<BR>> <BR>> --<BR>> Michael Graves mgraves@pixelpower.com<BR>> Sr. Product Specialist www.pixelpower.com<BR>> Pixel Power Inc. mgraves@mstvp.com<BR>> <BR>> o713-861-4005<BR>> o800-905-6412<BR>> c713-201-1262<BR>> <BR>> _______________________________________________<BR>> Asterisk-Users mailing list<BR>> Asterisk-Users@lists.digium.com<BR>> http://lists.digium.com/mailman/listinfo/asterisk-users<BR>> To UNSUBSCRIBE or update options visit:<BR>> http://lists.digium.com/mailman/listinfo/asterisk-users<BR>---------------End of Original Message-----------------<BR><BR><BR>_______________________________________________<BR>Asterisk-Users mailing list<BR>Asterisk-Users@lists.digium.com<BR>http://lists.digium.com/mailman/listinfo/asterisk-users<BR>To UNSUBSCRIBE or update options visit:<BR> http://lists.digium.com/mailman/listinfo/asterisk-users </div>
On Feb 21, 2005, at 23:36, info@cybernergies.com wrote:> Hello, > ?actually I did, but nobody responded to that.Maybe people would look at it if you stopped sending HTML mail. jens
info@cybernergies.com
2005-Feb-22 12:48 UTC
[Asterisk-Users] bridging iaxtel calls to PSTN
ok, thanks for pointing that out...<BR><BR> <BLOCKQUOTE style="PADDING-LEFT: 8px; MARGIN-LEFT: 8px; BORDER-LEFT: blue 2px solid"><BR>-------- Original Message --------<BR>Subject: RE: [Asterisk-Users] bridging iaxtel calls to PSTN<BR>From: "Rich Adamson" <radamson@routers.com><BR>Date: Mon, February 21, 2005 4:00 pm<BR>To: "Asterisk Users Mailing List - Non-Commercial Discussion"<BR><asterisk-users@lists.digium.com><BR><BR>iaxtel is not working and hasn't been for some time. All of us that<BR>have 700 numbers get the same response that you are. <BR><BR>------------------------<BR>> Hello,<BR>> actually I did, but nobody responded to that. So, here it is one more time:<BR>> ___________________<BR>> Hello,<BR>> can someone tell me what's wrong with this? I can't make toll free calls via iaxtel. Here's <BR>the definition in my extensions.conf<BR>> <BR>> [iaxtel-trunks]<BR>> ;<BR>> ;outbound 1-700 and toll free calls go via iaxtel<BR>> ;be sure to include the iaxtel-trunks context in dialing context<BR>> ;add function here to continue ring tone when 9 is dialed<BR>> ;<BR>> ignorepat=>9<BR>> exten => _91700XXXXXXX,1,Dial(IAX2/$@iaxtel.com/$@iaxtel:1)<BR>> exten => _91888NXXXXXX,1,Dial(IAX2/$@iaxtel.com/$@iaxtel:1)<BR>> exten => _91877NXXXXXX,1,Dial(IAX2/$@iaxtel.com/$@iaxtel:1)<BR>> exten => _91866NXXXXXX,1,Dial(IAX2/$@iaxtel.com/$@iaxtel:1)<BR>> exten => _91800NXXXXXX,1,Dial(IAX2/$@iaxtel.com/$@iaxtel:1)<BR>> <BR>> Note: IAXTEL_INFO is already defined as username:password<BR>> <BR>> and here's my iax.conf<BR>> <BR>> [general]<BR>> port=5036<BR>> bandwidth=high<BR>> disallow=lpc10<BR>> tos=lowdelay<BR>> <BR>> ;to register with iaxtel<BR>> register => username:password@iaxtel.com<BR>> <BR>> <BR>> ;<BR>> ; Trust Caller*ID Coming from iaxtel.com<BR>> ;<BR>> [iaxtel]<BR>> type=friend<BR>> context=from-iaxtel<BR>> auth=cleartext<BR>> ;inkeys=iaxtel<BR>> <BR>> <BR>> when i make an 800 number call for instance, registration goes through and iaxtel can find me. <BR>But there is an endless silence, sort of like an<BR>> endles loop, and the only output I see is a "timeout on Zap/1-1" and it tries the whole thing <BR>again...and goes on forever, and the call never goes<BR>> through. Is there anything wrong with my configuration above?<BR>> <BR>> thx,<BR>> Chuks.<BR>> <BR>> -------- Original Message --------<BR>> Subject: RE: [Asterisk-Users] bridging iaxtel calls to PSTN<BR>> From: "Rich Adamson" <radamson@routers.com><BR>> Date: Mon, February 21, 2005 3:16 pm<BR>> To: "Asterisk Users Mailing List - Non-Commercial Discussion"<BR>> <asterisk-users@lists.digium.com><BR>> <BR>> I think someone did reply to this. Don't bother trying to use iaxtel for<BR>> your connections. Its down far more then its up.<BR>> <BR>> If you want help setting up an iax connection directly between your two<BR>> systems, then post what you've got that pertains to this from iax.conf<BR>> and extensions.conf. No one is going to be able to help you based on A<BR>> doesn't talk to B words.<BR>> <BR>> ------------------------<BR>> > could you help me out with this? I have a posting on this list, bu nobody has replied yet.<BR>> Titled "why can't I make IAX calls<BR>> > between 2 asrterisk servers"? I'd appreciate.<BR>> > <BR>> > -chuks.<BR>> ><BR>> > -------- Original Message --------<BR>> > Subject: Re: [Asterisk-Users] bridging iaxtel calls to PSTN<BR>> > From: "Michael Graves" <mgraves@mstvp.com><BR>> > Date: Mon, February 21, 2005 7:49 am<BR>> > To: "Asterisk Users Mailing List - Non-Commercial Discussion"<BR>> > <asterisk-users@lists.digium.com><BR>> ><BR>> > On Sun, 20 Feb 2005 02:43:46 -0700, info@cybernergies.com wrote:<BR>> ><BR>> > >Hello,<BR>> > > I just started using asterisk, and have a question. I have setup two<BR>> > >asterisk servers, A and B. A has a Digium TDM400 11B card (1 FXO and 1<BR>> > >FSX modules) and is connected to the PSTN. B has same, but is NOT<BR>> > >connected to PSTN. I want to configure B to call A via iaxtel, and<BR>> > >connect to the PSTN using A's line. How can I configure iaxteldial<BR>> > >plan for B in extensions.conf? I want to be able to make a call to<BR>> > >local US number (where A is located) from B, using iaxtel. Can anyone<BR>>> >please help me? All I have seen so far is justmaking calls from A to B<BR>> > >and vice versa using the iaxtel 1700 number, but I haven't seen any<BR>> > >examples of how to bridge the iaxtel calls to PSTN. Help please.<BR>> > ><BR>> > ><BR>> > >chuks.<BR>> > ><BR>> > >NB: I don't mean toll free number,I mean just local dialing.<BR>> > ><BR>>><BR>> > Don't bother with IAXTel. It's veryfrequently down. Just have each<BR>> > server register with the other and trunk between them. That way you<BR>>> just use dialplan logic to make the A place a callon B's resource. The<BR>> > wiki has a good section on trunking between servers ova IAX.<BR>> ><BR>> > Michael<BR>> ><BR>> > --<BR>> > Michael Graves mgraves@pixelpower.com<BR>> > Sr. Product Specialist www.pixelpower.com<BR>> > Pixel Power Inc. mgraves@mstvp.com<BR>> ><BR>> > o713-861-4005<BR>> > o800-905-6412<BR>> > c713-201-1262<BR>> ><BR>> > _______________________________________________<BR>> > Asterisk-Users mailing list<BR>> > Asterisk-Users@lists.digium.com<BR>> > http://lists.digium.com/mailman/listinfo/asterisk-users<BR>> > To UNSUBSCRIBE or update options visit:<BR>> > http://lists.digium.com/mailman/listinfo/asterisk-users<BR>> ---------------End of Original Message-----------------<BR>> <BR>> _______________________________________________<BR>> Asterisk-Users mailing list<BR>> Asterisk-Users@lists.digium.com<BR>> http://lists.digium.com/mailman/listinfo/asterisk-users<BR>> To UNSUBSCRIBE or update options visit:<BR>> http://lists.digium.com/mailman/listinfo/asterisk-users<BR>---------------End of Original Message-----------------<BR><BR><BR>_______________________________________________<BR>Asterisk-Users mailing list<BR>Asterisk-Users@lists.digium.com<BR>http://lists.digium.com/mailman/listinfo/asterisk-users<BR>To UNSUBSCRIBE or update options visit:<BR> http://lists.digium.com/mailman/listinfo/asterisk-users </BLOCKQUOTE>
info@cybernergies.com
2005-Feb-22 12:50 UTC
[Asterisk-Users] bridging iaxtel calls to PSTN
ok, thaks for pointing that out...how can I turn off the HTML tags? I am using a web based email client. BTW, sorry if this has been annoying, it's not been on purpose. -------- Original Message -------- Subject: Re: [Asterisk-Users] bridging iaxtel calls to PSTN From: "Jens Vagelpohl" <jens@dataflake.org> Date: Mon, February 21, 2005 4:04 pm To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> On Feb 21, 2005, at 23:36, info@cybernergies.com wrote:> Hello, > actually I did, but nobody responded to that.Maybe people would look at it if you stopped sending HTML mail. jens _______________________________________________ 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
I don't understand what the big deal about html email is? Whats the problem with your email applications? Why are they unable to read html? Are the emails bigger for some reason? There seems to be more friction about this on the list of the past week and I just don't understand it. Dean -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of info@cybernergies.com Sent: Tuesday, February 22, 2005 2:51 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] bridging iaxtel calls to PSTN ok, thaks for pointing that out...how can I turn off the HTML tags? I am using a web based email client. BTW, sorry if this has been annoying, it's not been on purpose. -------- Original Message -------- Subject: Re: [Asterisk-Users] bridging iaxtel calls to PSTN From: "Jens Vagelpohl" <jens@dataflake.org> Date: Mon, February 21, 2005 4:04 pm To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> On Feb 21, 2005, at 23:36, info@cybernergies.com wrote:> Hello, > actually I did, but nobody responded to that.Maybe people would look at it if you stopped sending HTML mail. jens _______________________________________________ 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 _______________________________________________ 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