[asterisk-users] What is the best way to share extension state
Benny Amorsen
benny+usenet at amorsen.dk
Mon Jul 6 03:44:11 CDT 2009
<asterisk-users at rogg.is> writes:
> 3) Hook into the AMI and parse the ExtensionStatusEvent which I think gives
> me what I want.
This is the "traditional" way, I believe.
The challenge with AMI is that it is becoming a high-bandwidth channel.
If you're only interested in one event type, you will spend quite a bit
of CPU time just discarding uninteresting events.
Perhaps it would be possible to make events more granular, instead of
just on/off?
Apart from that AMI works fine.
/Benny
More information about the asterisk-users
mailing list