similar to: using call file

Displaying 20 results from an estimated 200 matches similar to: "using call file"

2010 Jun 14
2
calling peer from server
Hi everybody, This is the console output of the asterisk server. debian-te410*CLI> sip set debug peer 2002 SIP Debugging Enabled for IP: 172.26.48.113:5061 I have a sofphone with user 2002 registered on the server on the ip 113. I am trying to place a call to the sofphone on this ip. I have written a simple php script which utilises the exec_dial function inbuilt in phpagi.php file. I have
2010 Jun 10
1
asterisk registration
Hi all, I think i understand the problem, actually I have two asterisk server. In the extension.conf file on one server I have added exten => 3923903,1,GOTO(s,1,3923903.conf) which reads the corresponding conf file when ever the extension no. through PSTN is called and learns the location of inbound.php which contains the IVR script to be executed. Now what i want is that through this
2010 Jun 15
4
can't seem to register, status unmonitored
Hi everybody, I am trying to register my softphone(twinkle) on an asterisk server. Everything seems to be fine. Here is the output on show registrations in twinkle: Tue 18:57:51 nikhil: you have the following registrations <sip:2001 at 172.26.48.208 <sip%3A2001 at 172.26.48.208>>;expires=3013 208 is ip of the asterisk server. on the server on doing 'sip show peers' , it
2010 Jun 22
1
storing DTMF inputs
Thanks a lot Danny. I have done the part of playing a file by creating a context in my dialplan. Now I am puzzled as i wish to store the DTMF inputs done by the users who is listening to the playback. I found there are ways, but some specific way by which it is not stored in file but conveyed directly to the asterisk server. When the call landed up on the softphone, i pressed keys the
2010 Jun 17
0
writing echo in inbound file
Thanx for the reply. The reason i wrote echo is, i was running the script on the command line, and i wanted to see if the particular function is running. Just like i do debugging in c++. I didn't know that it sends messages to asterisk. But again i was not able to see any message on asterisk server. One thing, it must be possible to run the php script file on command line, since it was the
2010 Jun 17
1
calling machine over sip
Actually my problem is not related to sip.conf and extensions.conf. I have used only standard files from martin pdf which are given as example. I am able to call some system connected over LAN, when each has a softphone and are registered on a asterisk server. But now what i want is instead of using the softphone I write a function in my file which will be executed when the call is placed. In that
2016 Mar 01
2
How to write a simple MachineFunctionPass
Hello everyone, I have written simple LLVM passes, but I cannot able to write a MachineFunctionPass pass. I am following the steps form the following link but it is not working: http://www.gabriel.urdhr.fr/2014/09/26/adding-a-llvm-pass/ Please share the sample MachineFunctionPass code or steps to follow to write MachineFunctionPass. Thanks, Bala -- Thanks, Bala IIITA Allahabad --------------
2016 Feb 26
1
How to write LLVM pass to collect register usage stats
Hi All, I wanted to collect the register usage stats for the program assigned by compiler(in other words "how many time each register will be accessed by the program when it will execute"). How to write LLVM pass which will analyse the code after LLVM global register allocation pass and output the stats. Regards, -Bala -- Thanks, Bala IIITA Allahabad -------------- next part
2016 May 06
3
build issue in llvm-clang cross tool chain for arm target
Hello All, I am building llvm-clang cross tool chain for arm target, after successful build for Linux host now I am now building toolchain for *arm target*. However, I am getting below error message which seems to be confusing and not getting any idea how to resolve this issue. *Command :* #CC='clang' CXX='clang++' cmake -G Ninja /home/iiita/crossbuild/llvm
2016 Mar 01
0
How to write a simple MachineFunctionPass
First you should learn how to write a pass and then a MachineFunctionPass. >From LLVM website, you can refer to http://llvm.org/docs/WritingAnLLVMPass.html And for outside pass, you can refer to http://adriansampson.net/blog/llvm.html It's a great article. And the author put the source code on Github <https://github.com/sampsyo/llvm-pass-skeleton>. 2016-03-01 14:36 GMT+08:00
2016 May 05
2
LLVM cross compilation for arm target
Hello All, I am building llvm-clang tool chain for *arm target* by following the steps from http://clang.llvm.org/docs/CrossCompilation.html *However when I tried following cmake command for build tool chain it gives the error message :* #CC='clang' CXX='clang++' cmake -G Ninja /home/iiita/llvm-exp/llvm -DCMAKE_CROSSCOMPILING=True
2017 Jun 20
2
Icecast to Tunein
> Here's a description of how their API works and what you have to send > it. I don't have a solution for sending it from the server and would > LOVE to know one myself! I used to run an internet radio station that was listed on TuneIn! Turned it all off when I took a job with a large internet streaming music service. The way my setup worked was the automation system was
2011 Feb 15
2
Paging a message. How?
I'm scratching my head trying to work out a way of sending a pre-recorded message as a 'Page' to a list of phones ( "Oi! you muppets you've left the server room door open!" or somesuch message :-) controlled by an external trigger. I can do a normal page (phones auto-answer on speaker) with SipAddHeader but that doesn't let me play a pre-recorded message. Any
2012 Mar 01
1
using AMI and Telnet to place calls
Hello, I am using a perl script to pull call info from a DB and place calls via telnet and AMI, all on local machine of course. My problem is that I need to capture any response from the carier, such as this taht appears in the CLI: [Mar 1 12:55:50] == Using SIP RTP CoS mark 5 [Mar 1 12:55:50] -- Got SIP response 503 "No Circuit Available" back from xxx.xxx.xxx.xxx:5060 [Mar
2003 Nov 28
6
Samba Print Server
Hiya, Can someone explain why I am seeing chmod of W32X86/3/PSCRIPT5.DLL failed (Operation not permitted) in the log files. It is a samba 3.0.1pre3 print server, which has the drivers on it for loading to the clients. Here is the log file of errors. Thanx in advanced Kris [2003/11/27 16:29:15, 2] smbd/open.c:open_file(250) aclarke opened file W32X86/3/PSCRIPT.HLP read=Yes write=No
2010 Sep 12
1
Synway cards
Hi Does anyone have experience with Synway cards like SHD-240D-CT/PCI with asterisk and SynAst driver ? Are they any good ? Do they really run on Asterisk ? Thanks. Anita Hall, Simmortel Voice www.simmortel.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100913/c97492c4/attachment.htm
2010 Jul 16
6
Video IVR Asterisk ?
Hi Is it possible to receive video calls using Asterisk and then process them as an IVR ? One of our clients wants to set-up a video IVR system in the US and we are evaluation possible options. Also, what is the bandwidth of receiving a video call in US ? What protocols and codecs are supported and does it work on DID numbers ? Can I rent a hosted solution for this ? Thanks in anticipation of
2010 Apr 27
5
E3 Card on Asterisk ?
Hi Please check out this product http://www.sangoma.com/products/hardware_products/data_networking/a301.html Does it work on Asterisk or Freeswitch ? Do Telcos provide an E3 connection ? One of our customers had an inquiry for terminating 6000 calls simultaneously. I want to do some homework before taking it further with him. If I use E1 lines, I will need 6000 / 30 = 200 E1 lines, which does
2017 Jun 20
0
Icecast to Tunein
Talk about doing my head in ... I've got 'Playit Live' sorted. Our stations shows are on there waiting .. I've linked my stream from my 'Playit Live' (Similar to Rivendell) account to Icecast and they report back '*on air*' - but WHERE ????!!!!!, How the heck can people listen to what I'm sending to Icecast? what is the URL that people need to visit to listen to
2010 Sep 17
3
Sangoma A108 PCIe V2.0
Hi Does Sangoma 8-port card A108 support PCIe version 2.0 ? The card is here http://www.sangoma.com/products/hardware_products/digital_voice_and_data_networking/a108.html And we want to use 3 such cards in this motherboard because it has 3 PCIe slots of version 2.0 http://www.intel.com/products/desktop/motherboards/DX58SO/DX58SO-overview.htm Is this a good idea ? Do you have any experience