search for: confflags

Displaying 5 results from an estimated 5 matches for "confflags".

2009 Oct 17
3
Possible bug in app_meetme.c
...etme.c 2009-10-17 14:22:29.000000000 -0400 *************** *** 2901,2905 **** to write out all the samples. */ ! if (user->talking && !(confflags & CONFFLAG_OPTIMIZETALKER)) { careful_write(fd, f->data.ptr, f->datalen, 0); } --- 2901,2905 ---- to write out all the samples....
2003 Dec 03
0
Implement missing features in Meetme application
...ication : 's' -- send user to admin/user menu if '*' is received Line 438 -------- app_meetme.c ----------------------------------------------------------------------------- else if ((f->frametype == AST_FRAME_DTMF) && (f->subclass == '*') && (confflags & CONFFLAG_STARMENU)) { if ((confflags & CONFFLAG_ADMIN)) { /* Do admin stuff here */ } else { /* Do user menu here */ } ---------------------------------------------------------------------------------------...
2006 Oct 13
1
Asterisk (meetme) and SMP/HT OK?
...3a in free () from /lib/tls/libc.so.6 #6 0x080615f3 in ast_channel_free (chan=0xb7904e00) at channel.c:959 #7 0x08062bd7 in ast_hangup (chan=0xb7904e00) at channel.c:1392 #8 0x001aa4fb in conf_free (conf=0xb7901d98) at app_meetme.c:789 #9 0x001acfa3 in conf_run (chan=0x96e94a0, conf=0xb7901d98, confflags=4224, optargs=0xb7ddcd4c) at app_meetme.c:1607 #10 0x001aeb26 in conf_exec (chan=0x96e94a0, data=0xb7de1070) at app_meetme.c:2031 #11 0x08083d43 in pbx_exec (c=0x96e94a0, app=0x9587840, data=0xb7de1070, newstack=1) at pbx.c:553 Any clues leading to the arrest and conviction of this bug will earn y...
2008 Aug 05
2
Leopard Macs using Kerberos: Failed to parse negTokenTarg
I think I've found out why MacOS 10.5.x (Leopard) clients are unable to connect to Samba shares when authenticating with Kerberos. Basically, the Leopard Macs insert a few extra bytes (Padding and reqFlags, according to wireshark) into the security blob within the Session Setup AndX Request packet, bytes whose start tag is 0xa1, in a spot where Samba's parser expects 0xa2. The critical
2003 Aug 27
3
conference authorization
Hello all ! How can I make conference authorization based on pin number ? I have: exten => 1,1,Meetme,1234|ps|2222 where 2222 is a pin number and this doesn't works Where do I have to add information about pin number ?? Greetings Andrzej Radke