[asterisk-users] Grandstream Busy Light Fields

Jan Prunk janprunk at gmail.com
Thu Jun 19 08:20:46 CDT 2008


Hello Gordon,

On Thu, 19 Jun 2008, Jan Prunk wrote:

> Hello !
>
> I am having troubles setting up Busy Light Fields (BLF) in asterisk 1.4.18
> The things work up to 80%, I can transfer the call by BLF button and I can
> see the green (free) status and red (busy) status.

Firstly, make sure the GS phones are of a relatively new hardware revision
and have the latest firmware loaded...

  Program-- 1.1.6.16    Bootloader-- 1.1.6.5

is a current "good" version for GXP phones.

Yes we got all phones updated with newest firmware.

> Here the output from extensions.conf:
>
> [buster]
> ; the usual dialplan+extensions are here, then comes:
>
> ; Pickup BLF
> exten => _**6,1,Pickup(${EXTEN:1})
> exten => _**6,2,Hangup

This is wrong - you need :2 to skip over the 2 stars.

> exten => _**11,1,Pickup(${EXTEN:2})
> exten => _**11,2,Hangup
> exten => _**6X,1,Pickup(${EXTEN:2})
> exten => _**6X,2,Hangup
> exten => _**7X,1,Pickup(${EXTEN:2})
> exten => _**7X,2,Hangup
> exten => _**8X,1,Pickup(${EXTEN:2})
> exten => _**8X,2,Hangup

You might want to try:

  exten => _**.,1,Pickup(${EXTEN:2})
  exten => _**.,n,Hangup()

Ok I have tried adding these 2 lines, and the error which I get when calling
01 5863165, which then rings extension 65, and I try to accept the call on
extension 70 by a BLF button. It gives me error code.

-- Accepting overlap voice call from '015852977' to '5863165' on channel
0/1, span 3
    -- Starting simple switch on 'Zap/7-1'
    -- Executing [5863165 at buster:1] Dial("Zap/7-1", "SIP/65|17|rtk") in new
stack
 Extension Changed 65[BLF] new state Ringing for Notify User 70
    -- Called 65
    -- SIP/65-081fb370 is ringing
    -- Executing [**65 at buster:1] PickUp("SIP/70-b5f18268", "65") in new
stack
[2008-06-19 15:13:33] WARNING[7287]: channel.c:4347 ast_get_group: Ignoring
invalid group 65 (maximum group is 63)
    -- No channel found 0.
  == Spawn extension (buster, **65, 1) exited non-zero on 'SIP/70-b5f18268'
    -- Channel 0/1, span 3 got hangup request, cause 16
 Extension Changed 65[BLF] new state Idle for Notify User 70
  == Spawn extension (buster, 5863165, 1) exited non-zero on 'Zap/7-1'
    -- Hungup 'Zap/7-1'

Regards,
Jan
-- 
Jan Prunk <janprunk AT SPAMFREE gmail DOT com>
Website: http://www.prunk.si PGP key: 00E80E86
Fingerprint: 77C5156E29A4EB6C1C4A5EBA414A29F500E80E86
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080619/a6f53b8f/attachment.htm 


More information about the asterisk-users mailing list