[asterisk-bugs] [Asterisk 0018644]: hint for confbridge fails

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Jan 31 09:34:11 CST 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18644 
====================================================================== 
Reported By:                seandarcy
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18644
Category:                   Applications/app_confbridge
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           1.8.2.1 
JIRA:                       SWP-2944 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2011-01-19 13:15 CST
Last Modified:              2011-01-31 09:34 CST
====================================================================== 
Summary:                    hint for confbridge fails
Description: 
See issue 0018518.

As in above, I'm trying to move from MeetMe to ConfBridge. I've now
installed 1.8.2.1. Same problem.

I have set hints:

[blf]
exten => 80,hint,ConfBridge:80
exten => 81,hint,ConfBridge:81
exten => 82,hint,ConfBridge:82
exten => 83,hint,ConfBridge:83
exten => 84,hint,ConfBridge:84

yet no blf on ConfBridge:

    -- Executing [81 at longdistance:1] Answer("SIP/144-0000003d", "") in new
stack
    -- Executing [81 at longdistance:2] ConfBridge("SIP/144-0000003d", "81")
in new stack
    -- <SIP/144-0000003d> Playing 'conf-onlyperson.ulaw' (language 'en')
	
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0018518 hint for confbridge fails
====================================================================== 

---------------------------------------------------------------------- 
 (0131269) seanbright (manager) - 2011-01-31 09:34
 https://issues.asterisk.org/view.php?id=18644#c131269 
---------------------------------------------------------------------- 
I just tested this with the latest from the 1.8 branch:

$ cat /etc/asterisk/extensions.conf
[blf]
exten => 82,hint,confbridge:82
exten => 83,hint,confbridge:83
exten => 84,hint,confbridge:84
exten => 85,hint,confbridge:85
exten => 86,hint,confbridge:86
exten => 87,hint,confbridge:87
exten => 88,hint,confbridge:88
exten => 89,hint,confbridge:89

[conferences]
exten => _8[2-9],1,Answer(2000)
exten => _8[2-9],n,ConfBridge(${EXTEN})

And the test:
== Using SIP RTP CoS mark 5
-- Executing [84 at conferences:1] Answer("SIP/meh-00000000", "2000") in new
stack
-- Executing [84 at conferences:2] ConfBridge("SIP/meh-00000000", "84") in
new stack
-- <SIP/meh-00000000> Playing 'conf-onlyperson.gsm' (language 'en')

*CLI> core show hint 84
                     84 at blf                 : confbridge:84        
State:InUse           Watchers  0
1 hint matching extension 84 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-01-31 09:34 seanbright     Note Added: 0131269                          
======================================================================




More information about the asterisk-bugs mailing list