Forums » GOautodial API »
Help - Manual Dial
Added by AJ L about 2 years ago
Hi,
Trying to test a manual dial using curl.
Is this the right set of parameters or I'm missing something?
--------------------------
curl http://<<GoAuto Dial Server>>/goAPIv2/goAgent/goAPI.php?goAction=goManualDialOnly&goUser=GoUsergoPass=GoPass&goCampaign=myCampTest&goPhoneNumber=092242131414&goConfExten=1&goExtContext=1&goLeadID=4&goOmitPhoneCode=Y
--------------------------
got a success message but no action on asterisk at all
--------------------------
<goautodialapi version="4.0">
<action>goManualDialOnly</action>
<result>success</result>
<data>
<callerid>M7201254160000000004</callerid>
<agent_log_id/>
</data>
</goautodialapi>
Thank you.
Replies (9)
RE: Help - Manual Dial - Added by AJ L about 2 years ago
Hi Wittie,
Thanks for replying.
I tried this before on earlier versions of GoAutoDial and it just works.
Right now, I'm just getting that "success" message but no activity on asterisk. So it is not dialing out.
Am I missing something?
I also noticed some bugs when I'm trying to save some data on some modules but I'll post it after solving this issue.
Kind Regards,
A
RE: Help - Manual Dial - Added by Wittie Manansala about 2 years ago
Hi,
We will check on the asterisk issue and get back to you.
Thanks
RE: Help - Manual Dial - Added by AJ L almost 2 years ago
Hi Wittie,
Sure. Np
Wittie Manansala wrote in RE: Help - Manual Dial:
Hi,
We will check on the asterisk issue and get back to you.
Thanks
RE: Help - Manual Dial - Added by AJ L almost 2 years ago
Hi,
Any progress on the issue so far?
Thanks
RE: Help - Manual Dial - Added by Nathaniel Cabanban almost 2 years ago
Hi
It seems that there is an activity on the asteriskdb when we tried to manual dial using curl as there is an update on the vicidial_dial_log table.
Also, it seems that you might need to add server ip in your set of parameters to initiate the call.
Thanks
RE: Help - Manual Dial - Added by AJ L almost 2 years ago
Hi witty,
I am unable to get all the fields required. I might be missing something..
The image that you attached is showing like 11 parameters.. but you have more I think.
Is it possible for you to post the full GET request?
do you generate a unique Agent log id every time you make a request?
Thank you.
RE: Help - Manual Dial - Added by Nathaniel Cabanban almost 2 years ago
Hi
This the the GET request that we used, /goAPIv2/goAgent/goAPI.php?goUser=""&goPass=""&goAction=goManualDialOnly&goCampaign=""&goPhoneNumber=""&goConfExten=""&goExtContext=""&goLeadID=""&goOmitPhoneCode=N&goAgentLogID=""&goAgentDialedNumber=""
We'll get back to you to answer your question about the agent log id.
Thanks