Uploaded image for project: 'ASTPP Community'
  1. ASTPP Community
  2. ASTPPCOM-120

A small Bug in 'astpp.callingcard.functions.lua'

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Done
    • Resolution: Declined
    • Affects Version/s: None
    • Fix Version/s: v3.1

      Description

      line 374----------
      `if (calleridinfo ~= nil) then
      if (calleridinfo['cid_name'] ~= '') then
      session:execute("set", "origination_caller_id_name="..calleridinfo['cid_name']);
      end
      if (calleridinfo['cid_number'] ~= '') then
      session:execute("set", "origination_caller_id_number="..calleridinfo['cid_number']);
      end
      end`

      there no 'cid_name' and 'cid_number' fields in the database
      the correct fields is 'callerid_name' and 'callerid_number' in 'accounts_callerid' table

        Attachments

          Activity

            People

            Assignee:
            samir.doshi Samir Doshi
            Reporter:
            QQ110902 stopro (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: