[asterisk-dev] Re: meetme and zap pseudo

Tony Mountifield tony at softins.clara.co.uk
Wed Feb 28 09:02:48 MST 2007


In article <ba3a70d80702280709j50668e74l5f5cd12775aecf88 at mail.gmail.com>,
Clod Patry <cpatry at gmail.com> wrote:
> -=-=-=-=-=-
> -=-=-=-=-=-
> 
> hi guys,
> Im running a lot of conferences in one machine and start to think, why
> meetme is always looking for zap/pseudo.
> Since, im running thru ztdummy and i didnt load chan_zap.so, im always
> getting such warnings:
> 
>     -- AGI Script Executing Application: (MeetMe) Options: (2005|MpT)
>   == Parsing '/etc/asterisk/meetme.conf': Found
> [Feb 28 09:48:32] WARNING[15870]: channel.c:3020 ast_request: No channel
> type registered for 'zap'
> [Feb 28 09:48:32] WARNING[15870]: app_meetme.c:727 build_conf: Unable to
> open pseudo channel - trying device
> [Feb 28 09:48:32] WARNING[15870]: channel.c:3020 ast_request: No channel
> type registered for 'zap'
>     -- Created MeetMe conference 1021 for conference '2005'
>     -- <SIP/64.15.69.138-082ef280> Playing 'conf-onlyperson' (language 'fr')
> 
> But, the conference works perfectly (as far that I know).

If chan_zap is not available, meetme will fall back to using /dev/zaptel/pseudo
directly. However, in that case, certain functions will not work:

- 'i' option to play username entering and leaving the conference;
- 'r' option to record the conference into a file

These functions rely on there being an ast_channel interface to the conference
pseudo-channel, not just a raw file descriptor.

Cheers
Tony
-- 
Tony Mountifield
Work: tony at softins.co.uk - http://www.softins.co.uk
Play: tony at mountifield.org - http://tony.mountifield.org


More information about the asterisk-dev mailing list