| |
| News & Reviews |
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.
Voxilla VoIP Forum |
Teliax helpTechnical support, how-to guides, troubleshooting, and general assistance, from beginner to seasoned pro, this is where to discuss Asterisk, the most powerful open source PBX. |
| | LinkBack | Thread Tools | Rate Thread | Display Modes |
| |||
| 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 => mescueta 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 |
| |||
| 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) |
| |||
| 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 |
| |||
| 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 |
| |||
| 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! |
| | |
![]() |
| |||
| BTW - I got a PM from mescueta that the recommended changes to iax.conf did the trick. |
| |||
| 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. |
| |||
| Quote:
|
| Thread Tools | |
| Display Modes | Rate This Thread |
| |
| | ||||
| 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 |