Questions tagged as 'sip'

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
2
answers

How to use sip debug in asterisk?

In Asterisk software, is it possible to debug a phone number only? without it being peer from my server? I know there are commands: sip set debug peer 1000 sip set debug ip 172.16.0.100 In a similar way to debug it is possible to...
asked by 01.02.2017 / 20:30
1
answer

Asterisk 13 - Substitute for the AgentCallbackLogin function

Is there a standard function to replace AgentCallbackLogin (discontinued in Asterisk 1.4 and removed in Asterisk 1.6)? By using the AgentCallbackLogin function, the agent can disconnect the call and it remains logged in, the AgentLogin...
asked by 07.03.2017 / 18:21
0
answers

Add argument in the command line protocol callto

I work making links using the MicroSip program. But I have difficulties to automate the dialing in just one click. I found an extension in the Chrome Store that allows this by converting the numbers in the browser into callto:, tel: or sip: link...
asked by 23.09.2016 / 08:01
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