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

Asterisk Bug Tracker noreply at bugs.digium.com
Sun Jan 30 17:27:37 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-30 17:27 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
====================================================================== 

---------------------------------------------------------------------- 
 (0131247) seandarcy (reporter) - 2011-01-30 17:27
 https://issues.asterisk.org/view.php?id=18644#c131247 
---------------------------------------------------------------------- 
I'm afraid you've lost me.

Here's my blf context:

[blf]
exten => 81,hint,MeetMe:81
;;exten => 82,hint,MeetMe:82
exten => 82,hint,confbridge:82
;;exten => 83,hint,MeetMe:83
exten => 83,hint,confbridge:83
exten => 170,hint,SIP/170
exten => 164,hint,SIP/164
...............

[conferences]
exten=>81,1,Meetme(81,1Ms,1234)
exten=>_8[2-9],1,Answer()
;;exten=>_8[1-9],1,Meetme(${EXTEN},1Ms,1234)
exten=>_8[2-9],n,NoOp("Using lowercase confbridge")
exten=>_8[2-9],n,confbridge(${EXTEN})


If I dial 81 from any peer, MeetMe generates a blf:

    -- Executing [81 at conferences:1] MeetMe("SIP/sip-000003eb",
"81,1Ms,1234") in new stack
  == Parsing '/etc/asterisk/meetme.conf':   == Found
    -- Created MeetMe conference 1023 for conference '81'
  == Extension Changed 81[blf] new state InUse for Notify User 169 
  == Extension Changed 81[blf] new state InUse for Notify User 176 
.........
> core show hints

81 at blf                 : MeetMe:81             State:InUse          
Watchers  9

But confbridge does not generate a hint from the _same_ blf context:
-- Executing [82 at conferences:1] Answer("SIP/sip-000003ed", "") in new
stack
    -- Executing [82 at conferences:2] NoOp("SIP/sip-000003ed", ""Using
lowercase confbridge"") in new stack
    -- Executing [82 at conferences:3] ConfBridge("SIP/sip-000003ed", "82")
in new stack
core show hint 82
     82 at blf           : confbridge:82         State:Idle           
Watchers 11
1 hint matching extension 82

So the blf context works for MeetMe, without having the "sip" peer in the
context. In fact, I don't even know how I would include a SIP peer in a
dialing plan context. Much less how to do that for every possible user of
confbridge. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-01-30 17:27 seandarcy      Note Added: 0131247                          
======================================================================




More information about the asterisk-bugs mailing list