Page 1 of 1

variable phone number and extension in agc.new/vicidial.php

PostPosted: Fri Mar 04, 2011 11:33 pm
by sam111
hi
i want to connect my goautodial with another agent interface Like Agent interface made in .NET.now when i am going to dial a phone number from this interface i am redirecting that query String in my goautodial interface like..
http://serverIP/agc.new/vicidial.php?ph ... xtVariable .the phone_number comming from Database in .NET and extension comming Database from .Net Database.Now i want to call the Method on this Page(http://serverIP/agc.new/vicidial.php).When Agent from The .NEt Interface Click On a Dial Button I want to Redirect this Agent to agc.new/vicidial.php Page to make call.please guide me to do this..

thank,s

PostPosted: Sat Mar 05, 2011 12:32 am
by mflorell
Why don't you just use the Agent API?

PostPosted: Sat Mar 05, 2011 1:48 am
by sam111
mflorell wrote:Why don't you just use the Agent API?


what is agent API.please provide me details can i do this with agent API,s..
thank,s

PostPosted: Sat Mar 05, 2011 9:51 am
by mflorell
http://www.vicidial.org/docs/AGENT_API.txt

This is current as of the latest SVN/trunk, for the features of the version you are using go into the docs directory on your Vicidial server.

PostPosted: Sun Mar 06, 2011 11:26 pm
by sam111
mflorell wrote:http://www.vicidial.org/docs/AGENT_API.txt

This is current as of the latest SVN/trunk, for the features of the version you are using go into the docs directory on your Vicidial server.



can i do what i want to do with this ApI,s..all the modifaction i need..

PostPosted: Mon Mar 07, 2011 12:28 pm
by williamconley
you would have to read the api documentation and see if it has all the functions you want. if any functions are missing, you'll have to build them or have someone (the Vicidial Group, for instance) build specific missing functions.

the question is: what do you want to do with a button outside vicidial?

PostPosted: Mon Mar 07, 2011 11:57 pm
by sam111
williamconley wrote:you would have to read the api documentation and see if it has all the functions you want. if any functions are missing, you'll have to build them or have someone (the Vicidial Group, for instance) build specific missing functions.

the question is: what do you want to do with a button outside vicidial?
.


I just want to make a call onclicking a button in .net.as same like its working now in php interface...please guid3e me how can i use this api,s..

PostPosted: Tue Mar 08, 2011 12:29 am
by williamconley
which button?

PostPosted: Tue Mar 08, 2011 1:18 am
by sam111
williamconley wrote:which button?
.

i am going to describe it.

i have an Agent Interface in .NET same as Like this is in php.i have created there a button(Dial Next number) or Hang UP some all other also.
now i want to make a call using this goautodial function(making call).on Clicking the button (Dial Next number) from .Net Agent Interface.as well as i want to extract all information about that perticlure phone number OR customer from Database which is saved on my .NET Database(SQL SERVER)...how can i intrect my .NET Agent interface to this goautodial functionality...




please help me..

PostPosted: Tue Mar 08, 2011 5:12 pm
by williamconley
look into the external dial api function