What is the state of speex support in asterisk? I saw the codec seems to be there. Can speex be used on IAX2 links? Is there much work still to be done? many thanks, --J.
>What is the state of speex support in asterisk? I saw the codec seems to >be there.Install the Speex library support, and re-compile Asterisk. There's probably a pre-compiled version of Speex for your system; look around in whatever package manager you use for your Linux distro.>Can speex be used on IAX2 links? Is there much work still to be done?Yes, it can be used. No work required to get functionality. JT>many thanks, >--J.
Hello all, I wonder if the following possible with Asterisk: 1. Use Asterisk to call party A, put party A on hold. 2. Use Asterisk to call party B 3. Finally, connect party A to party B so they can talk to each other. Note: Asterisk is suppose to do all the dialing. Thanks in advance. Foong
What are you developing? Julio ----- Original Message ----- From: "Kyle Hagan" <khagan@nuvoinc.com> To: <asterisk-users@lists.digium.com> Sent: Friday, July 18, 2003 6:58 PM Subject: [Asterisk-Users] Asterisk NOOB> Im new to asterisk and just ordered the Dev Kit from Digium. > > Im vaguely familiar with Linux. So bare with me. (But learing quickly) > > Im running Mandrake 9.1. > > > I used CVS to dload the system. > > But when I do Make Install with asterisk i get: > > checking for tgetent in -ltermcap... no > checking for tgetent in -ltinfo... no > checking for tgetent in -lcurses... no > checking for tgetent in -lncurses... no > configure: error: termcap support not found. > make:*** [editline/config.h] Error 1 > > > I have on the web site it appears I should be able to run it without the > wildcard cards as long as I have a sound card,which I do and works. > > I have installed openssl and readline. > > anyhelp would be appreciated. > > > Kyle > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
As per your error, you need to install termcap. In Mandrake: urpmi termcap Should work... There might be other dependencies as you try to compile. Install them (and their -devel counterparts if necessary) as you find them. -wade> -----Original Message----- > From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users- > admin@lists.digium.com] On Behalf Of Kyle Hagan > Sent: Friday, July 18, 2003 5:58 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Asterisk NOOB > > Im new to asterisk and just ordered the Dev Kit from Digium. > > Im vaguely familiar with Linux. So bare with me. (But learing quickly) > > Im running Mandrake 9.1. > > > I used CVS to dload the system. > > But when I do Make Install with asterisk i get: > > checking for tgetent in -ltermcap... no > checking for tgetent in -ltinfo... no > checking for tgetent in -lcurses... no > checking for tgetent in -lncurses... no > configure: error: termcap support not found. > make:*** [editline/config.h] Error 1 > > > I have on the web site it appears I should be able to run it without the > wildcard cards as long as I have a sound card,which I do and works. > > I have installed openssl and readline. > > anyhelp would be appreciated. > > > Kyle > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
On Friday 18 July 2003 04:58 pm, Kyle Hagan wrote:> checking for tgetent in -ltermcap... no > checking for tgetent in -ltinfo... no > checking for tgetent in -lcurses... no > checking for tgetent in -lncurses... no > configure: error: termcap support not found. > make:*** [editline/config.h] Error 1Install the following RPMS, if you have not already: ncurses-5.2-27mdk libncurses5-5.2-27mdk libncurses5-devel-5.2-27mdk -Tilghman
Tried that. It says everything already installed. Kyle ----- Original Message ----- From: "Wade Weppler" <weppler@wwworks-inc.com> To: <asterisk-users@lists.digium.com> Sent: Friday, July 18, 2003 3:04 PM Subject: RE: [Asterisk-Users] Asterisk NOOB> As per your error, you need to install termcap. > > In Mandrake: > > urpmi termcap > > Should work... > > There might be other dependencies as you try to compile. Install them(and> their -devel counterparts if necessary) as you find them. > > -wade > > > > -----Original Message----- > > From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users- > > admin@lists.digium.com] On Behalf Of Kyle Hagan > > Sent: Friday, July 18, 2003 5:58 PM > > To: asterisk-users@lists.digium.com > > Subject: [Asterisk-Users] Asterisk NOOB > > > > Im new to asterisk and just ordered the Dev Kit from Digium. > > > > Im vaguely familiar with Linux. So bare with me. (But learing quickly) > > > > Im running Mandrake 9.1. > > > > > > I used CVS to dload the system. > > > > But when I do Make Install with asterisk i get: > > > > checking for tgetent in -ltermcap... no > > checking for tgetent in -ltinfo... no > > checking for tgetent in -lcurses... no > > checking for tgetent in -lncurses... no > > configure: error: termcap support not found. > > make:*** [editline/config.h] Error 1 > > > > > > I have on the web site it appears I should be able to run it without the > > wildcard cards as long as I have a sound card,which I do and works. > > > > I have installed openssl and readline. > > > > anyhelp would be appreciated. > > > > > > Kyle > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
You need to have installed the dev version of those packages libncurses-dev , etc... Martin On Fri, 18 Jul 2003, Kyle Hagan wrote:> Tried that. It says everything already installed. > > > Kyle > > ----- Original Message ----- > From: "Wade Weppler" <weppler@wwworks-inc.com> > To: <asterisk-users@lists.digium.com> > Sent: Friday, July 18, 2003 3:04 PM > Subject: RE: [Asterisk-Users] Asterisk NOOB > > > > As per your error, you need to install termcap. > > > > In Mandrake: > > > > urpmi termcap > > > > Should work... > > > > There might be other dependencies as you try to compile. Install them > (and > > their -devel counterparts if necessary) as you find them. > > > > -wade > > > > > > > -----Original Message----- > > > From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users- > > > admin@lists.digium.com] On Behalf Of Kyle Hagan > > > Sent: Friday, July 18, 2003 5:58 PM > > > To: asterisk-users@lists.digium.com > > > Subject: [Asterisk-Users] Asterisk NOOB > > > > > > Im new to asterisk and just ordered the Dev Kit from Digium. > > > > > > Im vaguely familiar with Linux. So bare with me. (But learing quickly) > > > > > > Im running Mandrake 9.1. > > > > > > > > > I used CVS to dload the system. > > > > > > But when I do Make Install with asterisk i get: > > > > > > checking for tgetent in -ltermcap... no > > > checking for tgetent in -ltinfo... no > > > checking for tgetent in -lcurses... no > > > checking for tgetent in -lncurses... no > > > configure: error: termcap support not found. > > > make:*** [editline/config.h] Error 1 > > > > > > > > > I have on the web site it appears I should be able to run it without the > > > wildcard cards as long as I have a sound card,which I do and works. > > > > > > I have installed openssl and readline. > > > > > > anyhelp would be appreciated. > > > > > > > > > Kyle > > > > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@lists.digium.com > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >