[asterisk-bugs] [JIRA] (ASTERISK-24937) [patch]res_pjsip_messaging: Messages may be sent out of order

Rusty Newton (JIRA) noreply at issues.asterisk.org
Fri Apr 3 16:25:32 CDT 2015


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

Rusty Newton reassigned ASTERISK-24937:
---------------------------------------

    Assignee: Mark Michelson

> [patch]res_pjsip_messaging: Messages may be sent out of order
> -------------------------------------------------------------
>
>                 Key: ASTERISK-24937
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24937
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_pjsip_messaging
>    Affects Versions: SVN, 13.3.0
>            Reporter: Mark Michelson
>            Assignee: Mark Michelson
>
> Because res_pjsip_messaging throws all messages to send into the threadpool, there is no guarantee that consecutive outgoing messages from the same dialplan execution will be sent in the same order.
> So for instance, if you had the following dialplan:
> {noformat}
> exten => hello,1,NoOp()
> same => n,SendMessage(hello)
> same => n,SendMessage(world)
> {noformat}
> It would be expected that the "hello" message would be sent before the "world" message. However, it cannot be guaranteed this will happen with the current threadpool usage.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list