ntroduction Asterisk, the well known free PBX, exposes great integration potentialities. Specifically , we’re interested in AGI (Asterisk Gateway Interface), a sort of API for scripting the engine. Today we’ll face a java interface for AGI: asterisk-java. We’ll use this easy library to build a scripting engine. The used scripting language is BeanShell, but you ..
Archives : May-2016
SugarCRM integration and Apache Axis The most read articles here on beanizer.org are with no doubt those related to SugarCRM integration. Up to now our articles have focused on integrating with PHP, but following some readers’ request, starting from this article we’ll talk about integrating SugarCRM with Java. Though Java has strong and long lasting ..
Introduction Here we are again to talk about SugarCRM integration. This time I’d like to explore some techniques to pass from a website session to a SOAP one. Can this be any useful? Judging from the number of questions I’ve received from friends who are messing around with SugarCRM, this is quite an interesting subject. ..
NuSOAP and HTTP Authentication I regularly receive emails from friends messing around with nusoap asking about various features of the library. Most doubts are about HTTP Authentication and HTTP Proxy. Here are my five cents to try and help. If your webservice server requires http authentication don’t worry, nusoap includes the method you need ..
Opening a customer SugarCRM page in the browser on incoming calls Introduction Here comes the really interesting part, as this is what most readers have been asking for lately. The feature lots of people seem to be interested in is the possibility of , on an inbound asterisk call, opening/redirecting the browser to the specific ..
SugarCRM and Asterisk integration in Java – First steps Introduction For those of you who know this site the present article won’t be a surprise, but a natural and obvious step following some of my previous writings. Particularly, this is a point of convergence of two of them: SugarCRM integration with custom Java applications A ..
Introduction Here we are with another article about SugarCRM integration with various languages/platforms. This time we’ll discuss interacting with SugarCRM from VB6. Lots of developers and software houses have decided not to migrate their code from VB6 to VB.NET for various reasons, and I’m constantly being asked for mentoring and consulting by software houses needing ..
2down votefavorite hello I have 2 entties in sugar crm Application Candidate Application has a relation with candidate. Now i want enter data using soap api to application with candidate name which is relational field Please help php soap sugarcrm shareimprove this question asked Mar 1 ’11 at 10:26 Allex 334214 1 Next time please ..
Its very common problem for many people to fetch data from SugarCRMapplication and feed it to some other application. Using REST API we can easily fetch list of records from any SugarCRM module. This tutorial show you how can you create your own API endpoint. In the example below, you’ll need to replace the URL, ..
Recent Comments