[asterisk-bugs] [Asterisk 0012850]: [patch] Page(CHANNEL) doesn't bring 'CHANNEL' into the MeetMe conference.

noreply at bugs.digium.com noreply at bugs.digium.com
Fri Jun 13 09:08:44 CDT 2008


The following issue has been RESOLVED. 
====================================================================== 
http://bugs.digium.com/view.php?id=12850 
====================================================================== 
Reported By:                bcnit
Assigned To:                Corydon76
====================================================================== 
Project:                    Asterisk
Issue ID:                   12850
Category:                   Applications/app_page
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     resolved
Asterisk Version:           1.6.0-beta9 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             06-13-2008 07:16 CDT
Last Modified:              06-13-2008 09:08 CDT
====================================================================== 
Summary:                    [patch] Page(CHANNEL) doesn't bring 'CHANNEL' into
the MeetMe conference.
Description: 
Using the dialplan code:

exten => 19,1,NoOp(Paging handsets)
exten => 19,n,SIPAddHeader(Call-Info: <sip:81.187.1.1>\;Answer-After=0)
exten => 19,n,Page(${PAGEHS})
exten => 19,n,Hangup()

(where PAGEHS is defined as a global containing one or more SIP
resources)

The called handsets answers the call, but no audio is played through the
handset. Further investigation (see below) shows that a MeetMe room is
created, but that only the caller is a member of that conference and the
SIP resources paged are not. When the caller hangs up, the paged resources
also hang up.

====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 06-13-08 09:08  
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 122557

U   trunk/main/dial.c

------------------------------------------------------------------------
r122557 | tilghman | 2008-06-13 09:08:34 -0500 (Fri, 13 Jun 2008) | 7
lines

Convert one more delimiter to use comma.
(closes issue http://bugs.digium.com/view.php?id=12850)
 Reported by: bcnit
 Patches: 
       20080613__bug12850.diff.txt uploaded by Corydon76 (license 14)
 Tested by: bcnit

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=122557 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
06-13-08 09:08  svnbot         Note Added: 0088666                          
06-13-08 09:08  svnbot         Status                   ready for testing =>
resolved
06-13-08 09:08  svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list