voip

Check to see if telephone number is active/real [closed]

此生再无相见时 提交于 2019-12-07 06:53:29
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I have a new project on hand on which is quite complex as i am not aware of its domain. My requirement is this, We have list of telephone numbers and from this list i need to check which telephone number is active/real. How would you program a telephony or IVR system to automatically dial phone numbers on this list and automatically detect if it is a valid phone number or not? I would like to use C# to program

voip app ios8: is pushkit still best practice?

烂漫一生 提交于 2019-12-07 05:21:36
问题 I am working on an app that needs reliable push messages (like any voip) under ios9. Here it says, that with IOS8+ one should use apns (registerForRemoteNotifications): https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplication_Class/index.html#//apple_ref/occ/instm/UIApplication/setKeepAliveTimeout:handler: In the Optimize VOIP Apps document, Pushkit is preferred: https://developer.apple.com/library/ios/documentation/Performance/Conceptual/EnergyGuide-iOS

Two pjsua application at the same time on Android

我们两清 提交于 2019-12-07 03:04:26
I have two application, that uses pjsua. But I can not run both at the same time on a single android device. After running second application it crashes with exception: java.lang.Exception: Title: pjsua_transport_create(type, &tcfg, &tid) 06-26 14:49:56.355 Code: 120098 06-26 14:49:56.355 Description: Address already in use 06-26 14:49:56.355 Location: ../src/pjsua2/endpoint.cpp:1519 06-26 14:49:56.355 14:49:56.361 pjsua_core.c PJSUA state changed: INIT --> STARTING 06-26 14:49:56.355 14:49:56.362 sip_endpoint.c .Module "mod-unsolicited-mwi" registered 06-26 14:49:56.360 28512-28512/com

ODBC connection error:No such command “odbc show” ODBC connection fail in asterisk*CLI

笑着哭i 提交于 2019-12-07 02:42:33
Problems: I am using AsteriskNow which running asterisk 2.0 server in VirtualBox. And i want to connect Asterisk with MySQL databases using ODBC modules. But it fails. When i started with asterisk*CLI> odbc show The command prompt shows that "No such command ODBC SHOW" My Objectives: configure ODBC in asterisk to access MySQL from Asterisk's dialplan directly and dynamically. What i did: I installed my AsteriskNow in VirtualBox. The version of asterisk is 2.0, the CentOS version 5.8 final. I firstly installed related Linux RPMs by yum -y install unixODBC-devel yum -y install libdbi-dbd-mysql

Setup Voip Call from SIP Account in php

一个人想着一个人 提交于 2019-12-06 21:05:29
I have my CMS built in the php, now I want to integrate Voip call on when admin click on the any user's phone number, but I didn't find any solution to get it done. All I have a SIP details of admin and the second user. I did tried the example shown in below link but not working: https://level7systems.co.uk/en/click_to_call_with_php_sip/ it always returning No final response in fr_timer seconds After a lot of research I have found that SIPML is the solution of my problem, it gives pre-build library to make sip call, below is the demo URL : https://www.doubango.org/sipml5/call.htm?svn=250 First

Apple PushKit didUpdatePushCredentials is never called on iOS 9+

£可爱£侵袭症+ 提交于 2019-12-06 18:47:44
问题 I am developing a VoIP app for iPhone. To receive calls, Apple developed PushKit so developers can send VoIP notifications using APNS. Everything was working fine on iOS 8. When I updated to iOS 9, the PKRegistryDelegate does not fire the method didUpdatePushCredentials after registration. Any ideas/suggestions? 回答1: Enabling the "Push notification" flag from Project->Capabilities solved my issue. It's strange because it was working without it earlier. This reply maybe late but hopefully this

Open source easy-to-customize call center solution?

不问归期 提交于 2019-12-06 16:26:04
问题 Note: A have asked this question at the Superuser community first, but since it involves a lot of software-building-related topics I decided to move it here. I need to provide a simple call-center solution to a small local business. They have a local 6-digit land line number. They accept calls locally, i.e. nobody calls them from another cities. The problem is that they started to lose customers, because with a certain amount of calls every day it has become impossible to reach the local

A STUN and TURN server that work under 3G/4G Network

若如初见. 提交于 2019-12-06 15:39:41
It is very interesting that I can actually make a mVoIP service from the scratch. I finally could make a call using OpenSIPs source through SIP protocol. I used external STUN server that helps me to find users' private IP address behind NAT firewalls. However, the free external STUN server cannot find user's IP address to make a call when a smartphone is on 3G or 4G network. As a programmer, I won't give up to make a mVoIP service. However, I need a help at this time from you guys. Is there a good way to solve this problem? Thank you. There can be two problems here: -you can't find the correct

Is it possible to use MJSIP api with Blackberry?

亡梦爱人 提交于 2019-12-06 15:29:42
I am trying to develop an VOIP application for blackberry,after a long surf i came to know about mjsip api.But i have a doubt that is it possible to use this api with blackberry development to create VOIP application.Please anyone knows the answer help me. Thanks, it's a nice project you found there! There is an J2ME version MjSipME , and the only thing I can say now for sure is that it compiles with Blackberry without any errors. UPDATE You right, there are missunderstanding with packages/folders structure. Steps to compile: download mjsip2me_1.6.zip create blackberry project (I've used

iPhone VOIP in background

耗尽温柔 提交于 2019-12-06 14:32:29
问题 I am developing an iPhone application that communicates with a non iOS device through Wi-Fi. My application is using VOIP.I have configured the streams and added the necessary UIBackgroundModes into my plist . The problem is that the application is not receiving any information from the external device, When it enters in background. Could somebody tell me if I am missing something? 回答1: Not sure about actual problem. Make sure following As per iOS background VOIP application it will allow