Page 1 of 1
Send a prerecorded message on each call attempt using AMD
Posted:
Mon Apr 29, 2019 12:47 pm
by jessiekidfernando
Hello Everyone,
Anyone knows here how to automatically send/play a prerecorded message for each call attempt if the call was detected as AMD? For example:
1. If the lead was detected as AMD and the called_count=1, the dialer should send/play the prerecorded message 1 ("Thank you for calling...").
2. If the lead was detected as AMD and the called_count=3, the dialer should send/play the prerecorded message 3 ("Hi, you may call back to this number XXX").
We want the dialer to automatically send/play the prerecorded message.
Regards,
Jessie Kid Fernando
Re: Send a prerecorded message on each call attempt using AM
Posted:
Mon Apr 29, 2019 2:39 pm
by mflorell
You might be able to do this with the campaign feature "AM Message Wildcards" using the called_count field:
AM Message Wildcards -
This page allows you to define Am Message Wildcards that will check lead data from the defined lead fields for matches in the defined order specified on this page. For example, if you add a wildcard with the word -vacation- tied to the vendor_lead_code field, and the lead being played a message has -vacation- in that field, then it will hear the message defined in that AM Message Wildcard record. If you want to delete a wildcard, it must first be set to not active, then you can click on the DELETE link below the SUBMIT button for that wildcard entry
Re: Send a prerecorded message on each call attempt using AM
Posted:
Mon Apr 29, 2019 3:30 pm
by jessiekidfernando
Hello Mflorrel,
Thanks for your quick prompt. Upon checking and activating the AM Message Wildcards form, the called_count field is not available. Any idea why? Is there any way to use it as field?
Re: Send a prerecorded message on each call attempt using AM
Posted:
Mon Apr 29, 2019 6:26 pm
by mflorell
The "called_count" field is in the code for that feature, can you explain how it is not working?
Re: Send a prerecorded message on each call attempt using AM
Posted:
Tue Apr 30, 2019 7:49 am
by jessiekidfernando
Hello Mflorrel,
When I clicked the dropped down for FIELD: I could only see the columns when loading a leads.
Here's the screenshot on this link.
https://snag.gy/6lsH8w.jpgThanks.
Re: Send a prerecorded message on each call attempt using AM
Posted:
Tue Apr 30, 2019 12:33 pm
by mflorell
You might need to upgrade, or scroll down on the menu, because I see it on mine, it's toward the bottom right below 'owner'.
Re: Send a prerecorded message on each call attempt using AM
Posted:
Tue Apr 30, 2019 1:40 pm
by jessiekidfernando
Hello Mflorrel,
I've scroll down and the last available field is 'owner'
https://snag.gy/6m2CVY.jpgAny idea why it is not appearing on the field's scroll down?
Re: Send a prerecorded message on each call attempt using AM
Posted:
Tue Apr 30, 2019 6:14 pm
by mflorell
You probably need to upgrade to a more recent svn/trunk revision. The version you are using is 17 months old at this point.
Re: Send a prerecorded message on each call attempt using AM
Posted:
Thu May 02, 2019 7:36 am
by jessiekidfernando
Hello Mflorrel,
Is there any way that we can enable it without upgrading the version? Like editing the php script?
Regards,
Jessie
Re: Send a prerecorded message on each call attempt using AM
Posted:
Thu May 02, 2019 8:25 pm
by mflorell
Maybe, but you'll have to do a diff of the code against the more recent code and manually edit it.
Re: Send a prerecorded message on each call attempt using AM
Posted:
Mon May 06, 2019 5:45 am
by jessiekidfernando
Hello Mflorrel,
May I know where to get the recent code? May I know the URL of it so we could start looking into it?
Thanks.
Re: Send a prerecorded message on each call attempt using AM
Posted:
Mon May 06, 2019 8:17 am
by mflorell
Re: Send a prerecorded message on each call attempt using AM
Posted:
Mon May 06, 2019 8:35 am
by jessiekidfernando
Hello Mflorrel,
Are we talking about the admin_amm_multi.php file? that we need to compare using our existing and the latest from the source you have provided?
Thanks in advance.
Re: Send a prerecorded message on each call attempt using AM
Posted:
Mon May 06, 2019 10:26 am
by mflorell
Yep, that should be it.
Re: Send a prerecorded message on each call attempt using AM
Posted:
Mon May 06, 2019 11:44 am
by jessiekidfernando
Hello Mflorrel,
Thank you so much for providing this. I really appreciate your help on this one.
The called_count can now be selected. However seems like the Wildcard is not working. All of my leads' called_count is set to 2 but the chosen audio is not being played. Routing extension is set to 8369. Here's some of the screenshot for your reference. Any idea why? Did I miss something here? Thanks a lot again.
https://snag.gy/JFBQq5.jpghttps://snag.gy/UAW4h6.jpghttps://snag.gy/wxk0TV.jpghttps://snag.gy/JqIPRc.jpg
Re: Send a prerecorded message on each call attempt using AM
Posted:
Mon May 06, 2019 6:59 pm
by mflorell
You probably have to update the AGI script as well.
Re: Send a prerecorded message on each call attempt using AM
Posted:
Tue May 07, 2019 1:19 pm
by jessiekidfernando
Hello Mflorrel,
Thanks a lot for your help. It is now working. I have updated the VD_amd.agi using the file from you and also for me to select the called_count field using the updated admin_amm_multi.php file.
Again. Thanks a lot for your help.