Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
230 views

XCode is not building my application because of some random thing

I have no idea what this error is about, the deadline for that application is tomorrow. I have no idea what is it about but it is refusing to compile. It is a giant project with over 150 source files ...
4
votes
2answers
709 views

Android as Dialup/FAX Modem

With some older cell phones, you can connect them to a computer and use them as a Dialup/FAX modem (to connect to a dialup ISP for example). I have been trying to find out if this possible with ...
2
votes
2answers
128 views

Working with SIP trunks, PBX phone systems and the like

This isn't a question that has a black/white yes/no answer, this is more a request for advice so I hope this doesn't break any rules and if it does, I apologise and will remove if asked to. I will ...
2
votes
2answers
207 views

Asterisk + Android, communication service

I would like to make a simple project. Having two Android phones, I would like to send messages and call between them using an Asterisk PBX. I guess that I should program a SIP application for Android ...
2
votes
8answers
1k views

Programming Asterisk PBX using PHP?

Ok I installed asterisk, now I would like to know how do I program asterisk PBX using PHP? Does Asterisk have an API that I can work with? Please provide basic examples how I could perform the ...
1
vote
0answers
18 views

Sample softphone got stucked

We use Ozeki VoIP SIP SDK and have been able to register the SIP account on the server. And the registration was successfull. However when trying to make call using the sample softphone, by using the ...
1
vote
2answers
93 views

Asterisk - which asterisk PHP library?

I going to develop a call manager system website that will communicate with Asterisk server. It will be developed in PHP, I have been googling around and I notice there are a few opensource asterisk ...
1
vote
1answer
56 views

Initiate call from extention

It is possible to initiate call from extention ? My extention is look like the following: [read_text] exten => s,1,Answer( ) exten => s,n,Dial(SIP/1,G(99)) exten => ...
1
vote
3answers
592 views

Asterisk: detect incoming call

In asterisk/elastix/freepbx, how do you.... 1- detect an incoming call 2- read the caller id 3- do something...(perform function) ?
1
vote
5answers
305 views

Answer modem using voip

I have an application where I have about 10,000 pieces of monitoring equipment across the US that periodically dials into a bank of 32 phone lines. I have two receivers of 16 lines each that answer ...
1
vote
1answer
199 views

Version Control/Configuration Management for Avaya PBXs?

Here at Acme Widgets, we use an Avaya 8xxx series PBX. Some of the Vectors that are coded into the PBX are super important, in that if they're changed in the wrong way, pretty much all of our ...
1
vote
3answers
2k views

Custom IVR action in Asterisk

Can you someone please point in me in a direction, sample code or an online resource to accomplish the following: Requirement: I would like to write a simple IVR menu option that will run a script ...
0
votes
1answer
80 views

Microsoft Lync and Avaya PBX system

I am a complete beginner concercing Microsoft Lync and PBX systems, so please bear with me. I have set up a Lync standard server which is running fine. We can chat/audio & video conference on our ...
0
votes
1answer
74 views

Connect attempt from '192.168.xxx.xxx' unable to authenticate?

I'm trying to implement an AMI service, actually it works pretty good, I can add members, remove members etc etc, but every 1-5 minutes I get an exception. Looking in the asterisk manager I find this ...
0
votes
1answer
78 views

External application to initiate call from Avaya IP Agent

I have a Windows XP machine with Avaya IP Agent installed. I need my app to initiate call in Avaya IP agent. To my knowledge there's no vendor API for controlling IP Agent. So it is said that TAPI ...
0
votes
1answer
38 views

CISCO PBX 2811 cannot make local calls

We recently moved our company far enough that we have a new area code. I've setup our network and PBX and everything seems to be working fine except the phones. I can dial long distance numbers (any ...
0
votes
1answer
113 views

Configuring softphone for asterisk - PBX

I've been trying to configure my softphone (twinkle) to work with asterisk for many days now and to no avail. I'm running both asterisk and the softphone in linux on a virtual machine. My sip.conf ...
0
votes
1answer
86 views

Set Up Test Asterisk Server

I am working on a project with SIP/IAX functionality and need to set up an Asterisk server just to play with for testing. Is it possible to set something up so I can have a virtual Asterisk sever as ...
0
votes
1answer
166 views

ANI catching without trapcall-like service

and thank you for giving me (and the rest of the people) the chance to solve our problem. I'd like to ask, if there is a way, to unmask caller id for unknown/blocked numbers, without using any VoIP or ...
0
votes
0answers
401 views

Sipdroid Video calling Using Asterisk?

It is Possible to achieve Sipdroid Video call over asterisk-1.4(Trixbox 2.6 CE)? Video calls are possible only with the help of pbxex.org? If sipdroid Video calls are possible in asterisk , how to ...
0
votes
2answers
360 views

LDAP - FInd the “base” directory

i am currently setting up a PBX System at my work. I´m having trouble figurung out how to connect to the Exchange LDAP Server. To be more specific, how do find out what the LDAP base directory is? I ...
0
votes
1answer
168 views

CTI Integration: What products are popular, and how can I invoke them? i.e. Cisco Call Manager?

I have a list of contacts on my webpage, and I'd like to offer the option to "call contact"... but I bet there are a dozen non-standard approaches to get dialtone, then there are all the variations of ...
0
votes
1answer
842 views

using tapi to monitor multiple phones and dial or hangup

I have with a good level of success got a C# application to use TAPI to connect to my office PBX and dial and hangup calls but need to go further and be able to monitor activity and provide CTI to ...
0
votes
1answer
252 views

Telnet against Aastra Mx-One

I am trying to connect to an MX-One pbx with telnet. The strange thing is that when I am using hyperterminal I can connect and I get the login: promt in return. It just works as does the DOS telnet ...
0
votes
3answers
751 views

ASCII values in hexadecimal notation

I am trying to parse some output data from and PBX and I have found something that I can't really figure out. In the documentation it says the following Information for type of call and feature. ...
0
votes
3answers
118 views

Is there a Python library to interact with Genesys?

I work within a contact center and we use Genesys with an Alcatel PBX. We currently use .NET libraries to wrap the DLL's provided to us, but I'm wondering if there are any Python libraries out there ...
-3
votes
0answers
53 views

Phone verification System using Asterisk [closed]

I am starting a big project which requires the below scenario and I am not interested to buy paid services for this rather than implementing my own system using the separate phone line I will have. ...