0
votes
0answers
6 views
Is there any possible way to make hook flash to any extension throoght software?
I like to make conference call following this step.
2222 make call to 3333 (phone)
3333 receive phone call (phone)
simulate push flash button to 2222 thought AMI/? (software)
ori …
0
votes
0answers
1 views
What is Interface name in QueuePause
Anyone can tell me what is interface name for QueuePause action (Asterisk Manager Interface).
http://astbook.asteriskdocs.org/en/2nd%5FEdition/asterisk-book-html-chunk/asterisk-APP …
0
votes
2answers
160 views
How can I get the extension entered by user in a Perl AGI script?
Hello,
I'm new to Asterisk AGI programming. Im trying to create a simple IVR, using asterisk-perl, where a user can enter any extension from 1 to 4. Here is my code so far:
use A …
0
votes
2answers
72 views
How to to download MP3 file from AGI script written in Perl?
I am trying to download an MP3 file from an AGI script written in Perl, however the file does not get downloaded. The strange thing is that if I try to download the same file from …
4
votes
1answer
108 views
ruby: what does the asterisk in “p *1..10” mean
the line
p *1..10
does exactly the same thing as
(1..10).each { |x| puts x }
which gives you the following output:
$ ruby -e "p *1..10"
1
2
3
4
5
6
7
8
9
10
it's a great s …
-3
votes
1answer
55 views
asterisk adding new module to open source
how to add new module to asterisk with sql code.
0
votes
1answer
26 views
Asterisk Manager API - Extension -> ZAP Channel
Is there a way to retrieve the ZAP channel from an extension number through the Manager API?
For example, this is what I see when I run "zap show channels":
Chan Extension Co …
0
votes
5answers
61 views
Conversion of a character to asterisk
Hi,
i had been to an interview for the post of webdeveloper/HTML developer . There he asked me a question, the ques was.... there is a textbox and a button when i enter any char …
3
votes
4answers
179 views
Read/Write to linux Pipe using Java
My query is on what is the best way to read / write to a linux Pipe in Java? I already am using the java.io.RandomAccessFile like
RandomAccessFile file = new RandomAccessFile(" …
0
votes
0answers
21 views
Getting active channels of a user in asterisk-java
Is there a way to get all currently active channels of an IAX useraccount with asterisk-java?
Thanks
Dominik
1
vote
2answers
91 views
How can I get the call duration of any call in a web application using asterisk?
I have done a Web site using php and which asterisk is used as a Voip system.Now the problem is I want to get the call duration of each call after 'HANG UP'.I googled alot and got …
0
votes
1answer
48 views
sip phones unable to register with the asterisk server
hello i have a remote running asterisk server.when i am trying to connect my softphone i.e. xlite it is unable to connect to the server.
everytime i am getting an error: 408 "Requ …
0
votes
2answers
62 views
Asterisk & IVR & provider
Hi everybody,
I'm trying to setup an IVR or to be more specific an automated attendant using Asterisk. I don't want anything fancy besides the simple automated menu system, and in …
1
vote
4answers
358 views
Problems with IRQs when connecting two digium card in and asterisk box
I have two Digium Wildcard TDM800P with 8 FXO ports each. When I connect both at the same time IRQ misses start showing up making my computer unresponsive and unusable.
One card …
2
votes
6answers
145 views
Fastest way to match telephony prefixes using asterisk PHP script
Hello all, and thanks in advance for the help.
Background -
I am writing a PHP script that needs to figure out the destination the caller is trying to reach. Telephony prefixes a …
