Displaying 20 results from an estimated 300 matches similar to: "asterisk registration"
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 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 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 21
1
using call file
HI list-users,
Greetings!!
I have been using call file, i playback my file using *
application:playback*
and once the playback is over the call is disconnected. Is there any way it
can wait and also record the dtmf inputs once the playback is over.
Thanks in advace
Nikhil Kumar
summer intern:simmortel voice technologies
rit2007033
b.tech IT 6th sem
IIIT Allahabad
contact at 9793905858
email:
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
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
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 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 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 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
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 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 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
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
2009 Feb 11
1
Table Formatting
Dear R-Users
I have created the following table in R:
Year TACC.SNA1 Catch.SNA1 TACC.SNA2 Catch.SNA2 TACC.SNA3
Catch.SNA3
111 1985-86 9396 18595 1860 530
1486 16727
112 1986-87 3155 12195 9506 7067
4991 2300
113 1987-88 6913 2074 3740
2012 Apr 01
2
Learning to Rank : GSoC 2012
Hello all,
This is in reference to "Learning to Rank" Project Idea. [I know, i made
the entry a bit late, but hope you are still in interest to help out]
I am looking for suggestions to help me narrowing down the choices of
algorithms. I had been readily surveying on the referred algorithms for the
purpose of choosing the right one. I am mentioning here some of my doubts
to discuss and
2007 Jun 15
1
process show uid not user
One of my user's processes shows up with the uid (numeric) rather than
the user (alpha) on the ps command. The /etc/passwd file shows:
theuser:x:500:501:The user:/home/theuser:/bin/bash
But, 'ps -ef' shows the uid:
500 9041 8864 0 11:20 pts/1 00:00:00 ps -ef
Allother active users show the user. Ideas?
Frank M. Ramaekers Jr.
Systems Programmer
MCP,
2012 Jul 13
1
[Bug 9041] New: Feature request: Better handling of btrfs based sources
https://bugzilla.samba.org/show_bug.cgi?id=9041
Summary: Feature request: Better handling of btrfs based
sources
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2001 Mar 09
1
Win200 Server and Samba
Hello everybody!
I've got a network with a working Windows2000 Server (acting as a file
server and being responsible for user authentification) and some Win2000
Professional Clients.
I want to do the following:
I want to integrate other Workstations to the existing Domain and I want to
integrate a Linux computer. Therefor I want to use Samba to share disk space
with the Win Clients. But there