Hello group, I am trying to register to a opengk h323 gatekeeper using chan_h323. The gatekeeper expects me to register a username like 31201234567@gatekeper.com with a password secret and an e164 of 31201234567. Thus I put the following in the config file: [general] gatekeeper=w.x.y.z. AllowGKRouted=yes [31201234567@gatekeer.com.com] type=h323 e164=31201234567 secret=geheim context=default However it looks like the gatekeeper doesn't like me and I expect the security to be the reason. Is there a way to specify how the password is communicated? or is plaintext the only supported way at this moment? Thanks!