News & Reviews
More How-To's & Tips More News
More Reviews Device Configuration Tools
No account yet? Create one
Forgot your Username or Password?

Welcome to the Voxilla VoIP Forum.

Voxilla has been a trusted source for accurate, up-to-date information on the IP Communications industry since 2002. A dedicated staff of reporters and engineers produce feature articles and product reviews to keep industry watchers abreast of the people, companies, and trends driving a fast moving market.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.





Closed Thread
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old March 14th, 2005, 11:13 PM
mescueta mescueta is offline
Junior Member
 
Join Date: Feb 2005
Posts: 13
mescueta
Default Teliax help

Has anyone heard of teliax.com I signed up for them and they have a simple config file for asterisk but it i cant seem to make it work. my asterisk runs well with braodvoice and FWD. need help. here is the config for teliax

[general]
register => mescuetaassword@voip.teliax.com

And add the following context to your iax.conf -

[teliax]
context=default (or a valid context in your extensions.conf of your choosing.)
type=friend
host=voip.teliax.com
auth=md5
secret=password
disallow=all
allow=gsm,ulaw
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old March 15th, 2005, 01:47 AM
bernart bernart is offline
Senior Member
 
Join Date: Jul 2004
Posts: 167
bernart
Default RE: Teliax help

what does not work? make calls? rcv calls?
where is your extensions.conf entry for dialing out and/or recvng calls

suggestion: move the disallow and allow entries from the teliax context into the general section this way you just do it once if you have multiple providers

dial entry looks like this:
exten => _1XXXXXXXXXX,1,DIAL(IAX2/mescueta@teliax/${EXTEN},20,tr)
exten => _011.,1,DIAL(IAX2/mescueta@teliax/${EXTEN},20,tr) ; non US numbers

incoming call entry in your incoming context looks like
exten => yourphonenumber,1,DIAL(SIP/user,20,tr)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old March 15th, 2005, 02:13 AM
mescueta mescueta is offline
Junior Member
 
Join Date: Feb 2005
Posts: 13
mescueta
Default i am using amp

I am using the latest interface from AMP. I can't make outbound calls. I did not configure inbound calls since i have no DID. I just want to make outbound calls with teliax.

When i configured FWD with AMP i just put in the details in the create trunk menu.

I did not do anyhting with extensions.conf. I will try your configuration and see if it works.

Will i just cut and paste this?

exten => _1XXXXXXXXXX,1,DIAL(IAX2/mescueta@teliax/${EXTEN},20,tr)
exten => _011.,1,DIAL(IAX2/mescueta@teliax/${EXTEN},20,tr) ; non US numbers
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old March 15th, 2005, 02:36 AM
bernart bernart is offline
Senior Member
 
Join Date: Jul 2004
Posts: 167
bernart
Default RE: i am using amp

I don't use AMP to create my dialplans. But there is usually someplace in those dailpaln builders to create a trunk. if you find that it may tell you how to add a new provider.

If yuo are using a sip client, then in sip.conf is "context" and you should look for that "context" in extensions.conf then put the two exten in that context

.

A better way to do it is to is to create a context with your trunks and then include it into the context that process your the calls you dail. most likely in sip.conf. Thsi way u can add logic to teliax-trunk to handle situations like busy, congestion, timeout without cluttering up your basic entry point for calls being dialed.

[teliax-trunks]
exten => _1XXXXXXXXXX,1,DIAL(IAX2/mescueta@teliax/${EXTEN},20,tr)
exten => _011.,1,DIAL(IAX2/mescueta@teliax/${EXTEN},20,tr) ; non US numbers

[context-named-from-sip]
include => teliax-trunks

Oh by the way if you are not getting calls from Teliax then there is no need for the "context =" in the IAX.conf entry It's only there to tell where in extensions.conf to go and process calls coming in from teliax

hope this helps
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5 (permalink)  
Old March 15th, 2005, 04:15 AM
muppetmaster muppetmaster is offline
Senior Member
 
Join Date: Apr 2004
Location: Amsterdam, Netherlands
Posts: 345
muppetmaster
Default RE: i am using amp

I was one of Teliax's first customers, as they were one of the first to allow you to use Asterisk and provide Denver DIDs. They have always worked great and I have never had a problem with the service.

My recommendation is to make these changes:

[teliax]
context=default
type=friend
host=voip.teliax.com
username=mescueta
secret=password
auth=md5
disallow=all
allow=ulaw
allow=gsm


Good luck!
__________________
dCAP Certified
Rails, know it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old March 15th, 2005, 04:15 AM
  #6 (permalink)  
Old March 15th, 2005, 12:26 PM
muppetmaster muppetmaster is offline
Senior Member
 
Join Date: Apr 2004
Location: Amsterdam, Netherlands
Posts: 345
muppetmaster
Default RE: i am using amp

BTW - I got a PM from mescueta that the recommended changes to iax.conf did the trick.
__________________
dCAP Certified
Rails, know it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7 (permalink)  
Old March 15th, 2005, 01:14 PM
mescueta mescueta is offline
Junior Member
 
Join Date: Feb 2005
Posts: 13
mescueta
Default it worked

Yes, the config worked prefectly. It was the username field that made the difference. I only wonder why Teliax support pages never show this? Anyone who knows them pls. let them know.

I am now seting up my incomming calls and am still using the same asterisk with AMP interface i can't seem to get my incomming calls to work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8 (permalink)  
Old March 15th, 2005, 04:40 PM
muppetmaster muppetmaster is offline
Senior Member
 
Join Date: Apr 2004
Location: Amsterdam, Netherlands
Posts: 345
muppetmaster
Default Re: it worked

Quote:
Originally Posted by mescueta
Yes, the config worked prefectly. It was the username field that made the difference. I only wonder why Teliax support pages never show this? Anyone who knows them pls. let them know.

I am now seting up my incomming calls and am still using the same asterisk with AMP interface i can't seem to get my incomming calls to work.
I have sent an email to their info mailbox and they already responded and say they would address the config example. Their support is very responsivel and helpful, you may either post more detail here for us to look at or work with their support as well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:



Similar Threads for: Teliax help
Thread Thread Starter Forum Replies Last Post
Can't make outgoing calls with Teliax skidog Asterisk Support Forum 3 February 21st, 2006 03:49 AM
Sound Quality (GSM, IAX2, Teliax) djn602 Asterisk Support Forum 4 February 8th, 2006 07:55 PM
Problems registering with Teliax surajch Other Providers 0 October 3rd, 2005 01:54 PM
Teliax config using AMP mescueta Other Providers 0 March 17th, 2005 11:50 PM
TelIAX muppetmaster Other Providers 2 October 31st, 2004 05:08 AM



All times are GMT. The time now is 10:46 PM.


vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc. Logos and trademarks are the property of Voxilla or their respective owner. All other content © 2003-2007 by Voxilla, Inc.