[asterisk-bugs] [JIRA] (ASTERISK-28305) register_aor_core: Unable to bind contact

Asterisk Team (JIRA) noreply at issues.asterisk.org
Mon Feb 25 13:39:47 CST 2019


    [ https://issues.asterisk.org/jira/browse/ASTERISK-28305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=246298#comment-246298 ] 

Asterisk Team commented on ASTERISK-28305:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

> 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
>              Labels: pjsip
>
> 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