[Freeswitch-users] "mute" channel programmatically with mod_event_socket

Artem Shiyanov shiyanov at gmail.com
Wed Aug 19 04:13:15 PDT 2009


The point is - a simple call flow is desired- if I have a ordinary 1-to-1
call and one of the participators decides to mute call - I don't want to put
both channels into a conference room but it looks like I have no other
choices.

BUT:
I found brilliant app - eavesdrop! If I do this for one-to-one call - mute
works!
SendMsg <uuid_channel_making_mute>
call-command: execute
execute-app-name: eavesdrop
execute-app-arg: <uuid_participator>

But the problem appears when I want to unmute.. the call! I've tried to
re-bridge channels, intercept them- nothing happens- one channel (muted one)
doesn't hear the participator. And CLI command 'show channels' shows that
channel with uui=<uuid_channel_making_mute> still process eavesdrop app.
Maybe someone know how to switch off eavesdrop app?


Artem


On Wed, Aug 19, 2009 at 1:17 PM, Rudolf Denert <rdenert at tng.de> wrote:

> You can use the caller controlls in the conference.conf.xml to implement
> your own features something like mute or kick. Or do you want to mute mute
> other conference members like a moderator can do this.
>
> BR
>
> ----- Ursprüngliche Mail -----
> Von: "Artem Shiyanov" <shiyanov at gmail.com>
> An: freeswitch-users at lists.freeswitch.org
> Gesendet: Dienstag, 18. August 2009 14:54:04 GMT +01:00
> Amsterdam/Berlin/Bern/Rom/Stockholm/Wien
> Betreff: [Freeswitch-users] "mute" channel programmatically with
> mod_event_socket
>
>
> Hello all!
>
> I'm trying to implement "mute" feature with mod_event_socket: I want
> programmatically mute/unmute some channel in a call.. And I don't see any
> other ways except to use conference room with special rule "mute".
> Anybody knows the better way?
>
>
> Thanks,
> Artem
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090819/1e163135/attachment-0002.html 


More information about the FreeSWITCH-users mailing list