1. 11 12月, 2015 1 次提交
  2. 10 12月, 2015 4 次提交
  3. 09 12月, 2015 4 次提交
  4. 08 12月, 2015 5 次提交
  5. 07 12月, 2015 3 次提交
  6. 04 12月, 2015 8 次提交
  7. 02 12月, 2015 4 次提交
  8. 01 12月, 2015 6 次提交
  9. 30 11月, 2015 3 次提交
  10. 28 11月, 2015 1 次提交
    • Rob Wu's avatar
      FS-8585: [mod_commands] group_call: expand {} and <> to [] for each dial string · fabca410
      Rob Wu 提交于
      Channel variables in dial strings can be set through <>, {} or [].
      <foo=bar> applies to every channel.
      {foo=bar} applies to every channel, excluding channels delimited by :_:.
      [foo=bar] only applies to the channel that follows [foo=bar].
      
      Before this patch, group_call looked up users in the directory and
      replaced {} with []. This logic does not work if the user has more than
      one dial string, e.g. if multiple-registrations is set to true, and more
      than two devices register under the same user.
      
      This patch fixes the issue by stripping <> and {}, and inserting the
      dial string before each individual dial string for each user. The
      semantics of the "local_clobber" variable and the '|', ',' and ':_:'
      delimiters are fully supported.
      fabca410
  11. 27 11月, 2015 1 次提交