Page 1 of 1

WEB FORM URL

PostPosted: Thu Jul 16, 2009 11:55 am
by oshonubi
Hello,

I have some issues with the web form url in vicidial. In creating the campaign, I specified the web form url. In addition, in creating the in-group I also specified the web form url. However this does not reflect.

Whenever I click on the web form in the agent interface all I get is the default url created with the application which is

http://astguiclient.sourceforge.net/test_VICIDIAL_output.php?lead_id=4&vendor_id=100001&list_id=108&gmt_offset_now=-4.00&phone_code=1&phone_number=7275551213&title=MR&first_name=JOHN&middle_initial=Q&last_name=PUBLIC&address1=249+MUNDON+ROAD&address2=MALDON&address3=FL&city=&state=&province=&postal_code=33709&country_code=&gender=U&date_of_birth=0000-00-00&alt_phone=&email=&security_phrase=&comments=&user=7777&pass=test&campaign=GIS&phone_login=203&phone_pass=test3&fronter=7777&closer=7777&group=GIS&channel_group=GIS&SQLdate=2009-07-16+214425&epoch=1247777065&uniqueid=&customer_zap_channel=&customer_server_ip=&server_ip=192.168.19.2&SIPexten=203&session_id=8600052&phone=7275551213&parked_by=4&dispo=&dialed_number=7275551213&dialed_label=MAIN&source_id=10001&session_name=1247776417_20310960082

Is there any other place to change the web form url apart from the campaign and the in-group page?

I need to change this url to another one. However going by the admin manual, I think I have done everything listed there. I will appreciate your response

PostPosted: Sun Jul 19, 2009 10:15 pm
by williamconley
I generally just put
Code: Select all
/vicidial/TransferLead.php
in "Web Form" in "Details" of each campaign.

Then of course i *Make* a TransferLead.php with appropriate code to catch the data ... and push it where I want it. The default provided data is ... well, everything, so i've never changed it. Just the name/FQDN of the form it's headed for.

This changes the default on all campaigns to be a LOCAL web form instead of sending information to Vicidial's sourceforge potential security leak.

Then I create a php file to accept the data. Never had a problem.

PostPosted: Sat Jul 25, 2009 1:20 am
by oshonubi
Thanks for the response. What actually went wrong was that I did not put the http:// before the IP address. As soon as I did, it started working. Once again I appreciate your response

PostPosted: Wed Jul 29, 2009 10:15 pm
by williamconley
Excellent. Thanks for posting your solution! I guarantee you just saved someone (likely several someones) a few hours of headache.

Next time you have a problem, hopefully someone will return the favor!

PostPosted: Thu Jul 30, 2009 10:40 am
by oshonubi
Thanks,

Its always a pleasure.