search for: ast_channel_datastore_find

Displaying 2 results from an estimated 2 matches for "ast_channel_datastore_find".

2023 May 30
0
Can't stop Mixmonitor
...tore the channel name in a var and then I use StopMixmonitor from AMI sending the stored channel name as parameter. What I've seen is that the app returns failure and going a little bit deeper I see that the failure comes from the function stop_mixmonitor_full in app_mixmonitor.c datastore = ast_channel_datastore_find(chan, &mixmonitor_ds_info, S_OR(args.mixmonid, NULL)); if (!datastore) { ... return -1 I know the error comes from that !datastore but I do not know how to follow and dig into the problem. any help? cheers, Jon -- PekePBX, the multitenant PBX solution https://pekepbx.co...
2009 Oct 05
3
Questions about app_jack.c
Hello, My configuration is : Card 0 - kernel dummy sound card Card 1 - my soundcard I have a jackd running in background. My jackd launch command is : jackd --port-max 16 --realtime --no-mlock -d alsa --playback hw:1,0 --capture hw:1,0 --rate 8000 --period 1024 --shorts --inchannels 2 --outchannels 2 --dither triangular & 1 ) I open asterisk with chan_alsa.so connected (with asoundrc) to