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

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Wed Apr 15 10:32:32 CDT 2015


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

Richard Mudgett updated ASTERISK-24966:
---------------------------------------

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


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

Code:
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})

I am sending to pgsip/3280 and only the phone on IP .33 (first in the AOR list) is receiving the message.



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