Asterisk doesn't listen to port any port

I think the problem was i put encryption on file via vim. That is why it didn’t load transport. After recreating new file, asterisk started showing packets. To verify i redo same thing but now pjsip module doesn’t load entirely.

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’
No such module ‘res_pjsip_outbound_publish.so’
No such module ‘res_pjsip_publish_asterisk.so’
No such module ‘res_pjsip_outbound_registration.so’

Update: Yes , problem was file encryption. And thanks for Pjsip fails, cannot be reloaded - #22 by gjoseph , and this. @gjoseph