[asterisk-bugs] [JIRA] (ASTERISK-25229) Exchanging Device and Mailbox State Using PJSIP fails after restart of peer
Alexei Gradinari (JIRA)
noreply at issues.asterisk.org
Thu Feb 11 09:16:33 CST 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-25229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=229403#comment-229403 ]
Alexei Gradinari commented on ASTERISK-25229:
---------------------------------------------
Is there only one transport in your configuration which used both for endpoints and asterisk peers?
Can you check with different transports.
For example:
[transport-udp] ;
type=transport
protocol=udp
bind=0.0.0.0:5071
[transport-peer];
type=transport
protocol=udp
bind=0.0.0.0:5090
[instance2]
type=endpoint
transport=transport-peer
[instance1]
type=endpoint
transport=transport-peer
> Exchanging Device and Mailbox State Using PJSIP fails after restart of peer
> ---------------------------------------------------------------------------
>
> Key: ASTERISK-25229
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25229
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_pjsip, Resources/res_pjsip_publish_asterisk
> Affects Versions: 13.4.0, 13.5.0
> Environment: CentOS-7 x86_64
> Reporter: Vadim
> Attachments: DebugPJSIP.txt, debug.txt, pjsip_outbound_publish_412.patch, pjsip_outbound_publish_debug.patch, ServA.txt, ServB.txt, Снимок экрана 2015-07-16 в 0.17.47.png
>
>
> There are two servers: "A" and "B".
> When we restart "Asterisk" on "A" we will see in the console of "B":
> [Jul 3 14:17:13] WARNING[17452]: res_pjsip_outbound_authenticator_digest.c:135 digest_create_request_with_auth_from_old: Unable to create request with auth.No auth credentials for any realms in challenge.
> After this "B' can't share a device state to "A", but "A" to "B" can.
> If we restart "Asterisk" on the server "B", the server "A" will not be able to share a device state to "B", but "B" to "A" can.
> The configuration, that has been used: https://wiki.asterisk.org/wiki/display/AST/Exchanging+Device+and+Mailbox+State+Using+PJSIP?showComments=true
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list