[asterisk-bugs] [JIRA] (ASTERISK-24966) Document limitation of MessageSend regarding AOR destination
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Tue May 5 09:02:33 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-24966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226110#comment-226110 ]
Rusty Newton commented on ASTERISK-24966:
-----------------------------------------
Or, as [~mjordan] pointed out, we should probably document this under PJSIP AOR and Contacts documentation as the MessageSend app is channel tech agnostic. Perhaps we could put a reminder in MessageSend to check the channel tech specific documentation.
> Document limitation of MessageSend regarding AOR destination
> ------------------------------------------------------------
>
> Key: ASTERISK-24966
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-24966
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Documentation, Resources/res_pjsip
> Affects Versions: 13.2.0
> Reporter: Alex A. Welzl
> 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