[asterisk-bugs] [JIRA] (ASTERISK-28305) register_aor_core: Unable to bind contact
Ateen Chaughule (JIRA)
noreply at issues.asterisk.org
Mon Feb 25 13:39:47 CST 2019
Ateen Chaughule created ASTERISK-28305:
------------------------------------------
Summary: register_aor_core: Unable to bind contact
Key: ASTERISK-28305
URL: https://issues.asterisk.org/jira/browse/ASTERISK-28305
Project: Asterisk
Issue Type: Information Request
Security Level: None
Components: pjproject/pjsip
Affects Versions: 15.4.0
Reporter: Ateen Chaughule
Hello,
I was trying to include UPDATE and 100rel to the call flow from asterisk
I used the python script to create pjsip.conf.
I have not made change to any other file, except extension.conf and added
the PJSIP to the TN i need to make the call from .
But i get the following error cannot bind the TN
Connected to Asterisk 15.4.0 currently running on astrisk-domestic (pid = 6612)
-- Attempted to remove non-existent contact 'sip:+14629591001 at 144.60.212.81:5060' from AOR '+14629591001' by request
[2019-02-25 13:28:35] WARNING[6655]: db.c:348 ast_db_put: Couldn't execute statment: SQL logic error
[2019-02-25 13:28:35] ERROR[6655]: res_pjsip_registrar.c:637 register_aor_core: Unable to bind contact 'sip:+14629591001 at 144.60.212.81:5060' to AOR '+14629591001'
== Setting global variable 'SIPDOMAIN' to '144.60.212.76'
-- Executing [6166310017 at LocalSets:1] Dial("PJSIP/+14629591001-00000000", "SIP/vISBC/6166310017") in new stack
== Using SIP RTP CoS mark 5
[2019-02-25 13:28:41] ERROR[6691][C-00000001]: chan_sip.c:4274 __sip_reliable_xmit: Serious Network Trouble; __sip_xmit returns error for pkt data
-- Called SIP/vISBC/6166310017
== Spawn extension (LocalSets, 6166310017, 1) exited non-zero on 'PJSIP/+14629591001-00000000'
-- Executing [h at LocalSets:1] Dial("PJSIP/+14629591001-00000000", "SIP/vISBC/h") in new stack
-- Caller hung up before dial.
== Spawn extension (LocalSets, h, 1) exited non-zero on 'PJSIP/+14629591001-00000000'
MY PJSIP.CONF file
[transport-udp]
type = transport
protocol = udp
bind = 0.0.0.0
[+14629591001]
type = aor
max_contacts = 1
[+14629591001]
type = auth
username = +14629591001
password = 288Labs
[+14629591001]
type = endpoint
context = LocalSets
dtmf_mode = none
disallow = all
allow = ulaw
timers = no
timers_sess_expires = 3800
direct_media = no
send_pai = yes
inband_progress = yes
auth = +14629591001
outbound_auth = +14629591001
aors = +14629591001
EXTENSION.CONF
exten => 4629591001,1,Dial(PJSIP/+14629591001)
same => n,Hangup()
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list