Klaus Darilion wrote: > if (tls_peer_verfied == 1) { > # allow incoming SIP requests from verfied peer > ... Don't know how to implement the logic itself, but IMHO it's much easier and cleaner to export a function, say is_tls_peer_verified(), which could be placed in the tls module without messing with yacc/lex... Just my 2 cents, Andy