[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:09:20 CDT 2008
A NOTE has been added to this issue.
======================================================================
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: closed
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:09 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:09
----------------------------------------------------------------------
Repository: asterisk
Revision: 122558
_U branches/1.6.0/
U branches/1.6.0/main/dial.c
------------------------------------------------------------------------
r122558 | tilghman | 2008-06-13 09:09:16 -0500 (Fri, 13 Jun 2008) | 15
lines
Merged revisions 122557 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r122557 | tilghman | 2008-06-13 09:15:07 -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=122558
Issue History
Date Modified Username Field Change
======================================================================
06-13-08 09:09 svnbot Note Added: 0088667
======================================================================
More information about the asterisk-bugs
mailing list