public interface NewChannelListener
| Modifier and Type | Method and Description |
|---|---|
void |
channelUpdate(Channel channel)
Allows a listener to be informed as new channels come up during an
originate.
|
void channelUpdate(Channel channel)
The OriginateBase class will call this for each channel that comes up (as a result of the originate).
Intermediate channels (local etc) that the underlying pbx may create on the way through are ignored with only the final channels being notified.
This listener should be used by anyone that needs to have the channel at the earliest possible moment.
Listeners should not run long lived process from this call as it will stall the dialer.
channel - Copyright © 2004–2024. All rights reserved.