// Aula 12 - Criando um PJSIP # mv pjsip.conf pjsip.conf.bk E vamos criar um novo: vim /etc/asterisk/pjsip.conf [simpletrans] type=transport protocol=udp bind=0.0.0.0 [1001] type = endpoint context = ramais disallow = all allow = ulaw aors = 1001 auth = auth1001 [1001] type = aor max_contacts = 1 [auth1001] type=auth auth_type=userpass password=1001 username=1001 [1002] type = endpoint context = ramais disallow = all allow = ulaw aors = 1002 auth = auth1002 [1002] type = aor max_contacts = 1 [auth1002] type=auth auth_type=userpass password=1002 username=1002 # asterisk -vvvvvvr > pjsip reload > pjsip show endpoints > pjsip show aors > pjsip show auths [transport-udp] type=transport protocol=udp bind=0.0.0.0:5080 https://www.zoiper.com/ https://trac.pjsip.org/repos https://wiki.asterisk.org/wiki/display/AST/Migrating+from+chan_sip+to+res_pjsip