Re: [asterisk-dev] Asterisk 13.7.0 app PAGE plays participant count

2016-01-28 Thread Richard Mudgett
On Wed, Jan 27, 2016 at 6:35 PM, Ross Beer  wrote:

>
>  Hi,
>
> I'm having an issue with the PAGE feature in Asterisk 13.7.0, when
> connecting a PAGE it says 'there is only one other participant in the
> conference'.
>
> This shouldn't be happening, I know that PAGE used ConfBridge however it
> should only use this to bridge the call.
>
> The options I am using are as follows:
>
>
> Page(,ni)
>
>
> The options should suppress any messages however this is not the case. Is
> this currently a bug with the PAGE feature?
>

Page is using the default_bridge profile of confbridge.  So you need to
configure
that profile to not announce the number of participants.

Richard
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Re: [asterisk-dev] Asterisk 13.7.0 app PAGE plays participant count

2016-01-28 Thread Mark Michelson
Either with Page or Confbridge itself. Either

1) The Page application is not telling Confbridge not to announce the
number of users in the conference properly.
2) The Confbridge application is announcing the number of users despite the
Page application's request for quiet.

As a workaround, you can set announce_user_count=no in confbridge.conf for
your confbridge user. However, this will also make it so you don't hear a
user count when you call Confbridge normally.

On Wed, Jan 27, 2016 at 6:35 PM, Ross Beer  wrote:

>
>  Hi,
>
> I'm having an issue with the PAGE feature in Asterisk 13.7.0, when
> connecting a PAGE it says 'there is only one other participant in the
> conference'.
>
> This shouldn't be happening, I know that PAGE used ConfBridge however it
> should only use this to bridge the call.
>
> The options I am using are as follows:
>
>
> Page(,ni)
>
>
> The options should suppress any messages however this is not the case. Is
> this currently a bug with the PAGE feature?
>
> Thanks,
>
> Ross
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-dev mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-dev
>
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev