On Fri, 2010-07-16 at 17:34 +0100, Paddy Grice wrote: > Seems BLF only work on called extensions - is there a way to show busy > for the calling extension?
You don't say what version of asterisk you are running this on, or have any config snippets, so difficult to say what might be wrong. Check that in the [general] section of sip.conf, you have: limitonpeers=yes Also try setting for each extn in sip.conf, call-limit to some value. I have the following: call-limit=4 In each sip.conf extn entry. (In this case I don't think the actual number is that critical, just that it must be set to something, otherwise the BLF keys don't seem to work properly.) This may only apply to asterisk versions prior to 1.4 though. Then do a reload from CLI. Rob -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
