Displaying 2 results from an estimated 2 matches for "mycontext2".
Did you mean:
  mycontext
  
2013 Mar 25
1
Asterisk 11, hangup-handlers, Local channels and channel originate
...CDRs with values such as
Asterish and Tech cause (see function HANGUP_CAUSE).
I want to have my custom hangup-handler be run only once and when "the
second channel" hangs up.
At the moment, I'm issuing a couple of  "channel originate
Local/1 at mycontext1 extension 123456789 at mycontext2" commands.
I'm observing that as I'm using expressions such as Local/1 at mycontext1, a
Local <ZOMBIE> channel is hanged before the second channel stops ringing.
When the second channel itself ends, my  handler is not run anymore.
What would you suggest me to do ?
Should I del...
2013 Mar 26
0
Asterisk 11, hangup-handlers, Local channels and channel originate [SOLVED]
...> I want to have my custom hangup-handler be run only once and when
> > > "the
> > > second channel" hangs up.
> > >
> > > At the moment, I'm issuing a couple of "channel originate
> > > Local/1 at mycontext1 extension 123456789 at mycontext2" commands.
> > >
> > > I'm observing that as I'm using expressions such as
> > > Local/1 at mycontext1,
> > > a Local <ZOMBIE> channel is hanged before the second channel stops
> > > ringing.
> > > When the second channel itse...