Announcement

Collapse
No announcement yet.

VoIP software pop ups and click2dial

Collapse
X
 
  • Filter
  • Time
Clear All
new posts

    VoIP software pop ups and click2dial

    Hi

    I have managed to set up click2Dial with 3CX with CommitCRM though using the Windows TAPI interface.

    I was wondering if anyone has managed to bring up CommitCRM popups from incoming calls. Ideally, if a user answers a call, I'd like CommitCRM to perform an accounts search for the caller ID.

    This way, sales or support staff could find out straight away if the caller has an existing ticket, opportunity or is a new client.

    I could see this happening either via the TAPI or by the 3CX software running CommitCRM with the caller ID as a parameter.

    Any help would be much appreciated!

    Re: VoIP software pop ups and click2dial

    We are also using 3CX and would love this feature.

    Comment


      Re: VoIP software pop ups and click2dial

      Using RangerMSP API one should pretty easily write a small program that gets the caller ID on one side and searches/fetches the Account/Contact record in RangerMSP to display a Window with its details. In case you do not have anyone on your team with programming skills (nothing fancy is required) then you can probably hire someone on www.elance.com or www.odesk.com for a reasonable fee.

      Hope this helps.

      Comment


        Re: VoIP software pop ups and click2dial

        Thanks for your reply.

        I will have a look at this and see what I can do :)

        If a user opts to use popups with the Web GUI, is there a search string in the URL that could be used to perform a global, account, or ticket search based on the phone number?

        E.g. https://<commit server>/?cmtAction=View&cmtRecId= does a search for the Record ID but I can't seem to get a similar search working for Phone 1 or Phone 2..

        Comment


          Re: VoIP software pop ups and click2dial

          Nope, the URL you included searches for a record by its unique identifier, RECID, there is no way to achieve a global search using the same method. Interesting idea though. Thanks.

          Comment


            Re: VoIP software pop ups and click2dial

            The best I've been able to do is get Asterisk to replace the caller id name with the name found in CommitCRM. From what I've read in the API documentation, it doesn't appear that there is any way to manipulate the Windows application from a third party app. I.e., tell the CommitCRM desktop app to open a particular contact or account. Is this correct?

            Comment


              Re: VoIP software pop ups and click2dial

              What we've seen people do is implementing a basic incoming call Window with all of the customer details themselves. On one side you get the incoming call alert, then you use RangerMSP API to search/query/fetch the customer data based on the phone number, and then you display the customer details to the user in your program.

              Hope this helps.

              Comment


                Re: VoIP software pop ups and click2dial

                Has anyone managed any kind of integration with RangerMSP client for incoming calls from 3CX?

                Comment


                  Re: VoIP software pop ups and click2dial

                  We use 3CX, so would be interested in this aswell

                  Comment


                    Re: VoIP software pop ups and click2dial

                    I like this idea of a incoming call triggering the display of the RangerMSP account details for the call.
                    Even better, if the incoming call has a phone number of a contact that is assigned to one or more tickets[assets], display that ticket[asset] or a choice of tickets[assets].
                    Thanks, I have added this to our list of RangerMSP features to support in Jupiter Explorer, when we support 3CX and Yealink phones

                    Comment

                    Working...
                    X