Robert Mann
2003-Dec-02 10:44 UTC
[Asterisk-Users] IAXTEL configuration for new iaxtel users.
After battling for days trying to figure out what was wrong with my iax.conf it was determined that I do not have any inkeys set on the digium server. Now whether that is something new or just in a few cases I am not sure. Messing around and reading on IRC and the mailing list I could get certain things to work and then break other things. Now I can dial a IAXTEL number, 800 number and FWD numbers using the IAXTEL service. The iaxtel configuration I am now using is. iax.conf [general] register => iaxuser:iaxpass@iaxtel.com ; For some reason be it a bug or a feature from what I have read ; the iaxtel context must be the last thing in your iax.conf file. [iaxtel] type = user host = iaxtel.com context = incoming-iaxtel disallow = all ; My preference YMMV allow = gsm ; My preference YMMV deny = 0.0.0.0/0.0.0.0 permit = 69.73.19.178/255.255.255.255 extensions.conf [general] IAXTELUSERNAME = iaxuser IAXTELPASSWORD = iaxpass IAXTELUSERID = 1700XXXXXXX [incoming-iaxtel] exten => s,1,Dial(Zap/3,20) ; Change to something that works for you. exten => s,2,Hangup ; You could add voicemail here. [macro-iaxtel] exten => s,1,Dial(IAX/${IAXTELUSERNAME}:${IAXTELPASSWORD}@iaxtel.com/${ARG1}@iaxtel) exten => s,2,Playback(invalid) exten => s,3,Hangup [outbound] exten => _1700NXXXXXX,1,macro(iaxtel,${EXTEN}) exten => _1800NXXXXXX,1,macro(iaxtel,${EXTEN}) exten => _1866NXXXXXX,1,macro(iaxtel,${EXTEN}) exten => _1877NXXXXXX,1,macro(iaxtel,${EXTEN}) exten => _1888NXXXXXX,1,macro(iaxtel,${EXTEN}) Before I get a chewing for the spacing in my config files. This works for me without any problems just fine. People are always telling me you can not have spaces in your config files like this but I have no issues with it. I understand that there might be places in the config files where spaces are not allowed nor appropriate but so far I have not had issues with the spacing I use. For email purposes I have formatted this with Courier New at 10 and it looks right in the email message. If you have other defaulted fonts and can not change them in this message then my apologies. This configuration comes from different sources with just slight changes but is now finally working on my end. If you can not receive calls from IAXTEL either from someone on the outside calling you or calling your own IAXTEL number and getting a call waiting beep and you have inkeys somewhere in your iax.conf configuration for IAXTEL then change your configuration to this and see if you have better results. Remember to change your context to something that is valid for your setup. Not sure if someone else has any suggestions to add to this but at some point we should add this to the iax.conf sample config file so that new users understand and use the correct configuration. The samples still show the inkeys for use with RSA and another example for pre RSA but neither look like this one. Not sure why RSA is not being used anymore or if there is just a problem with the IAXTEL signup server but at least this works for now. My macros are a lot more complicated but I shortened them up here for easy reading. You don't necessarily need to use macros but in my case I use them for just about everything. They can shorten your extensions.conf file many lines by eliminating repetitive code and make for less admin errors not to mention then you only have to make the change in one place. Robert -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031202/fd7ba7de/attachment.htm
Does asterisk support G.729a or do you have to add something (is there an open source one) Todd Wallace -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031202/e6a9613b/attachment.htm
yes, * supports it. but is available only by commercial license. 10$ / channel directly from digium. Matteo. Il mar, 2003-12-02 alle 19:37, Todd Wallace ha scritto:> Does asterisk support G.729a or do you have to add something (is there > an open source one) > > > Todd Wallace-- Brancaleoni Matteo <mbrancaleoni@espia.it> Espia - Emmegi Srl
You can buy g729 lic from digium for 10.00 per channel. bkw On Tue, 2 Dec 2003, Todd Wallace wrote:> Does asterisk support G.729a or do you have to add something (is there an open source one) > > > Todd Wallace >
just need to buy g729 licences from www.digium.com, install it and off you go. :) -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Todd Wallace Sent: Tuesday, December 02, 2003 6:37 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Asterisk and G.729a Does asterisk support G.729a or do you have to add something (is there an open source one) Todd Wallace -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031202/77a6bd49/attachment.htm
Hi Todd, Yes Asterisk supports G.729a, you can by licenses for it at www.digium.com . I think there is a free to use one, but only for windows, * your best off with the digium licenses. Greetings, Tjardick ----- Original Message ----- From: Todd Wallace To: asterisk-users@lists.digium.com Sent: Tuesday, December 02, 2003 7:37 PM Subject: [Asterisk-Users] Asterisk and G.729a Does asterisk support G.729a or do you have to add something (is there an open source one) Todd Wallace -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031202/86a7b950/attachment.htm