I am attempting to add a bit more functionality to the MeetMe conferences hosted on my Asterisk PBX. I have found where I can add options as a user enters the conference such as |p, which allows them to exit the conference when they dial a "#", or |m, which allows them to enter the conference where they can monitor only (their audio is muted). The problem that I am having is that once a user enters the conference under the option monitor only, they are unable to leave the conference via the "#", even when option "p" is included. Does the monitor only option cause Asterisk to stop receiving all audio from that channel, or is there something that should still be able to detect the DTMF? Also, I would like to set some sort of variable for when a user enters the "#" key and leaves a conference that would store the confnum that they were in. This way they could enter "#" followed by some digit, a 5 for example, that would bring them right back into the same conference, but this time they are monitor only. I think it would look something like this in extensions.conf exten => 4000,1,MeetMe,|pqs exten => 5,1,MeetMe,confnum|mpqs exten => 6,1,MeetMe,confnum|pqs With this set up, a caller could enter #5 in a call to mute themselves, and #6 to unmute themselves. I think I have found in app_meetme.c where I could set this variable, but what other file(s) would I need to touch to make this happen? Thanks in advance, Jesse Knutsen
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
Hi !! all !! My MeetMe is moving by SIP. Does Ztdummy load to the kernel? ----- Original Message ----- From: "Jain, Sonal" <Sonal.Jain@Sterlingbancorp.com> To: <asterisk-users@lists.digium.com> Sent: Friday, April 09, 2004 4:53 AM Subject: [Asterisk-Users] MeetMe conference 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