hello all, My problem if i have my extensions and sipusers in a realtime database it is not possible to use BLF or hinting. i see only idle or unavailable status but if the phone is ringing or in use i can't see it. Is there a fix or any workaround? Version is Release 1.4.1 regards rene -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070308/ed916a02/attachment.htm
Ren? Enskat wrote:> My problem if i have my extensions and sipusers in a realtime database > it is not possible to use BLF or hinting. > i see only idle or unavailable status but if the phone is ringing or in > use i can't see it. > Is there a fix or any workaround? Version is Release 1.4.1Hints do not work with Realtime. So the solution would probably be not to have the extensions in the database. Someone please prove me wrong. Regards, Philipp -- amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de Let's use IT to solve problems and not to create new ones. Asterisk? -> http://www.das-asterisk-buch.de Gesch?ftsf?hrer: Stefan Wintermeyer Handelsregister: Neuwied B 14998
8 mar 2007 kl. 14.36 skrev Ren? Enskat:> hello all, > My problem if i have my extensions and sipusers in a realtime > database it is not possible to use BLF or hinting. > i see only idle or unavailable status but if the phone is ringing > or in use i can't see it. > Is there a fix or any workaround? Version is Release 1.4.1 >The whole idea with realtime objects in SIP is not to keep them in memory. We release them when we don't need them and reload them when needed. That's why realtime objects lack a lot of functionality compared with static objects. /O