Re: [Asterisk-java-users] Association channel-extension/context
Brought to you by:
srt
From: Chris H. <ch...@as...> - 2007-03-21 15:24:42
|
Bruno Konik wrote: > Hello Martin, > > thanks for your answer. I agree with you, * requires channel and > context but the next question is "how to get that information if we > don't have it?". If the application making the originate does know > only the extension is there a way to get the channel and context > associated to it. Using a command like "show dialplan" may work but > I'd like to know if there is a better way. How about originating to "Local/<exten>@context" as your channel? |