Use extension logic.

Is there an echo in here?

Jeremy McNamara

[EMAIL PROTECTED] 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
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users




_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to