Archives : May-2016

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more