[asterisk-bugs] [JIRA] (ASTERISK-24966) SIP messages to >1 device (AOR) via pjsip
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Thu Apr 30 16:46:33 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-24966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226072#comment-226072 ]
Rusty Newton commented on ASTERISK-24966:
-----------------------------------------
Yeah, good point. Clarification would be nice for the documentation on MessageSend.
Though we don't have a patch to improve behavior. I'll open this as a documentation bug.
We should improve the application help text to describe which AOR and contact will be used as the destination by MessageSend when using PJSIP technology.
> SIP messages to >1 device (AOR) via pjsip
> -----------------------------------------
>
> Key: ASTERISK-24966
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-24966
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: pjproject/pjsip
> Affects Versions: 13.2.0
> Reporter: Alex A. Welzl
> Assignee: Rusty Newton
> Severity: Minor
>
> If I send a SIP message to the extension where more than 1 device is registered, only the first device in the AOR list receives the message.
> AOR list:
> {noformat}
> Aor: 3280 3
> Contact: 3280/sip:3280 at 172.16.11.33:5060;transport=TLS Avail 21.874
> Contact: 3280/sip:3280 at 172.16.11.41:5074;transport=TLS Avail 20.321
> {noformat}
> Code:
> {noformat}
> same => n,NoOp(To: ${MESSAGE(to)})
> same => n,NoOp(From: ${MESSAGE(from)})
> same => n,NoOp(Message: ${MESSAGE(body)})
> same => n,Set(ACTUALTO=${CUT(MESSAGE(to),@,1)})
> same => n,MessageSend(${ACTUALTO},${MESSAGE(from)})
> same => n,NoOp(Send status is ${MESSAGE_SEND_STATUS})
> {noformat}
> I am sending to pgsip/3280 and only the phone on IP .33 (first in the AOR list) is receiving the message.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list