Don't login with PJSIP

Hello.
I think I have problems with registering(due login) user in asterisk on debian 7.

I have configured and install asterisk 13.2.0 with PJSIP on debian.
Add to modules.conf

noload => res_pjsip.so noload => res_pjsip_pubsub.so noload => res_pjsip_session.so noload => chan_pjsip.so noload => res_pjsip_exten_state.so noload => res_pjsip_log_forwarder.so
But then atfter pjsip reload in asterisk CLI it returns

No such module 'res_pjsip.so' No such module 'res_pjsip_authenticator_digest.so' No such module 'res_pjsip_endpoint_identifier_ip.so' No such module 'res_pjsip_mwi.so' No such module 'res_pjsip_notify.so'
Ok. I want to make call asterisk returns

So, I thought that problem is obvious.
I changed modules.conf on

load => res_pjsip.so load => res_pjsip_pubsub.so load => res_pjsip_session.so load => chan_pjsip.so load => res_pjsip_exten_state.so load => res_pjsip_log_forwarder.so
In CLI “pjsip reload” tells that all is ok.
Then I want to login in asterisk(ofcourse I tried diffrent clients such as CSipSimple and PhonerLite) and it close with code (0). I tried the same without modifications in modules.conf.

Disconnected from Asterisk server Asterisk cleanly ending (0). Executing last minute cleanups