Re: opciya U w Dial-e asterisk 1.6.2
Да, наверное с латиницей у Вас проблемы. Ну не это главное.
Думаю с английским у Вас нет проблем, просто у меня описанна данная проблема на английском.
So, I want to indicate in dial plan, that the dialed channel is connectted.
For example(extensions.conf):
exten = s,1,Dial(ToSomeOne)
exten = s,n,Hangup
In this example, you can know about that the channel is connected after if hangup.
So, if you do this:
exten = s,1,Dial(ToSomeOne,,M(macros))
exten = s,n,Hangup
[macro-macros]
exten = s,1,Noop(Call conected)
After Noop in macros, the dial plan is do nothing.
This is a work.
If I want make this using AEL (Asterisk 1.6.2), the macro is not working.
While how we know, macro in AEL is changed to gosub.
I can continue use the macros, that I have make in extensions.conf, but I dont want.
So, in Dial application in asterisk 1.6.2 is now new option U.
It the same, as M, but used gosub meanings.
But he dont work same like M.
Can any body help me to understand how this work.
Thanks
|