AutoContacts Autocontact Query 2.0 error

Discussion in 'AutoApps' started by Selva, Dec 28, 2017.

  1. Selva

    Selva New Member

    Joined:
    Dec 27, 2017
    Messages:
    11
    Likes Received:
    0
    When i create a profile using Tasker, autocast,autocontacts, IFTTT and pushover for sending message or making call via google hone mini, the following error occurs
    Calling or texting to anonymous number.
    Please explain in simple steps as i am very new to tasker.
    Thanks in advance
    I used this site for creating profile
    forum.xda-developers.com/u/tasker-tips-tricks/how-to-send-text-message-contact
     

    Attached Files:

    Last edited: Dec 28, 2017
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Hi there. That link seems to not be working. Can you please try to fix it? Thanks.
     
  3. Selva

    Selva New Member

    Joined:
    Dec 27, 2017
    Messages:
    11
    Likes Received:
    0
    Thanks for early reponse
    I used above two links to make the profile.
    Google home mini is responding and initiating the action but it is dialling either as anonymous or %acnumber. The text content in message is correct. I have also tried with natural autovoice task, the same error is occurring. I think i have some error with autocontacts. It is not recognising my individual contacts.I have paid version of all autoapps. Thank you.
     
  4. Selva

    Selva New Member

    Joined:
    Dec 27, 2017
    Messages:
    11
    Likes Received:
    0
    Profile: Send Message (37)
    Event: Pushover Notification [ Configuration:Title=~"text" ]
    Enter: Anon (35)
    A1: If [ %pushovermessage ~ send ]
    A2: AutoContacts Query 2.0 [ Configuration:Names: %CONTACT
    Sort: 0
    Sort Direction: Ascending
    Fields to Get: Phone Number
    Joiner: =:= Timeout (Seconds):60 ]
    A3: Variable Set [ Name:%acnumber To:%CONTACT Recurse Variables:Off Do Maths:Off Append:Off ] If [ %CONTACT ~R \+?1?\s*(\d{3}) - (\d{3}) - (\d{4}) ]
    A4: Send SMS [ Number:%acnumber Message:%TEXT Store In Messaging App:On ]
    A5: Else
    A6: Variable Set [ Name:%splitter To: message Recurse Variables:Off Do Maths:Off Append:Off ]
    A7: Variable Split [ Name:%pushovermessage Splitter:%splitter Delete Base:Off ]
    A8: Variable Set [ Name:%CONTACT To:%pushovermessage1 Recurse Variables:Off Do Maths:Off Append:Off ]
    A9: Variable Set [ Name:%TEXT To:%pushovermessage2 Recurse Variables:Off Do Maths:Off Append:Off ]
    A10: Variable Search Replace [ Variable:%TEXT Search:\s*([;,.:'?!%])\s* Ignore Case:Off Multi-Line:Off One Match Only:Off Store Matches In: Replace Matches:On Replace With:$1 ]
    A11: Variable Search Replace [ Variable:%TEXT Search:([$:'])\s* Ignore Case:Off Multi-Line:Off One Match Only:Off Store Matches In: Replace Matches:On Replace With:$1 ]
    A12: Variable Search Replace [ Variable:%TEXT Search:(a\. m\.) Ignore Case:Off Multi-Line:Off One Match Only:Off Store Matches In: Replace Matches:On Replace With:AM ]
    A13: Variable Search Replace [ Variable:%TEXT Search:(p\. m\.) Ignore Case:Off Multi-Line:Off One Match Only:Off Store Matches In: Replace Matches:On Replace With:pM ]
    A14: Variable Search Replace [ Variable:%TEXT Search:\s\b(st|nd|rd|th)\b Ignore Case:On Multi-Line:Off One Match Only:Off Store Matches In: Replace Matches:On Replace With:$1 ]
    A15: Variable Convert [ Name:%TEXT Function:To Upper Case First Store Result In: ]
     
  5. Selva

    Selva New Member

    Joined:
    Dec 27, 2017
    Messages:
    11
    Likes Received:
    0
    Profile: Make Call (41)
    Event: Pushover Notification [ Configuration:Title=~"call" ]
    Enter: Anon (39)
    A1: If [ %pushovermessage ~R \+?1?\s*(\d{3}) - (\d{3}) - (\d{4}) ]
    A2: Call [ Number:%pushovermessage Auto Dial:On ]
    A3: Wait [ MS:0 Seconds:2 Minutes:0 Hours:0 Days:0 ]
    A4: Speakerphone [ Set:On ]
    A5: In-Call Volume [ Level:5 Display:Off Sound:Off ]
    A6: Else
    A7: AutoContacts Query 2.0 [ Configuration:Names: %pushovermessage
    Sort: 0
    Sort Direction: Ascending
    Fields to Get: Phone Number Timeout (Seconds):60 ]
    A8: Call [ Number:%acnumber Auto Dial:On ]
    A9: Wait [ MS:0 Seconds:2 Minutes:0 Hours:0 Days:0 ]
    A10: Speakerphone [ Set:On ]
    A11: In-Call Volume [ Level:5 Display:Off Sound:Off ]
     
  6. Selva

    Selva New Member

    Joined:
    Dec 27, 2017
    Messages:
    11
    Likes Received:
    0
    the above two are the profile descriptions which i used...
     
  7. Selva

    Selva New Member

    Joined:
    Dec 27, 2017
    Messages:
    11
    Likes Received:
    0
    Sir if possible provide me xml file or instruction in simple steps as i am very new to tasker.
     

Share This Page