Displaying 5 results from an estimated 5 matches for "s_or".
Did you mean:
s_op
2009 Jan 07
1
rejected because extension not found
...the context its trying to find my extension in???
ast_log(LOG_NOTICE, "Call from '%s' to
extension"
" '%s' rejected because
extension not found.\n",
S_OR(p->username, p->peername),
decoded_exten);
Thanks,
Jerry
2023 May 30
0
Can't stop Mixmonitor
...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.com
2010 Oct 12
0
rtpip patch
...powner, sizeof(global_sdpowner), "%s", DEFAULT_SDPOWNER);
global_prematuremediafilter = TRUE;
ast_copy_string(default_notifymime, DEFAULT_NOTIFYMIME,
sizeof(default_notifymime));
-
- ast_copy_string(global_rtpip, DEFAULT_RTPIP, sizeof(global_rtpip));
-
ast_copy_string(sip_cfg.realm, S_OR(ast_config_AST_SYSTEM_NAME,
DEFAULT_REALM), sizeof(sip_cfg.realm));
ast_copy_string(default_callerid, DEFAULT_CALLERID, sizeof(default_callerid));
sip_cfg.compactheaders = DEFAULT_COMPACTHEADERS;
@@ -24809,8 +24786,6 @@
ast_log(LOG_WARNING, "'%s' is not a valid RTP keepalive t...
2007 Nov 23
1
AMI Newstate Ringing events -- Inconsistent caller id ?
Hello list,
I'm observing what I believe to be inconsistent behaviour
regarding "Newstate" AMI events for the "Ringing" state.
As such I come to you asking for experience or advice: am
I wrong or should I file a bug ?
I present you a short introduction which I feel is relevant;
however, if you want to go straight to my technical question,
please scroll
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