asterisk

register statement - Asterisk Realtime

HI, the register statement in sip.conf allows your Asterisk server to register with a provider. Is it possible to put this register statement into a realtime database and update in realtime. Using Asterisk 1.6.2.8 Thanks ...

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) ? ...

Problem while running Asterisk in Virtual box

I have installed the Virtual box. So in that I have install debian OS in the Virtual machine. In that debian OS I have tried to install the Asterisk. That asterisk also installed successfully. But after installing the asterisk if I call registered number which is register in the extensions.conf file, that time asterisk is not working cor...

SIP Callee does not get notification that call ended

Hey, I have deleted my previous question and post this updated: I have a an issue with my SIP UAC, once I received a ringing from the B2BUA on both the caller and callee, and the caller hangs up the call while the call is ringing (I send cancel request and receive "request terminated" on the caller side), the callee does not get any no...

Asterisk billing system with PHP

Hi, I am trying to develop billing system for asterisk but i dont know howto start.Is there any suggestion for this?I have looked at free billing systems for asterix but their systems are very complicated and i asked here. Thanks for advance... ...

Is there a tutorial or documentation for Asterisk.NET?

We are trying to create a .NET application that feeds data from an Asterisk server. Asterisk.NET seems to be a widely used .NET library for talking to the Asterisk manager interface, but I cannot find any tutorials or documentation describing how to use it. I've found the Asterisk-Java documentation which seems to be what this library ...

Javascript, string: test string for presence of sub-string that includes an asterisk (*)

I'm doing a pretty basic string matching test as follows: if(msList.indexOf(textChoice) != -1) This works well except that occasionally the sub-string I'm looking for (textChoice) ends with an asterisk. Then I end up getting false matches because the asterisk in the string is interpreted as an operator, not a character in the string. ...

How to use WPF's asterisk size value in codebehind?

I create some control in codebehind and would like to set its size dynamically. I can assign numerical values as well as System.Windows.GridLength.Auto, but there is no equivalent to "*". Is that because the "*" from XAML gets translated into code when the WPF gets parsed? To give this some detail: There is a grid with three rows. I wan...

How to send a dial string from the computer to asterisks to call a phone?

Hello all! I've been trying to figure out how to send a dial string to the asterisks server which should then handle a call to the phone with that extension. I know there are programs like X-Lite and such but I don't want to manually dial it. I want to pass a string instead. Is there any way? Any help or tip would be very much appreciat...

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 following scenario send phone number to asterisk asterisk dials phone number ...

How to make a Skype Out call using asterisks?

Hi All! I've been working on an asterisk-java application and so far I've been able to figure out how to call from one phone to another phone and also one phone to another computer. Now I want it so that I can use my phone to dial a number and if a preceding number is some special character, that number will be dialed through the skype ...

How to implement IAX Java Applet??

Here's the applet: http://asterisk-java.org/iax/development/demo.html I'm trying to implement it on my own site, but I keep getting the error register null on the applet's output. Here's the javascript I'm using to interface with the applet: /* create the phone */ var attributes = { code: 'org.asteriskjava....

How to connect asterisk to skype using siptosis?

Hello all! I've been trying to do this for weeks and still have not yet figured out how to connect to skype. The best progress I've found out was from this tutorial http://translate.google.com/translate?hl=en&sl=it&u=http://www.voipandhack.it/archives/linux/asterisk-failover-e-registrazioni-sip&ei=nqJRTNTPB8OfrAfDovGDAw&am...

How to handle video calls on Asterisk with Sipdroid?

Hey all! I'm currently able to send video from one soft phone to another but I'm not able to receive the video. So I'm only seeing the video that's being sent from the same phone sending it and not seeing the other phone's video. I know it's possible but I can't seem to figure out how to do this. I already added videosupport=yes in the ...

Asterisk.Net Dial Event does not raise in some times

Hi I use Asterisk.NET to implement a software that shows receive phone number in pop up form. and I use DialEvent to be aware from a coming Tel.my application always is run in a form that I Hide it. this event work good for me and I can understand when some call receive to me,then I show pop up form. NOW my problem is: sometimes I do not...

SIP, asterisk, adhearson and voip

I'm trying to create a voip based IVR service that interacts with a web application. From what I understand, adhearson runs on top of asterisk. What else do I need to have on the server to satisfy the equation? I think I need a way for asterisk to connect to a voip account. I'd appreciate any help and/or phrases to google. ...

Asterisk AGI (Perl script) - Sometimes all keys are ignored by the script

I am new to Asterisk (VoIP) and am rather new to UNIX/Perl. I'm taking this over from a co-worker that left the company, so I didn't set this up in the first place, I just need to make some changes. I'm having a problem where I use get_data() to get the user's keypad entry, but the keys are just ignored and the get_data() function just ...

Asterisk - Cleaning up MySQL() Connections in 'h' Extension

In one of our very simple custom contexts I would like to add some database logging outside of the built-in cdr app. I have something like the following: [inbound-custom] exten => _X.,1,MixMonitor(/mnt/temp/inbound-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}-${CALLERID(num)}-${EXTEN}-${UNIQUEID}.wav) exten => _X.,n,MYSQL(Connect connid mysqlip...

asterisk anti ex-girlfriend Dial plan?

I wrote simple dial plan in asterisk. This dial-plan target is to check caller-id of incoming call and for specific hangup :) ! but this dial-plan hangup all incoming call with diffrent caller-id. So what do i do? ;( [general] static=yes writeprotect=yes autofallthrough=yes clearglobalvars=no priorityju...

Adding chat and VOIP calls functionality?

How can I create a chat-text/VOIP calls application using Android sdk? What are the available apis and sources? ...