Questions tagged as 'voip'

1
answer

SIP Connection - Android Java Softphone

My intention is to create a Softphone, for this I'm consulting the google libraries and doing some testing, but I packed in a part. I do not want to do start-up functions, or multiple screens, or anything complicated. I just want to make a ca...
asked by 10.09.2016 / 01:22
0
answers

How do I configure routing in asterisk?

Colleagues come through this post to bring one more doubt to the community, I am doing a configuration in an Asterisk central that previously had 4 chips from 4 different carriers. Now this center has only 2 chips of a certain operator, before m...
asked by 18.05.2018 / 20:56
0
answers

Error closing Lib ()

I'm doing an implementation of lib pjsua to work with VoIP using python. from datetime import datetime from time import sleep from sys import exit from pysip.callbacks import AbstractCallCallback, AbstractAccountCallback from pysip.states imp...
asked by 20.10.2018 / 05:23
1
answer

Softphone in JS. Telephony Server

I have a Fortics telephony server. I am currently dialing for a physical (or not) extension within Salesforce CRM through a GET service. However, we saw the need to keep the links inside the platform. There is software called Zoiper, wi...
asked by 27.02.2018 / 13:56
0
answers

PJSIP compilation error for windows

I'm trying to generate a PJSIP DLL file to use in my java application. Following the walkthrough of this link: link The library compiles with this config_site.h: #define PJ_EXPORT_SPECIFIER __declspec(dllexport) #define PJ_IMPORT_SPECIFI...
asked by 26.02.2018 / 13:39