[Home]

Summary:ASTERISK-17150: hint for confbridge fails
Reporter:Sean Darcy (seandarcy)Labels:
Date Opened:2010-12-22 11:26:01.000-0600Date Closed:2011-01-19 14:52:25.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_confbridge
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:On 1.6.2.16-rc1, I'm trying to migrate from MeetMe to ConfBridge:

[conferences]
exten=>_8[1-9],1,Answer()
;;exten=>_8[1-9],1,Meetme(${EXTEN},1Ms,1234)
exten=>_8[1-9],2,ConfBridge(${EXTEN},1Ms)

That works.

But, I also changed the hints:

;;exten => 81,hint,MeetMe:81
exten => 81,hint,ConfBridge:81
;;exten => 82,hint,MeetMe:82
exten => 82,hint,ConfBridge:82
;;exten => 83,hint,MeetMe:83
exten => 83,hint,ConfBridge:83
;;exten => 84,hint,MeetMe:84
exten => 84,hint,ConfBridge:84

And that does not work. The blf does not light when a party is in ConfBridge. Is there some new syntax for hints with ConfBridge?



****** ADDITIONAL INFORMATION ******

Does confbridge set device state? It looks like it was added last March: https://issues.asterisk.org/view.php?id=16972

Or is that only for 1.8.x?

It looks like the hints are there:

core show hints
.............
84@blf                 : ConfBridge:84         State:Idle            Watchers 14
81@blf                 : ConfBridge:81         State:Idle            Watchers 13
80@blf                 : ConfBridge:80         State:Idle            Watchers  3
83@blf                 : ConfBridge:83         State:Idle            Watchers 14
82@blf                 : ConfBridge:82         State:Idle            Watchers 14

The hints for active lines etc. still work as before. Just confbridge blf.

The phones are aastra 57i and 9133i's. Haven't changed anything on the phones.
Comments:By: Leif Madsen (lmadsen) 2011-01-04 14:21:13.000-0600

You'll need to use Asterisk 1.8 in order for that to be available.