Hi,
I just tried to migrate sip.conf to pjsip.conf, incoming is working but outgoing calls having issue. softphone users also not working. please suggest solution.
[global]
type=global
endpoint_identifier_order=username,ip,anonymous
[transport-udp]
type=transport
protocol=udp
bind=0.0.0.0:5060
[airtel]
type=registration
transport=transport-udp
outbound_auth=airtel_auth
server_uri=sip:dl.ims.airtel.in
client_uri=sip:+911141212300@dl.ims.airtel.in
contact_user=+911141212300
outbound_proxy=sip:10.5.68.229:5060
retry_interval=60
expiration=120
endpoint=airtel_endpoint
line=yes
[airtel_auth]
type=auth
auth_type=userpass
username=+911141212300@dl.ims.airtel.in
password=Help123456
[airtel_endpoint]
type=endpoint
transport=transport-udp
context=default
disallow=all
allow=ulaw,alaw
dtmf_mode=rfc4733
aors=airtel_aor
from_user=+911141212300
from_domain=dl.ims.airtel.in
outbound_auth=airtel_auth
outbound_proxy=sip:dl.ims.airtel.in:5060
rewrite_contact=yes
force_rport=yes
bind_rtp_to_media_address=yes
[airtel_aor]
type=aor
contact=sip:dl.ims.airtel.in:5060
outbound_proxy=sip:10.5.68.229:5060
max_contacts=1
default_expiration=120
qualify_frequency=60
[airtel_identify]
type=identify
endpoint=airtel_endpoint
match=10.5.68.229
[8003]
type=endpoint
context=default
disallow=all
allow=ulaw,alaw
auth=8003_auth
aors=8003
callerid=“8003” <0000000000>
[8003_auth]
type=auth
username=8003
password=123456
[8003_aor]
type=aor
max_contacts=1
Following error showing
asterisk -rx “pjsip show endpoint airtel_endpoint”
hannel originate PJSIP/09582291326@airtel_endpoint extension 9582291326@default
[Dec 28 12:59:59] ERROR[23254]: res_pjsip.c:993 ast_sip_create_dialog_uac: Endpoint ‘airtel_endpoint’: Could not create dialog to invalid URI ‘airtel_aor’. Is endpoint registered and reachable?
[Dec 28 12:59:59] ERROR[23254]: chan_pjsip.c:2698 request: Failed to create outgoing session to endpoint ‘airtel_endpoint’
[Dec 28 13:46:53] WARNING[34302]: res_pjsip_registrar.c:1166 find_registrar_aor: AOR ‘’ not found for endpoint ‘8003’ (192.168.1.24:39172)