[asterisk-bugs] [JIRA] (ASTERISK-26026) Error on configuring PJSIP multi domain

Asterisk Team (JIRA) noreply at issues.asterisk.org
Mon May 16 15:54:56 CDT 2016


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

Asterisk Team commented on ASTERISK-26026:
------------------------------------------

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].

> Error on configuring PJSIP multi domain
> ---------------------------------------
>
>                 Key: ASTERISK-26026
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26026
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_pjsip
>    Affects Versions: 13.9.0, 13.9.1
>         Environment: CentOS 7.X VPS - Digital Ocean
>            Reporter: Andrea Sannucci
>
> I'm Trying to configure PJSIP in a multi domain escenario. My Endpoint configuration is:
> [1000 at sip.domain.com]
> type=endpoint
> context=externas-pjsip
> disallow=all
> allow=ulaw,g722
> accountcode=1000
> language=es
> mailboxes=1000 at default
> dtmf_mode=rfc4733
> callerid=Fulano <1000>
> direct_media=no
> force_rport=yes
> rtp_symmetric=yes
> rewrite_contact=yes
> call_group=1
> pickup_group=1
> transport=no-nat
> auth=aut1000
> aors=1000
> [aut1000]
> type=auth
> auth_type=userpass
> password=password
> username=1000
> [1000]
> type=aor
> max_contacts=1
> remove_existing=yes
> qualify_frequency=30
> When I register a Softphone (XLITE) on the Asterisk console i can see:
> ERROR[11156]: res_pjsip.c:2946 create_out_of_dialog_request: Unable to create outbound OPTIONS request to endpoint 1000 at sip.domain.com
> ERROR[11156]: res_pjsip/pjsip_options.c:350 qualify_contact: Unable to create request to qualify contact sip:1000 at 95.250.29.3:55448;rinstance=ae1fb142f87db1a2
> ERROR[11156]: res_pjsip.c:2946 create_out_of_dialog_request: Unable to create outbound NOTIFY request to endpoint 1000 at sip.domain.com
> WARNING[11156]: res_pjsip_mwi.c:379 send_unsolicited_mwi_notify_to_contact: Unable to create unsolicited NOTIFY request to endpoint 1000 at sip1.voztovoice.net URI sip:1000 at 95.250.29.3:55448;rinstance=ae1fb142f87db1a2
> The Endpoint appear registered but can't receive calls because qualify don't work.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list