[Asterisk-Users] MeetMe conference
Rich Adamson
radamson at routers.com
Thu Apr 8 14:42:20 MST 2004
> I am trying to setup MeetMe conference.
> In my MeetMe.conf file I have
> [rooms]
>
> conf => 4001,4001
> In my extension.conf file I have the following:
> exten =>4001,1,MeetMe(4001|p|4001)
> When I try to call the extension 4001 it gives me the following error message. I am using SIP
and I have not created 4001 in my Sip.conf file. Do I need to create this extension and also how
do I fix this error.
> Apr 8 15:49:16 NOTICE[-1394906192]: sched.c:218 sched_settime: Request to schedule in the
past?!?!
> Apr 8 15:49:16 WARNING[-1394906192]: file.c:521 ast_readaudio_callback: Failed to write frame
Here's one way to do it. In meetme.conf,
[rooms]
conf => 3555
conf => 3556
Then in extensions.conf,
; Meetme Conference room #1
exten => 3555,1,Meetme(3555|pM)
; Meetme Conference room #2
exten => 3556,1,Answer
exten => 3556,2,Wait,1
exten => 3556,3,Authenticate(12345)
exten => 3556,4,Meetme(3556|pM)
The x3556 conference room requires the users to enter the "12345" authentication
code before they can enter.
If memory servers correctly, the use of meetme requires a zap card within
the system, or some source of timing substitute.
Rich
More information about the asterisk-users
mailing list