[asterisk-bugs] [JIRA] (ASTERISK-24966) SIP messages to >1 device (AOR) via pjsip

Alex A. Welzl (JIRA) noreply at issues.asterisk.org
Thu Apr 16 02:32:32 CDT 2015


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

Alex A. Welzl edited comment on ASTERISK-24966 at 4/16/15 2:31 AM:
-------------------------------------------------------------------

THX, I cannot provide you with a patch at the moment.
To clarify the behaviour: Which AOR is being taken by MessageSend? 
The first one? A random one? The last one which registered?
Please add the request to your feature request list.


was (Author: awelzl):
THX, I cannot provide you with a patch at the moment.
To clarify the behaviour: Which AOR is being taken by MessageSend? 
The first one? A random one? The last one which registered?
Please add it to your feature request list.

> 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: 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