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) exten=>_8[1-9],n,Hangup And that works. 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 go on when a party is in ConfBridge. Is there some new syntax for hints with ConfBridge? sean
Jeremy Betts
2010-Dec-21 17:13 UTC
[asterisk-users] MeetMe -> ConfBridge: hint not working
What version are you running? I believe device state tracking for ConfBridge was recently added. On Tue, Dec 21, 2010 at 3:39 AM, sean darcy <seandarcy2 at gmail.com> wrote:> 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) > exten=>_8[1-9],n,Hangup > > > And that works. > > 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 go on when a party is in > ConfBridge. Is there some new syntax for hints with ConfBridge? > > sean > > > > -- > _____________________________________________________________________ > -- 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20101221/d77df5b4/attachment.htm>