Displaying 20 results from an estimated 1000 matches similar to: "sniffing sip password/uri/host info"
2005 Jun 29
1
Asterisk/SER/Call Manager
Hi all,
I have Asterisk talking to my call manager 4.0 with SIP trunk as mentioned
in the wiki. I also have SER talking to Asterisk. I need the SER talking
to my Call manager. The reason why CCM cannot talk to SER is because SER is
a on a public ip address, and CCM is on a private ip address.
The asterisk how ever has 2 nics, which talks to both and external. Is it
possible to allow
2006 Nov 07
1
Glitches in sound every time that Asterisk receives reINVITEs
Hi all,
My Asterisk server is working fine, although every time that in the middle of
any call there is a reinvite, the user hears a glitch. Why is this happening?
How can I solve this problem?
Thanks in advance,
Ricardo Carvalho.
2005 Jun 01
2
IAX2 analog telephone adapter
Hello All,
I am looking for a IAX2 analog telephone adapter, just want to ask your
views on which ones are bad, good and the best.
Thanks in advance,
Dinesh Birlasekaran
Network Engineer,
ComIT, Institute of Molecular and Cell Biology
61 Biopolis Drive, Singapore 138673
HP : 92962676 DID : 65869804 Fax : 67791117 Email :
dinesh@imcb.a-star.edu.sg
WWW: www.imcb.a-star.edu.sg
2006 Feb 20
3
Fwd: Asterisk on Solaris 10 (AMD Opteron, Sun Fire X2100)
Hello all,
I really appreciate the replies I've gotten about this so far
(especially the support for wanting to run it on Solaris!).
The core issue seems to have been missed, though -- is there any way
to run a complete Asterisk solution on Solaris 10 (including
music-on-hold and conferencing)? This probably comes down to a few issues:
- Is ztdummy (a component of Zaptel) *really*
2004 Nov 30
3
Cisco Asterisk Integration
Hello All,
I have managed to get my cisco and asterisk able to talk to one another I
think. But cannot make a call from a phone behind call manager to the
asterisk server.
I have followed the cisco asterisk integration on the wiki.
I have also setup a number 3000 for dialing for current local time and date
on asterisk. I can call from a sip phone behind asterisk, no problems. The
problem
2006 Mar 02
4
Polling Asterisk for Life
Hi,
Occassionally Asterisk will go down and I have to restart it.. not
often.. but sometimes. When it does the manager interface stops
working, as does the CLI.
My thoughts was to poll the manager interface once every 5 minutes for
a value. If I don't get the value back then alert me that the server
is possibly down.
Does anyone know what a good value to poll for might be? I was
thinking
2006 Jan 11
17
Nested MySQL Commands
Is it possible to have nested MySQL queries in extensions.conf?
Ie, perform a query, grab a value, and then jump to another location in the dialplan and do another query based on that original value. I'm having problems with the result and fetchid's and I'm not sure if it's even possible to do this or not.
Thanks,
Doug.
-------------- next part --------------
An HTML
2004 Jul 27
6
Asterisk to CCM
I've got problem with connecting asterisk to CCM.
Our side has Asterisk system other side CCM , ehrn i dial a number on
other side channles created , connections established but nothing happend
, just silence , and after some time busy tone. Sides sending ad reciving
g711 codec , but we need that sides send and recive g729 (we have
licenses) , if in h323 conf i try to : disallow=all ,
2003 Dec 18
6
G729 question
I am thinking about using the G729 codecs on my endpoint devices and
purchasing some G729 licenses for Asterisk but I have several questions:
1. Which G729 codec is sold by Digium for Asterisk, G729, G729A, B...I?
2. If I have G729A on one end and G729B on the other, are they compatible?
I have looked all over the place for question 2, but without buying the
ITU docs
I cannot seem to find this
2004 Jan 05
2
I stumbled on this list...
Hi All,
I am new to the list and have ordered myself a Asterisk Developer's Kit
(TDM). I am just waiting on the order from a reseller of digium.
I have yet to play around with the system when it arrives. And I
haven't looked into the manual yet. I do hope I have all the hardwares
to test first before I go and buy a sipura spa-2000 unit.
I have my sister who is living in Germany.
2014 Feb 13
2
Eaton Powerware 5110 - some stats not reported
On Feb 12, 2014, at 7:50 PM, Tim Dawson wrote:
> Run the driver with -DDDDD and see what variables it picks up. I have noted that with the Prestige 9 in bcmxcp, some variables are not consistent within models, and had to do some gentle remapping to get things to work correctly.
Tim, is this the issue you mentioned on 2014-02-02 with blocks 0x9 and 0x13? I'll reply to that email.
> On
2006 Jan 19
1
DTMF Simultaneous Inband and RFC2833 performedby Asterisk => Duplicate tones
> I have seen the following effect in Asterisk, though: where
> it converts
> an inband DTMF (eg coming off a Zap channel) into an
> indication, it mutes
> the audio where that tone is. But sometimes it leaves a
> teeny bit of the
> tone behind.
>
> If you take such a call over say IAX to somewhere and then
> back out a Zap
> channel, you end up with the
2018 Dec 16
3
detailed ups.test.result
My UPS has an LCD that says the battery is 100% and the estimated run
time is 12min.
The uspc has similar results.
The problem is when line power is lost the UPS batter goes to 0% very
quickly (seconds).
It charged to 85% when power was restored.
86-100% is slower.
I did:
$ upscmd desktop_ups test.battery.start.deep
Username (admin):
Password:
OK
Now the ups.test.result says there is a
2008 Aug 24
3
Igraph library: How to calculate APSP (shortest path matrix) matrix for a subset list of nodes.
Dear R Users,
I have a network of 25000 total nodes and a list of 500 node which is a
subset of all nodes. Now I want to calculate the APSP (all pair shortest
path) matrix only for these 500 nodes.
I would appreciate any help.
Thanks in advance
Dinesh
--
Dinesh Kumar Barupal
Research Associate
Metabolomics Fiehn Lab
UCD Genome Center
451 East Health Science Drive
GBSF Builidng
University of
2006 Jun 16
10
Issue with caching of .PNG files in IE..
I''m running a Rails application with WEBrick server. We are displaying
an Image from the server to the Client (Browser). First time on the
browser everything looks fine, upon clicking the link, it contacts the
server and displays in IE brwoser the image that was stored on the
server.
But in case if the image gets changed on the server(File Name being the
same), then even though i
2008 Nov 06
3
Reshape a matrix
Dear R users,
I have a matrix like
A X 1
B Y 2
C Z 3
I want to reshape this matrix into this format
X Y Z
A 1
B 2
C 3
Thanks in advance for your help.
Dinesh
--
Dinesh Kumar Barupal
Junior Specialist
Metabolomics Fiehn Lab
UCD Genome Center
451 East Health Science Drive
GBSF Builidng
University of California
DAVIS
95616
2006 Jun 23
9
Connecting MQ from Rails ??
Hi all,
I want to Connect to IBM MQ from Rails/Ruby, can it be done? and get the
messages from the Queue, then i want to use this message in ruby/rails.
Is there a direct way of doing the above job?? If so any packages are
available?
If there is not a way currently, and any thoughts of how we can do the
above job indirectly through some other means or round about ways or
workarounds can be
2011 Dec 30
4
Need help in writing a shell/bash script
Hi Friends,
I am trying to write a shell script which can merge the 2 columns into
3rd one on Centos 5. The file is very long around 31200 rows having
around 1370 unique groups and around 12000 unique user-names.
The 1st column is the groupname and then 2nd column is the user-name.
1st Column (Groupname) 2nd Column (username)
admin ankush
2010 Sep 01
2
diamond/triangle "plot"
Hi, does anyone have any idea how I might make a plot in R similar to this:
http://assets.sbnation.com/assets/272612/BATTER-1B-PENA.png
Specifically looking to plot 3 numbers in a triangle like that.
[[alternative HTML version deleted]]
2012 Apr 04
2
question on DHCP
If a machine with centos 6.2 is set for DHCP and it looses power and the
switch
looses power for a long time. lets say a day. so the switch really goes
off even with batter backup.
Now power comes on, the machine asks for a DHCP address before the
switch is read
as its not back up yet. there is no response and the machine does not
get an address.
Finally the switch comes back up , the machine