[asterisk-bugs] [JIRA] (ASTERISK-24966) Document limitation of MessageSend regarding AOR destination

Rusty Newton (JIRA) noreply at issues.asterisk.org
Thu Apr 30 16:55:32 CDT 2015


     [ https://issues.asterisk.org/jira/browse/ASTERISK-24966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rusty Newton updated ASTERISK-24966:
------------------------------------

    Component/s: 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