[Asterisk-Users] conference authorization

Jeremy McNamara jj at nufone.net
Wed Aug 27 02:38:51 MST 2003


Use extension logic.

Is there an echo in here?

Jeremy McNamara

andrewg at felinemenace.org wrote:

>Well, going by apps/app_meetme.c, for some of it, we see
>
>                        inpin = strchr(inflags, '|');
>                        if (inpin) {
>                                *inpin = '\0';
>                                inpin++;
>                                /* XXX Need to do something with pin XXX */
>                                ast_log(LOG_WARNING, "MEETME WITH PIN=(%s)\n", inpin);
>                        }
>
>
>and a bit further down, we see:
>
>                        /* XXX Should prompt user for pin if pin is required XXX */
>                        /* Run the conference */
>                        res = conf_run(chan, cnf, confflags);
>
>Therefore, we conclude asterisk does not do conference authentication, yet.
>
>On Wed, Aug 27, 2003 at 09:10:46AM +0200, radan wrote:
>  
>
>>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
>>
>>_______________________________________________
>>Asterisk-Users mailing list
>>Asterisk-Users at lists.digium.com
>>http://lists.digium.com/mailman/listinfo/asterisk-users
>>    
>>
>_______________________________________________
>Asterisk-Users mailing list
>Asterisk-Users at lists.digium.com
>http://lists.digium.com/mailman/listinfo/asterisk-users
>  
>





More information about the asterisk-users mailing list