asterisk

C#.net to Vb.net

I was trying to convert some C# code to Vb.net but there was a variable with an asterisk, which apparently VB.net doesn't support. (pointer variables I think they were called, were it refers or something) How would I convert that into VB.net ...

How do I forward the current Asterisk call in AGI using Perl?

I have an asterisk-based PBX, and I have been able to successfully run an AGI script from the web control panel of the PBX. Because I am calling AGI from Perl (neither of which I know, yet)... asterisk commands look like this: print "SET CALLERID $newcid \"\"\n"; So far, I don't expect to need to do any database lookups, etc. ...

Unit/integration testing Asterisk configuration

Unit and integration testing is usually performed as part of a development process, of course. I'm looking for ways to use this methodology in configuration of an existing system, in this case the Asterisk soft PBX. In the case of Asterisk, the configuration file is as much a programming language as anything else, complete with loops, j...

restart asterisk flash operator panel server from the web

Need to restart asterisk flash operator panel (fop) from the web after configure file (op_buttons.cfg) is altered. Web server runs under daemon user. Via root user restart works. ...

How to get the status of an Asterisk Server using a Socket - Python

I'm trying to get the status of an Asterisk Server using a python socket but nothing happens. Here is my code: import socket s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) HOST = '192.168.1.105' PORT = 5038 s.connect((HOST, PORT)) params = """Action: login Events: off Username: admin Secret: mypass Action: status Action: Logo...

How can I know the status of a call - Asterisk and PHP?

I'm developing an application with PHP and a Asterisk Server. One of the features of the application is to check the call status (ringing, answered, hung...) of an specific caller ID, so I would like to know how to do this, because I'm trying with a socket and the command status but I think it has to be a better way to do it. Thanks in ...

Detect incomming call with Asterisk and who the call is going to

Hi Everyone, I'm currently writing a windows service that uses the Asterisk AMI to detect when a call is coming in and then perform a web request based on who the call is from and who it is going to. Does anyone know of an event in Asterisk that I could listen for the includes both of these details? I need the number of the person outsi...

Compiling Asterisk 1.6.2 on MacOSX Server

I get this error while trying to compile Asterisk 1.6.2 on Snow Leopard Server : ld: symbol dyld_stub_binding_helper not defined (usually in crt1.o/dylib1.o/bundle1.o) Googling this I’ve found nothing enlightening so far. This is what I am trying: ./configure --without-h323 --without-zaptel --host=x86_64-darwin make menu...

Does anyone have any recommendations for billing systems used with Asterisk?

There are a fair number of open source billing solutions to use with Asterisk, just wondered if anyone has had any good or bad experiences with any of them. ...

Asterisk auto Call recording

We are running asterisk with 8 port FXO. FXO connects to our old PBX (Samsung Office Serv 100). Now we want to record all calls routed through FXO (if it was dialed to outside or comming from outside). Here is the diagram |------|--------------------------------- | |--------------24 Lines ---------- Other cl...

Using flash for videoconferencing

Hi I'd like to set up a videoconferencing (1-1 initially) system using Flash as the client. I've tried some web searches but couldn't find much; any pointers on the following would be great: Does the standard browser Flash 10 plugin contain everything needed for P2P video conferencing, or is server support needed? Does anyone have an...

Asterisk sometimes on variable type, sometimes on variable name. Why?

In Objective-C, I've seen, for example: UIPickerView *tweetPicker and UIPickerView* tweetPicker What does the asterisk mean (I know, the first part is a dupe...) and why does it go on different parts of the deceleration in different contexts? ...

Develop Voip application for ONLY PC-to-PC call.

I want to create an application for ONLY Pc-to-Pc call. Do I need server like asterisk or SIP ? How can I get start ? I will use P2P architecture. ...

Peer-to-Peer call with Asterisk or Trixbox

I have read skype is a p2p program !! Is there a way to configure Asterisk ( or Trixbox ) for make P2P call ? ...

Caching plaintext passwords in memory of WCF service

This probably sounds like a terrible idea at first glance, but here is my scenario: I have a Windows service that exposes several WCF endpoints using Username authentication. The custom authenticator will either look up the user's credentials in a local database (password is stored as salted SHA-1), or it will make a WCF request to ano...

Which is more appropriate for pbx events, TIdTCPServer or TIdTCPClient?

I am trying out some IP PBX systems, Asterisk, Freeswitch, and Yate,to register for events in the PBX, and I want to know which of these components is the better one. The component is supposed to register with the PBX for events, receive them, send some responses and issues some commands. Which of the two would be the more appropriate? ...

Asterisk with new functions

hi all , please need help for an asterisk with windows I created a write func odbc list records files in sql table: [R] dsn=connector write=INSERT INTO ast_records (filename,caller,callee,dtime) VALUES ('${ARG1}','${ARG2}','${ARG3}','${ARG4}') prefix=M and set it in dialplan : exten => _0X.,n,Set( M_R(${MIXMONITOR_FILENAME}\,${CU...

How can I do a fastAgi to use with Asterisk in Perl

Hi! I am trying to do an IVR using FAstAGI to say information from my database to my clients. I done AGI doing this but I need now run this from another server, windows server, but I dont know how can I do this. I checked the Asterisk::fastagi module but it is so confused and I dont understand anything. I did a few AGI perl scripts with...

DNS resolve without depending on router for asterisk system

Hello, Basically I have a Debian box running asterisk assigned an IP via DHCP with host-name XXX. My windows browser can resolve the host-name but if I use host-name in X-Lite or my SPA922 phone it fails to resolve. Is there any way of getting this to work without depending on the router or assigning a static IP (request is to make it po...

What is the difference between the .wav and .gsm file format.

Hi all, I am learning asterisk.In this I have worked with voicemail application. When I was trying to play the voicemail,I have seen the files in the following format. .wav .WAV .gsm What is the difference between the above file formats. ...