similar to: New Skype<>SIP gateway

Displaying 20 results from an estimated 800 matches similar to: "New Skype<>SIP gateway"

2006 Feb 27
2
Covad anyone ...
Has anyone done any integration work with Covad's hosted solution ? I am considering Covad's hosted solution and want to be able to use Asterisk to develop some other apps. Anyone else tried this ? how did Covad react. I know they use MGCP. Another thing, the Cisco reseller rep tells me if I have a bunch of 7960's setup for MGCP (for use with Covad) I will need to get these
2012 Oct 25
5
trying ti use a function in aggregate
Hi -I am using R v 2.13.0. I am trying to use the aggregate function to calculate the percent at length for each Trip_id and CommonName. Here is a small subset of the data. Trip_id Vessel CommonName Length Count 1 230 Sunlight Shad,American 19 1 2 230 Sunlight Shad,American 20 1 3 230 Sunlight Shad,American 21
2007 Jun 14
2
Linksys SPA941
Dear Group, I have just purchased two Linksys SPA941 and flashed these to the latest firmware. Everything works well except for the Hold button? Has anyone else experienced the same issue? What was the solution? Kind Regards Shad Mortazavi
2004 Sep 16
3
Creating conference calls from within Astman.
Dear All, I have a requirement to 'originate' a number of calls to various external users from within a conference room, so that the end users does not pay for the call. I know that within Astman I can define an extension and then originate the call from that extension. Can I define a conference room (how would I configure that on astman? What channel would it use?) and then generate a
2004 Apr 08
3
Asterisk Server Crashing with New Application
Dear All, I have been running a successful and very stable call center PBX based on 0.7.1 release. I need to be on this release because of a number of features that I have complied from 3rd party patches, for the call center. I will not be able to upgrade to release 1 until the patches catch up and I have done the required testing. The system was very stable until two days ago. The changes made
2004 Apr 16
2
SoundPointR IP 300
Dear Group, Does any one have experience using SoundPoint(r) IP 300? I have one call center on Snom 200's I'm adding a second and was looking at the SoundPoint, but needed some input. Thanks Shad Mortazavi --------------------------------------------------- Nexus Technical Manager n|m Nexus Management Inc Sydney -------------- next part -------------- An HTML attachment was
2005 Jun 17
2
Calculating the lenght of time in a call queue?
Dear All, I'm running version 0.7.1 of Asterisk server for our global help desk. We have put together a comprehensive reporting package for static's from the CDR. I'm not able to calculate the time a call is in the queue before it goes to an agent? I would appreciate help with working this out. Warm Regards and Thanks Shad Mortazavi
2005 Oct 16
2
Wine supports Game Port?
Hi all, I want to install a Medical Transcription Related S/W which is running in M$ Wallless Windows. I want it to be in my box. So does wine / Cedega / Cross Over supports Game port or com port emulation. S/w Name: Express Scribe Website : www.nch.com.au/scribe/ <http://www.nch.com.au/scribe/> Kernel : 2.6.8 Debian Sarge 3.1 Wine : 20050930 release This s/w uses game port for playing
2019 Feb 18
1
[asterisk-app-dev] Asterisk 13 ARI Playback of audio via HTTP
Hey, trying to use ARI with NodeJS - this doesn't work: play(channel, 'sound:http://www.nch.com.au/acm/8k16bitpcm.wav'); should it? https://wiki.asterisk.org/wiki/display/AST/ARI+and+Channels%3A+Simple+Media+Manipulation says: A sound file located on the Asterisk system. You can use the /sounds resource to query for available sounds on the system. You can also use specify a media
2010 Feb 12
1
[LLVMdev] Unable to connect to google1.osuosl.org
I am unable to connect to build master at:google1.osuosl.org:9990 from my buildslave. See attached twisted9.0.0 log. 2010-02-12 09:50:03-0800 [-] Log opened. 2010-02-12 09:50:03-0800 [-] twistd 9.0.0 (C:\Python26\python.exe 2.6.2) starting up. 2010-02-12 09:50:03-0800 [-] reactor class: twisted.internet.win32eventreactor.Win32Reactor. 2010-02-12 09:50:03-0800 [-] Starting factory
2006 Apr 11
2
Automatic 3 Way Call
Dear Group, I'm working on a call recording solution and would like to have the ability to initiate a 3 way call based on an incoming call. One party will be an AGI that I have other will be an outbound call via a second T1 interface. Does anyone have a working configuration for an Asterisk initiated 3 way call? Thanks and Regards Shad Mortazavi
2006 Aug 04
1
incorrect checksum for freed object?
I''m using ferret (0.9.4) in rails, but outside of the "acts_as_ferret" plugin. Whenever I use a QueryFilter (even a very simple one), the server will crash after one, two, or three reloads of a page (same page, same query, same filter). It''s very non-deterministic and I can''t seem to reproduce it outside of my application environment (I can''t get it
2004 May 31
1
Asterisk and SER Setup Questions.
Dear All, I have the following setup. Quad T1's<->Asterisk (PBX)<->(LAN<->DMZ)<->SER<->(Firewall)<->(Internet) | Local US Help Desk (Snom 200') This setup works well. I can pass calls from over the internet to the Asterisk PBX via SER using X-Ten Lit. I have a couple of questions; 1. How do I
2003 Jul 30
4
Intel 875P/ICH5 motherboard chipset
Does anyone know if support for the Intel 875P/ICH5 motherboard chipset has yet made it into the stable branch? (Is release 4.9 likely to have it?) I am mainly interested in the IDE and "native" serial ATA devices. There is also a new Intel ethernet controller chip, 82547EI, that is designed to interface directly with the 875P chip. The currently supported chip list only goes up to
2003 Dec 29
1
Agent setup
Dear Group, I have been successful in setting up the Agents, queues and getting agents to log in. Is there a way that I could configure the system so that the agent is called back. i.e. the agent logs into the system, a call is destined for them and their phone rings. If some one has this setup I would be very interested in hearing from them. Warm Regards and Thanks --------------- Shad
2009 Oct 28
2
sudoers file
Hi all, I am planning to edit sudoers files in /etc. when i open this wiht vim command and change some thing it said "this file is read only" Is this okay to change the status of sudoers files. or any implication? please point Regards, Vijay Shanker Dubey Ph: +91-9818311884 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Apr 10
3
Determine the Length of the Longest Word in a String
Hi Everyone, I'm new to programming R and have accomplished my goal, but feel that there is probably a more efficient way of coding this. I'd appreciate any guidance that a more advanced programmer can provide. My goal -- I would like to find the length of the longest word in a string containing many words separated by spaces. How I did it -- I was able to find the length of the
2004 Dec 17
2
T-1 vs channelised T-1?
OK. Now I show my ignorance. What's the difference between a T-1 and a channelised T-1? I see that Covad's voip service (formerly GoBeam) requires a channelised T-1. Then I read recently on the list that many T-1s being installed are actually HDSL....which would be not a T-1 at all...right? Michael -- Michael Graves mgraves@pixelpower.com Sr. Product Specialist
2008 Sep 10
2
Woring message in as.yearmon()
I have following dataset: > res [,1] [,2] [,3] [1,] 1946 4 1.27 [2,] 1946 5 1.27 [3,] 1946 6 1.27 [4,] 1946 7 1.27 [5,] 1946 8 1.52 [6,] 1946 9 1.52 [7,] 1946 10 1.52 [8,] 1946 11 1.52 [9,] 1946 12 1.62 [10,] 1947 1 1.62 [11,] 1947 2 1.62 [12,] 1947 3 1.62 [13,] 1947 4 1.87 [14,] 1947 5 1.87 [15,] 1947 6 1.87 Now I write following code
2006 Nov 22
2
G722?
In a recent interview someone from Digum indicated that the G722 wideband codec was being worked into Asterisk. This will make Asterisk compatible with Polycom's new HDVoice products like the IP650 phone. This is very interesting, potentially exciting, but it brings up certain questions. Who will benefit as long as calls must typically pass into existing PSTN infrstructure, and so be