similar to: Spandsp - opencall.org offline

Displaying 20 results from an estimated 900 matches similar to: "Spandsp - opencall.org offline"

2004 Aug 18
27
SpanDSP
Anyone knows where can I find spandsp? Official site seems permanently down... TIA, Simone.
2004 Nov 22
8
Patching asterisk for spandsp
When I try to patch the Makefile for asterisk with the Apps_makefile.patch from Spandsp I get the following error. patching file Makefile Hunk #1 FAILED at 47. Hunk #2 FAILED at 76. 2 out of 2 hunks FAILED Has anybody seen this.
2004 Jul 10
2
Looking for a patch that was post May 1 2004
Hello group I'm working on getting festival installed and working on my FC1. I ran into a problem and after searching Google I found this message talking about a patch for Speech Tools and Festival http://lists.digium.com/pipermail/asterisk-users/2004-May/045134.html The above site does not have the files. Does anyone in the group have this patch? Marc Sutter & Reed Wade do you still
2004 Aug 12
1
Problem installing Software Fax SpanDSP support into Asterisk
I'm trying to install the SPANDSP software into Asterisk to support incoming (mainly) Fax. I'm following the info in http://www.voip-info.org/wiki-Asterisk+Fax. I downloaded and installed the spandsp software from ftp://ftp.opencall.org/pub/spandsp/ and followed the directions in several documents listed on the on the Tiki page. I get down to patch < Makefile.patch that fails with
2004 Jul 20
10
Installing X100P
I attempted to install an X100P card but it was not correctly recognized by my Redhat 9 install. I had a test install running without any cards which was working great minus the outward dialing since no cards existed. Now that I have a card, I want to add it to the system. Do I have to scratch the whole current install in order to get the X100P running on my system or is there a way to get it
2004 Jul 17
1
Using a group variable for a groupofextension to dial
Actually doing both sounds good to me. Can you explain further about ringing them all at once? Here is how I tried to make mine work and failed... {global} PHONES0=SIP/2000 PHONES1=SIP/2001 [local] exten => 6001,1,Dial(${PHONES0&PHONES1),20,trf) When I dial 6001 I see my debugger tell me that I am using the wrong syntax. Do you know the correct syntax for ringing them all at once? I
2004 Jul 17
1
Using a group variable for a group ofextension to dial
That could be it. What I want to do is set a group of callers and have the event cause the phone to ring them in order. I will tie it to my IVR portion and thus I can make sure peole in sales get calls based on our hierarchy in the office. So if I am reading your example right the syntax is.... Exten => 501,1,Dial(SIP/PHONE1&SIP/PHONE2&SIP/PHONE3), rtf) Is that a valid way to cause
2005 Mar 28
3
Debugging Asterisk in GDB (DDD)
Hi, I am running Asterisk on Fedora Core 3. I am trying to use DDD to debug Asterisk. However, when I attach the debugger to the Asterisk Process, the Asterisk CLI promt hangs. Does not give any output, and Asterisk stops processing calls... What could be wrong and what is the best way to debug Asterisk...? Appreciate pointers.. Thx a lot, J --------------------------------- Do you
2004 Nov 23
4
Spandsp and Asterisk
Does anyone have an update patch file to get Spandsp installed? I'm running asterisk CVS-HEAD-11/19/04-21:53:37 on redhat 9.0 I installed spandsp-0.0.2 when runnig the patch I get patching file Makefile Hunk #1 FAILED at 41. Hunk #2 FAILED at 69. 2 out of 2 hunks FAILED -- saving rejects to file Makefile.rej -------------- next part -------------- An HTML attachment was scrubbed...
2005 Feb 27
2
opencall.org is changing to soft-switch.org
Hi, Anyone using my spandsp or unicall software please note that opencall.org is shifting to soft-switch.org. HP have a line of telephony products called Opencall, which were very obscure in 1999, when I registered opencall.org. A search for "opencall" on Google back then returned only references to theatrical agents. opencall.com and opencll.net were theatrical sites. Now a search
2004 Jul 29
2
BugetTone Bug Showstopper,
I have setup Grandstream to connect to my Asterisk Server. All the digits 0-9 are accepting dtmf. But When I try to send the call by Pressing # Key, nothing happens. Does anyone has a standard configuration for Asterisk and Grandstream as a PDF file or something to see. How do you send the connect signal? Seshu Kanuri -----Original Message----- From: asterisk-users-admin@lists.digium.com
2004 Aug 19
2
Opencall.org and SpandDSP
Does anybody know what happened to the opencall.org website? I can't get into the home page or the ftp site.
2004 Sep 03
2
Using AVM Fritz!PCI as zap interface
Hello! Is there a way to use AVM Fritz!PCI as a ZAP interface and have it configured for ZAP channels? Thanx in advance! Roland Zagler mailto:r.zagler@fog.at @fog smart partners
2004 Sep 05
4
Asterisk & sudo from httpd
Hello! I want to use "asterisk -rx "show version"" from a php script called in the browser using the local apache, which runs as user "apache". Asterisk is running as root. I added the following line to /etc/sudoers using visudo: apache ALL = NOPASSWD: /usr/sbin/asterisk When i am on the command line of my linux box it looks like this:
2004 Aug 18
1
Asterisk as SMS Service Center
Hello! Is it possible to run Asterisk as a SMS Service Center and does it work over a directly connected ISDN (CAPI) interface card? Did anyone already use Asterisk for that? Roland Zagler mailto:r.zagler@fog.at @fog smart partners
2004 Jul 04
2
music on hold question with asterisk
hello I'm trying to figure out if anyone's accomplished putting someone on hold with a hardphone that doesn't have a hold button or multiple lines. I'm thinking transferring the caller to a specific extension or something...is this possible? Has it been done? thanks hank
2004 Jul 13
1
Asterisk don't listen to my phones
Hello, First, sorry for my english. I'm a french student. I have a problem with asterisk. I use Budgetone SIP phones. When I dial 555 (VoicemailMain), I hear "You have 5 new messages, 1- Read your messages, 2- , etc ... ) But when I dial 1 or 2 or everything else, nothing happen. Are they some lines wich do that asterisk listen my phones ? Thanks for your help, have a nice day Thomas
2004 Jul 17
1
voicemail broadcast feature
Using CVS from 7/12/04 and trying to get the voicemail broadcast feature to work. Voicemail.conf has [mycontext] 3722 => 1234,BroadCast Test,,,cc=*@mycontext . then many other voicemail boxes. ----- whenever I leave voicemail at box 3722, only box 3722 gets the voicemail. It is not expanding it to other voicemail boxes in the [mycontext] context. Even if I replace the cc= line with
2004 Jul 17
1
Using a group variable for a group of extension to dial
I ahve been searching to no avail for a referenc eon how to setup a part of my dial plan that will ring certain groups of number based upon the context. Essentually, I want to be able to designate 3 people as sales and have my IVR handoff and ring their extensions in order. Then maybe I will ahve a couple of people I group together and have them ring if someone selects 2 on the IVR for tech
2004 Jul 19
2
callparking vs calltransfer
HI ALL; Anybody can explain the difference between "call parking " vs "call transfer" Regards mohammad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040720/2975991b/attachment.htm