Re: [Asterisk-java-users] Call status tracking HOWTO
Brought to you by:
srt
From: David R. <dr...@in...> - 2007-07-06 10:06:39
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Silvio Bierman wrote: > The problem is that we get a very limited number of events. We never see > events like RINGING, BUSY or whatever. Just an immediate UP event and > finally a DOWN event. Any idea if we are doing something wrong or should > configure things differently? Make sure that Asterisk is configured to deliver all events to your Manager API user. - From my manager.conf: - ---- SNIP ---- [javaclient] secret = haha-you-bet permit = 127.0.0.1/255.0.0.0 read = all write = all - ---- SNAP ---- With this configuration I get to see all kinds of event, NewChannelEvents, NewExtenEvents, NewStateEvents and what not. > Silvio Bierman David - -- INA Service GmbH Papenreye 63 22453 Hamburg Germany Mail: in...@in... Phone: +49 (0)40 557 07-07 Fax: +49 (0)40 557 07-100 Geschäftsführer: Ines M. Hoerner Amtsgericht Hamburg HRB 96470 Ust-IdNr. DE248754961 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGjhQOah2J2g3uuwIRAnM5AJ0fktvsvAtm3GzjsdWupPjOuwBcwgCfQO7S FUSOK8FxxL0k3x6B7rgIB7I= =BvIQ -----END PGP SIGNATURE----- |