Re: [Astlinux-users] Asterisk GUI unusable in 0.6.7

2009-09-18 Thread David Kerr
And Astlinux just recently bumped up the Asterisk-gui svn version to 4980, which is the current version on digium's servers and is pulled directly from these servers when building. Astlinux does not keep in lock step with digium, but rather re-syncs from time-to-time. David On Fri, Sep 18, 2009 at

Re: [Astlinux-users] Asterisk GUI unusable in 0.6.7

2009-09-18 Thread Darrick Hartman
Dmitry, We take Asterisk-gui from SVN unmodified and use that in AstLinux. Darrick Dmitry Komarov wrote: > David, > > thank you very much! Your answers are always fast and very explanatory! > Now this point is absolutely clear for me, and you're absolutely right > about this Incoming Rule hint

Re: [Astlinux-users] Asterisk GUI unusable in 0.6.7

2009-09-18 Thread Dmitry Komarov
David, thank you very much! Your answers are always fast and very explanatory! Now this point is absolutely clear for me, and you're absolutely right about this Incoming Rule hint for using "'s' or '_X.' pattern to define a rule for all incoming calls" - thats really confusing thing. I understand

Re: [Astlinux-users] Asterisk GUI unusable in 0.6.7

2009-09-17 Thread David Kerr
Dmitry, To elaborate on this a little. Suppose you have a trunk from a VoIP provider, but subscribe to several DIDs with the same provider... one in New York, another in California, maybe a toll free number. And you want to direct the incoming call to different places based on the number that th

Re: [Astlinux-users] Asterisk GUI unusable in 0.6.7

2009-09-17 Thread Dmitry Komarov
Thank you for the fast reply! Your suggestion works well and I'm a bit confused. I have tried several times in different combinations both _X. and s as the pattern in Incoming Rules without success. There always was the same 's extension' error. But now I manually add the exten = s,1,Goto(default,

Re: [Astlinux-users] Asterisk GUI unusable in 0.6.7

2009-09-17 Thread David Kerr
I have seen this before with some VoIP carriers. You need to create an incoming rule to catch the 's' extension... [DID_trunk_1_default] exten = _X.,1,Goto(default,6000,1) exten = s,1,Goto(default,6000,1) You can do it in the Asterisk GUI, or manually edit extensions.conf (and the GUI will pick it

[Astlinux-users] Asterisk GUI unusable in 0.6.7

2009-09-17 Thread Dmitry Komarov
Hello, I found the Asterisk GUI included with 0.6.7 to be absolutely unusable. I tried to create a simple PBX setup with one external SIP trunk to my existing Asterisk PBX box. I did a clean install and configured everything Asterisk-related only by means of Asterisk GUI. Local calls between exten