You can subscribe to this list here.
2003 |
Jan
|
Feb
(3) |
Mar
(16) |
Apr
(11) |
May
(3) |
Jun
(109) |
Jul
(70) |
Aug
(22) |
Sep
(19) |
Oct
(4) |
Nov
(25) |
Dec
(46) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(68) |
Feb
(52) |
Mar
(54) |
Apr
(57) |
May
(13) |
Jun
(15) |
Jul
(16) |
Aug
(3) |
Sep
(43) |
Oct
(95) |
Nov
(106) |
Dec
(142) |
2005 |
Jan
(62) |
Feb
(190) |
Mar
(75) |
Apr
(117) |
May
(123) |
Jun
(64) |
Jul
(122) |
Aug
(95) |
Sep
(63) |
Oct
(102) |
Nov
(99) |
Dec
(85) |
2006 |
Jan
(59) |
Feb
(64) |
Mar
(138) |
Apr
(82) |
May
(62) |
Jun
(62) |
Jul
(72) |
Aug
(50) |
Sep
(21) |
Oct
(95) |
Nov
(95) |
Dec
(29) |
2007 |
Jan
(26) |
Feb
(36) |
Mar
(45) |
Apr
(12) |
May
(53) |
Jun
(38) |
Jul
(19) |
Aug
(87) |
Sep
(63) |
Oct
(272) |
Nov
(102) |
Dec
(63) |
2008 |
Jan
(54) |
Feb
(19) |
Mar
(84) |
Apr
(111) |
May
(17) |
Jun
(26) |
Jul
(18) |
Aug
(10) |
Sep
(14) |
Oct
(9) |
Nov
(4) |
Dec
(12) |
2009 |
Jan
(5) |
Feb
(7) |
Mar
(4) |
Apr
(8) |
May
(4) |
Jun
(7) |
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(6) |
Mar
(6) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(3) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Babar S. <bab...@ya...> - 2003-08-28 12:21:41
|
Hi, Try this http://babarnazmi.150m.com/IaxClientOcx.zip http://babarnazmi.150m.com/vbClient.zip http://babarnazmi.150m.com/iaxclientHTMLdemo.zip If you are talking about using more then one call, it is already done by Steve Kann in the iaxclient library you can use four(4) calls at a time. iaxc_select_call(int callNo) I tried in IaxClientOcx, u can use it by SelectLine (Line number to select) Babar Shafiq Nazmi --- iax...@li... wrote: > Send Iaxclient-devel mailing list submissions to > iax...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > or, via email, send a message with subject or body 'help' to > iax...@li... > > You can reach the person managing the list at > iax...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Iaxclient-devel digest..." > > > Today's Topics: > > 1. Re: Re: Iaxclient-devel digest, Vol 1 #78 - 2 msgs (Peer Oliver Schmidt) > > --__--__-- > > Message: 1 > Date: Tue, 26 Aug 2003 17:00:13 +0200 > From: Peer Oliver Schmidt <po...@th...> > To: iax...@li... > Subject: Re: [Iaxclient-devel] Re: Iaxclient-devel digest, Vol 1 #78 - 2 msgs > > Babar, > >>>Active-X, Java, I don't care, but a solution where instead of people > > http://sourceforge.net/mailarchive/forum.php?thread_id=2855007&forum_id=29380 > > I can't get to the geocities address. Any chance of a different place > for the file? > > Also, is it possible to run two instances of iaxclient ocx connect to > different lines and different speakers? The goal here is to provide > intercom/paging using another line, while using one line as a regular phone. > > TIA > -- > Best regards > > Peer Oliver Schmidt > > > > > > > --__--__-- > > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > > End of Iaxclient-devel Digest ===== God is a great Programmer __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Steve K. <st...@st...> - 2003-08-28 02:14:00
|
I think cypromis' folks might work on this at some point. It's not=20 the highest thing on my list, but it probably comes after IAX2=20 reliability, better silence suppression, and possibly echo cancellation=20= or at least echo suppression. As to what needs to be done: 1) develop a modular interface for codecs, similar to (a) the interface=20= I added recently for audio drivers and/or (b) the modular interface=20 that phonecore uses for codecs. 2) develop some additional support for variable frame sizes (I think=20 that * uses 30ms frames for iLBC, as opposed to 20ms for GSM),=20 negotiating codecs etc (everything is currently hardcoded for GSM). 3) As a test of (1), (2), it might be nice to make a uLaw/aLaw "codec"=20= for testing, and because Darren will probably come to your house and=20 "moo" for you, if you like that kind of thing. 4) Then, add a subdir for the iLBC library (the same stuff included in=20= *), add the proper Makefile-foo to compile it to lib/Makefile, etc. 5) write the actual codec_ilbc.c file which uses the interface in (1),=20= and the iLBC library API, and glues them together. It doesn't seem really difficult to do. List: Yeah, I've kinda disappeared for a while; There's been a lot of=20= things going on for me personally, and work has been kinda busy too. =20 But, more work on iaxclient should be happening within the next few=20 months. -SteveK On Aug 27, 2003, at 6:07 PM, Dan Fernandez wrote: > Folks, > =A0 > =D5t=A5s been my experience that the quality of IAX calls is a lot = better=20 > with iLBC than GSM. What=A5s need to be done for the softphone to be=20= > able to use iLBC?=A0 Is this on anyones priority list? > =A0 > Rgds > Dan |
From: Dan F. <dan...@ho...> - 2003-08-27 22:08:20
|
Folks, =CDt=B4s been my experience that the quality of IAX calls is a lot = better with iLBC than GSM. What=B4s need to be done for the softphone to = be able to use iLBC? Is this on anyones priority list? Rgds Dan |
From: Peer O. S. <po...@th...> - 2003-08-26 14:59:16
|
Babar, >>>Active-X, Java, I don't care, but a solution where instead of people > http://sourceforge.net/mailarchive/forum.php?thread_id=2855007&forum_id=29380 I can't get to the geocities address. Any chance of a different place for the file? Also, is it possible to run two instances of iaxclient ocx connect to different lines and different speakers? The goal here is to provide intercom/paging using another line, while using one line as a regular phone. TIA -- Best regards Peer Oliver Schmidt |
From: Babar S. <bab...@ya...> - 2003-08-23 12:02:38
|
Check this out....... http://sourceforge.net/mailarchive/forum.php?thread_id=2855007&forum_id=29380 Babar Shafiq Nazmi --- iax...@li... wrote: > Send Iaxclient-devel mailing list submissions to > iax...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > or, via email, send a message with subject or body 'help' to > iax...@li... > > You can reach the person managing the list at > iax...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Iaxclient-devel digest..." > > > Today's Topics: > > 1. can someone provide a working solution ? (Gary) > 2. Re: can someone provide a working solution ? (Gary) > > --__--__-- > > Message: 1 > From: "Gary" <ga...@au...> > To: "iax...@li..." <iax...@li...> > Date: Fri, 22 Aug 2003 13:06:53 +1000 > Reply-To: "Gary" <ga...@au...> > Subject: [Iaxclient-devel] can someone provide a working solution ? > > Hi folks, > > very little activiity here lately.... > > Ok, what I am looking at the moment is a complete solution embedded in > a web page. > > Active-X, Java, I don't care, but a solution where instead of people > having a client as such installed on their machine they just bring up > the web page. > > Now I have not got the knowledge of putting it all together... > > whats the chance of somebody supplying a ready to go solution ?? > > Gary > > ps: I was thinking a passwording pages and letting users have > individual sites, so effectively each conection details are > prestored.... > . > > > > > > --__--__-- > > Message: 2 > From: "Gary" <ga...@au...> > To: "iax...@li..." <iax...@li...> > Date: Sat, 23 Aug 2003 00:18:22 +1000 > Reply-To: "Gary" <ga...@au...> > Subject: Re: [Iaxclient-devel] can someone provide a working solution ? > > a slight clarification on this... > > The calls should be iax thru our own * server > > On Fri, 22 Aug 2003 13:06:53 +1000, Gary wrote: > > >Hi folks, > > > >very little activiity here lately.... > > > >Ok, what I am looking at the moment is a complete solution embedded in > >a web page. > > > >Active-X, Java, I don't care, but a solution where instead of people > >having a client as such installed on their machine they just bring up > >the web page. > > > >Now I have not got the knowledge of putting it all together... > > > >whats the chance of somebody supplying a ready to go solution ?? > > > >Gary > > > >ps: I was thinking a passwording pages and letting users have > >individual sites, so effectively each conection details are > >prestored.... > >. > > > > > > > > > > > >------------------------------------------------------- > >This SF.net email is sponsored by: VM Ware > >With VMware you can run multiple operating systems on a single machine. > >WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines > >at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 > >_______________________________________________ > >Iaxclient-devel mailing list > >Iax...@li... > >https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > . > > > > > > > --__--__-- > > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > > End of Iaxclient-devel Digest ===== God is a great Programmer __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Gary <ga...@au...> - 2003-08-22 14:19:05
|
a slight clarification on this... The calls should be iax thru our own * server On Fri, 22 Aug 2003 13:06:53 +1000, Gary wrote: >Hi folks, > >very little activiity here lately.... > >Ok, what I am looking at the moment is a complete solution embedded in >a web page. > >Active-X, Java, I don't care, but a solution where instead of people >having a client as such installed on their machine they just bring up >the web page. > >Now I have not got the knowledge of putting it all together... > >whats the chance of somebody supplying a ready to go solution ?? > >Gary > >ps: I was thinking a passwording pages and letting users have >individual sites, so effectively each conection details are >prestored.... >. > > > > > >------------------------------------------------------- >This SF.net email is sponsored by: VM Ware >With VMware you can run multiple operating systems on a single machine. >WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines >at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 >_______________________________________________ >Iaxclient-devel mailing list >Iax...@li... >https://lists.sourceforge.net/lists/listinfo/iaxclient-devel . |
From: Gary <ga...@au...> - 2003-08-22 06:46:53
|
Hi folks, very little activiity here lately.... Ok, what I am looking at the moment is a complete solution embedded in a web page. Active-X, Java, I don't care, but a solution where instead of people having a client as such installed on their machine they just bring up the web page. Now I have not got the knowledge of putting it all together... whats the chance of somebody supplying a ready to go solution ?? Gary ps: I was thinking a passwording pages and letting users have individual sites, so effectively each conection details are prestored.... . |
From: Shore L. S. <sho...@ho...> - 2003-08-10 23:21:08
|
When trying to register with my asterisk server today iaxclient gave me the following error message: Event (type 6) for a non-existant session. Dropping Does anyone know what this might indicate? AJ _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 |
From: Dan F. <dan...@ho...> - 2003-08-10 12:54:31
|
Yes, I am interested in Native Bridging through Asterisk. Sorry if I wasn´t clear enough. ----- Original Message ----- From: "Jeremy McNamara" <jj...@nu...> To: <iax...@li...> Sent: Sunday, August 10, 2003 12:26 AM Subject: Re: [Iaxclient-devel] peer2peer I think he is referring to Native Bridging via Asterisk. Jeremy McNamara Michael Van Donselaar wrote: >On Sat, 09 Aug 2003 20:25:18 -0300, Dan Fernandez wrote: > > > >>I´ve been trying to use the different iaxclients in a p2p setup but it seems that this functionality has not been considered. It is my understanding that the IAX protocol allows for such functionality. Would it be possible to added to the clients? >> >> > >I just tested iaxphone on Win XP and Win 2000. It does work peer to >peer. Just enter the ip address. > > >------------------------------------------------------- >This SF.Net email sponsored by: Free pre-built ASP.NET sites including >Data Reports, E-commerce, Portals, and Forums are available now. >Download today and enter to win an XBOX or Visual Studio .NET. >http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 >_______________________________________________ >Iaxclient-devel mailing list >Iax...@li... >https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Iaxclient-devel mailing list Iax...@li... https://lists.sourceforge.net/lists/listinfo/iaxclient-devel |
From: Jeremy M. <jj...@nu...> - 2003-08-10 03:26:35
|
I think he is referring to Native Bridging via Asterisk. Jeremy McNamara Michael Van Donselaar wrote: >On Sat, 09 Aug 2003 20:25:18 -0300, Dan Fernandez wrote: > > =20 > >>I=B4ve been trying to use the different iaxclients in a p2p setup but i= t seems that this functionality has not been considered. It is my unders= tanding that the IAX protocol allows for such functionality. Would it be = possible to added to the clients? >> =20 >> > >I just tested iaxphone on Win XP and Win 2000. It does work peer to >peer. Just enter the ip address. > > >------------------------------------------------------- >This SF.Net email sponsored by: Free pre-built ASP.NET sites including >Data Reports, E-commerce, Portals, and Forums are available now. >Download today and enter to win an XBOX or Visual Studio .NET. >http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01= /01 >_______________________________________________ >Iaxclient-devel mailing list >Iax...@li... >https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > =20 > |
From: Michael V. D. <mv...@va...> - 2003-08-10 01:01:45
|
On Sat, 09 Aug 2003 20:25:18 -0300, Dan Fernandez wrote: >I=B4ve been trying to use the different iaxclients in a p2p setup but it= seems that this functionality has not been considered. It is my = understanding that the IAX protocol allows for such functionality. Would = it be possible to added to the clients? I just tested iaxphone on Win XP and Win 2000. It does work peer to peer. Just enter the ip address. |
From: Dan F. <dan...@ho...> - 2003-08-09 23:25:29
|
I=B4ve been trying to use the different iaxclients in a p2p setup but it = seems that this functionality has not been considered. It is my = understanding that the IAX protocol allows for such functionality. Would = it be possible to added to the clients? |
From: John T. <jt...@lo...> - 2003-08-08 06:18:56
|
I did some more research, and the answer to my own question is: No. MacOS 10.2 does not support the "headset profile", which (according to Jabra - http://www.jabra.com/fscs/FreeSpeak_FAQ.html#9) is required in order to function with their headsets. According to the help documents in my 10.2 system: Which profiles does Apple Bluetooth support? If your computer did not come with a Bluetooth module already installed, you need to connect a USB Bluetooth module to your computer to use Bluetooth. This version of Apple's Bluetooth software supports the following profiles on client devices: Dial-Up Networking Profile: Allows mobile phones to act as a modem and connect to an ISP and the Internet. Object Push Profile: Allows a Bluetooth device to send files to remote device. File Transfer Profile: Allows a Bluetooth device to send and receive files from another device. Serial Port Profile: Enables incoming and outgoing connections to Bluetooth devices. This version of Apple's Bluetooth software supports the following profiles on the server side: Object Push Profile: Allows a remote Bluetooth device to send files to your device. File Transfer Profile: Allows a Bluetooth device to send and receive files from another device. Serial Port Profile: Enable incoming and outgoing connections to Bluetooth devices. For more information on Apple's Bluetooth software, check the website at www.apple.com/bluetooth. Oh well, maybe later. JT >John, > > I have a dongle for my mac (I think it's a Belkin, but it >shouldn't matter), but I don't have a bluetooth headset. If MacOSX >supports it as an audio device, then you should be able to use it >with iaxclient. > >Currently, to do that, you'd need to set it to be the default audio >device in your system preferences, but there's code in the library, >and soon in the "iaxphone" (new name for "wx") client, Micheal is >adding some support for setting audio input/output devices. > >If you do get it, let me know if you see it there. You might be >able to find this stuff out in advance via google; I haven't looked >into that yet. (I think that for Linux you can set things up this >way, but I haven't looked into how/if it works via MacOSX). > >On a similar note, I can say that I use the MacOSX client all the >time with a plantronics USB headset, and it works really, really >well. Definately the best combination I've tried. Super clear >audio in both directions. I'd imagine that if OSX supports >bluetooth headsets, they'd also work really well. > >-SteveK > > > >John Todd wrote: > >> >>Sorry if this is an "obvious" question, but I didn't see any >>reference to it elsewhere, and I'm new to Bluetooth. >> >>Does iaxclient interoperate with bluetooth devices, specifically >>bluetooth headsets? I've been considering getting a bluetooth >>dongle (the D-link DBT-120 USB device) and then a Jabra headset. >> >>Of course, this is worthless unless I have something that groks the >>bluetooth in/out audio and sends it to my Asterisk server, which is >>where iaxclient comes in. I've been impressed with the software >>thus far; does it support bluetooth "out of the box" or is that >>something I'll have to wait for? >> >>If it helps in the development effort, I'd be happy to test or >>allow remote access to my system for trials with it. >> >>JT >> |
From: John T. <jt...@lo...> - 2003-08-08 06:18:54
|
At 10:38 PM -0500 8/7/03, Michael Van Donselaar wrote: >From: Michael Van Donselaar <mv...@va...> >To: iax...@li... >Subject: Re: [Iaxclient-devel] Question about MacOSX, iaxclient, bluetooth >Date: Thu, 07 Aug 2003 22:38:42 -0500 > >On Thu, 07 Aug 2003 21:58:16 -0400, Steve wrote: > >>Currently, to do that, you'd need to set it to be the default audio >>device in your system preferences, but there's code in the library, and >>soon in the "iaxphone" (new name for "wx") client, Micheal is adding >>some support for setting audio input/output devices. > >I just noticed that there already was a project called iaxphone. > >Any ideas for a new name? I've been working on switching the code over >to xrc based dialogs, and should be ready to post next week. Hmm... asterphone telIAX i-axe eeksphone (if you use kram's pronunciation of IAX ;-) JT |
From: Michael V. D. <mv...@va...> - 2003-08-08 03:39:02
|
On Thu, 07 Aug 2003 21:58:16 -0400, Steve wrote: >Currently, to do that, you'd need to set it to be the default audio=20 >device in your system preferences, but there's code in the library, and=20 >soon in the "iaxphone" (new name for "wx") client, Micheal is adding=20 >some support for setting audio input/output devices. I just noticed that there already was a project called iaxphone. Any ideas for a new name? I've been working on switching the code over to xrc based dialogs, and should be ready to post next week. |
From: Steve K. <st...@st...> - 2003-08-08 01:58:26
|
John, I have a dongle for my mac (I think it's a Belkin, but it shouldn't matter), but I don't have a bluetooth headset. If MacOSX supports it as an audio device, then you should be able to use it with iaxclient. Currently, to do that, you'd need to set it to be the default audio device in your system preferences, but there's code in the library, and soon in the "iaxphone" (new name for "wx") client, Micheal is adding some support for setting audio input/output devices. If you do get it, let me know if you see it there. You might be able to find this stuff out in advance via google; I haven't looked into that yet. (I think that for Linux you can set things up this way, but I haven't looked into how/if it works via MacOSX). On a similar note, I can say that I use the MacOSX client all the time with a plantronics USB headset, and it works really, really well. Definately the best combination I've tried. Super clear audio in both directions. I'd imagine that if OSX supports bluetooth headsets, they'd also work really well. -SteveK John Todd wrote: > > Sorry if this is an "obvious" question, but I didn't see any reference > to it elsewhere, and I'm new to Bluetooth. > > Does iaxclient interoperate with bluetooth devices, specifically > bluetooth headsets? I've been considering getting a bluetooth dongle > (the D-link DBT-120 USB device) and then a Jabra headset. > > Of course, this is worthless unless I have something that groks the > bluetooth in/out audio and sends it to my Asterisk server, which is > where iaxclient comes in. I've been impressed with the software thus > far; does it support bluetooth "out of the box" or is that something > I'll have to wait for? > > If it helps in the development effort, I'd be happy to test or allow > remote access to my system for trials with it. > > JT > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > |
From: John T. <jt...@lo...> - 2003-08-08 01:25:48
|
Sorry if this is an "obvious" question, but I didn't see any reference to it elsewhere, and I'm new to Bluetooth. Does iaxclient interoperate with bluetooth devices, specifically bluetooth headsets? I've been considering getting a bluetooth dongle (the D-link DBT-120 USB device) and then a Jabra headset. Of course, this is worthless unless I have something that groks the bluetooth in/out audio and sends it to my Asterisk server, which is where iaxclient comes in. I've been impressed with the software thus far; does it support bluetooth "out of the box" or is that something I'll have to wait for? If it helps in the development effort, I'd be happy to test or allow remote access to my system for trials with it. JT |
From: Babar S. <bab...@ya...> - 2003-08-06 09:10:54
|
Steve, Please check this might help you for Sound Volume and Recording Volume control for Open Sound System. Regards, Babar Shafiq Nazmi //Open Sound System #ifdef HAS_OSS #define DEFAULT_MIXER "/dev/mixer" int mixerDev; int mixerRecChan; int savedMixerRecChan; int ossRecVol; int ossPlayVol; #endif #ifdef HAS_OSS voice_function(string args) { mixerDev = -1; // make sure mixer isn't disabled if (args=="no-sound-mixer") return TRUE; string mixerDeviceName = DEFAULT_MIXER; if (args=="sound-mixer") mixerDeviceName = args; mixerDev = ::open(mixerDeviceName, O_RDWR); if (mixerDev < 0) { cout << "warning: Cannot open mixer device " << mixerDeviceName << ": " << ::strerror(errno) << endl; return TRUE; } char * mixerChanNames[] = SOUND_DEVICE_NAMES; int numMixerChans = SOUND_MIXER_NRDEVICES; // get the current record channel setting, and save it if (::ioctl(mixerDev, SOUND_MIXER_READ_RECSRC, &savedMixerRecChan) < 0) { cout << "warning: cannot get current mixer record channels" << endl; savedMixerRecChan = -1; } // if the user specified a record channel, then find it // otherwise, find the currently select record channel if (args=="sound-recchan") { string mixerRecChanName = args; int i; for (i = 0; i < numMixerChans; i++) if (mixerRecChanName *= mixerChanNames[i]) break; if (i == numMixerChans) { cout << "error: Cannot find record mixer channel " << mixerDeviceName << endl; return FALSE; } mixerRecChan = i; } else { int i; for (i = 0; i < numMixerChans; i++) if (savedMixerRecChan & (1 << i)) break; if (i == numMixerChans) mixerRecChan = SOUND_MIXER_MIC; else mixerRecChan = i; } string volStr; if (args=="sound-recvol") volStr = args; else if (args=="recvol") volStr = args; if (volStr.empty()) { ::ioctl(mixerDev, MIXER_READ(mixerRecChan), &ossRecVol); ossRecVol &= 0xff; } else { ossRecVol = (unsigned)atoi(volStr.c_str()); int volVal = ossRecVol | (ossRecVol << 8); ::ioctl(mixerDev, MIXER_WRITE(mixerRecChan), &volVal); } if (args=="sound-playvol") volStr = args; else if (args=="playvol") volStr = args; if (volStr.empty()) { ::ioctl(mixerDev, SOUND_MIXER_READ_VOLUME, &ossPlayVol); ossPlayVol &= 0xff; } else { ossPlayVol = (unsigned) atoi(volStr.c_str()); int volVal = ossPlayVol | (ossPlayVol << 8); ::ioctl(mixerDev, SOUND_MIXER_WRITE_PCM, &volVal); } } }//end of voice_function #else //for Win32 Code will be here voice_function(string args) { . . . } #endif ===== God is a great Programmer __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Michael V. D. <mv...@va...> - 2003-08-03 13:54:15
|
While working on iaxPhone, I discovered the xrc system for wxWindows - you can edit an XML file with any text editor and change the layout of dialogs without recompiling. I thought that it would be neat to rewrite iaxPhone to use xrc. This has been quite a time sink,but I think it's the way to go. I've just dummied up the user interface, no real functionality yet. I've moved all the config dialogs to one tabbed notebook dialog. The servers listctrl has been changed to a choice box. I had started with a choice box, intending to periodically update connection status, but I don't see the hook for that. Now, if you enter a plain extension, iaxphone will attempt the call with the server that is selected in the choice box. The application will also minimize to the systray on WIN32 systems, and pop up on incoming ring. If anyone's interested, I can backport the choice box and systray changes to the current codebase. It will probably be a week or two till I can get the new xrc based code out. |
From: Steve K. <st...@st...> - 2003-08-01 14:00:27
|
On Fri, 2003-08-01 at 06:00, Babar Shafiq wrote: > Hi, > > Yes I used iaxc_register. > > Steve, are you doing other codecs support in iaxclient lib ?? > like (u-law,ADPCM,LPC ,LPC-10,OpenLPC 1.8,CELP 4.5,CELP 3.0,CELP 2.3). > > If nobody is doing then please tell me some basics, those two function needs to changes ? > 1) send_encoded_audio > 2) decode_audio > and how to set frame rate and remote codec selection ? I think that Cypromis (Michael) was going to have his guys work on this. There needs to be some infrastructure developed to handle this, though. First, a "modular" system for codecs should be developed, similar to the system I developed for audio drivers. Then, the audio_encode.c file will call the appropriate functions from a "codec" structure, depending on the codec used, etc. Also, we'll have to properly negotiate the codecs with the remote end, as well as begin to properly handle different frame sizes [i.e. right now we're hard-coded to 20ms frame sizes, but Asterisk uses 30ms frames for iLBC, also I think that we'll only need to handle 8khz mono, as that's all that asterisk actually supports]. The new audio driver stuff already has some stuff in place to handle variable frame sizes, so that should make it a bit easier. >From the API perspective, I guess we want to have a way for library users to (a) get a list of supported codecs (b) send a list of codecs, in order of preference, that they'd like to use for calls. > Added in ActiveX > 1) SetSpeakerVolume (left speaker number, right speaker number) (b/w 1-100) Although the code you did here is system-dependent, I think I'd like to implement something like this in the library itself. Would it be OK for me to look at and/or use your code for the Windows case? I'll have to do something similar for Windows and Linux as well. Also, I want to be able to set the "recording level" or "microphone level" mixer settings. > 2) SendDTMF (character for number) > 3) SelectLine (number for line) > 4) Incoming Call (problem fixed) I haven't actually downloaded your code yet, but it does sound like very good stuff! -SteveK > > Thanks and Regards, > Babar Shafiq Nazmi. > > --- Steve Kann <st...@st...> wrote: > > On Tue, 2003-07-29 at 12:19, Babar Shafiq wrote: > > > > > Thanks Dan, > > > > > > The confirmation is just for checking values from user cause i used in ocx > > test:test@10.0.1.2/9999 > > > as default I m just doing debug version thats y i used. > > > DTMF is added with switch lines function I will update it tommorow. > > > Register command just send the (userid,password,hostname) to the * box for Registration don't > > know > > > we need re-register or not, > > > Steve can tell us about correctly. > > > > > > If you use iaxc_register, the registration will be kept valid during the > > lifetime of the session (i.e. as long as you're still running > > iaxclient). > > > > > > > > > > > > Babar Shafiq Nazmi. > > > > > > > > > --- Dan Fernandez <dan...@ho...> wrote: > > > > Babar, > > > > > > > > This is great work also. Its working really nicely. > > > > I have a couple of questions: > > > > > > > > 1)Would it be possible to take out (or make it configurable) the confirmation youve added on > > > > the OCX right before dialing? > > > > > > > > 2) What about DTMF? Are you planning to add it anytime soon? > > > > > > > > 3) Does the register command do any subsequent registers? or shall we put a timer to > > > > re-register? > > > > > > > > Rgds > > > > Dan > > > > > > > > ----- Original Message ----- > > > > From: Babar Shafiq > > > > To: iax...@li... > > > > Sent: Friday, July 25, 2003 1:44 PM > > > > Subject: [Iaxclient-devel] IAX Client COM ActiveX version > > > > > > > > > > > > Hello All, > > > > > > > > Active X version with some more work > > > > > > > > Now supported :- > > > > > > > > API :- > > > > a.. initIAX (init IAXclient) > > > > b.. Register (Register to the * box) > > > > c.. Shutdown (IAXclient Shutdown and clean up) > > > > d.. Dial (Start processing and Dial the number) > > > > e.. HangUp (HangUP Current call and dumpcall) > > > > f.. ToglePTT (Push to Talk, 1 and 0) > > > > Status_Events :- > > > > > > > > a.. IaxClient_Messages (TextMessage String) same as status_callback > > > > b.. IaxClient_State (StateEvent String) same as state_callback > > > > Properties :- > > > > > > > > a.. Phonenumber (String number to dial) > > > > b.. Userid (String userid) > > > > c.. Password (String Password) > > > > d.. Host Name (String host name or server IP) > > > > e.. SilenceThreshold (Number SilenceThreshold by default -99) > > > > *Need some work on and support of multi lines and still have some problem in Incoming call > > > > > > may be the messages are not sync properly, but i will fix it soon. > > > > > > > > http://www.geocities.com/babarnazmi/IaxClientOcx.zip > > > > > > > > Example how to do in VB > > > > > > > > Private Sub Command1_Click() > > > > IaxClientOcx1.silencethreshold = -99 > > > > IaxClientOcx1.UserID = txt_phoneno > > > > IaxClientOcx1.Password = txt_userid > > > > IaxClientOcx1.PhoneNumber = txt_password > > > > IaxClientOcx1.HostName = txt_hostname > > > > IaxClientOcx1.Dial > > > > End Sub > > > > > > > > Private Sub Command3_Click() > > > > IaxClientOcx1.HangUp > > > > End Sub > > > > > > > > Private Sub Command4_Click() > > > > IaxClientOcx1.Password = txt_userid > > > > IaxClientOcx1.PhoneNumber = txt_password > > > > IaxClientOcx1.HostName = txt_hostname > > > > IaxClientOcx1.Register > > > > End Sub > > > > > > > > Private Sub Form_Load() > > > > a = IaxClientOcx1.InitIAX > > > > End Sub > > > > > > > > Private Sub Form_Unload(Cancel As Integer) > > > > a = IaxClientOcx1.Shutdown > > > > End Sub > > > > > > > > Private Sub IaxClientOcx1_Messages(ByVal Message As String) > > > > lbl_messages.Caption = Message > > > > End Sub > > > > > > > > Private Sub IaxClientOcx1_State(ByVal StateEvent As String) > > > > lbl_state.Caption = StateEvent > > > > End Sub > > > > > > > > > > > > Private Sub Check1_Click() > > > > If Check1.Value = vbChecked Then > > > > IaxClientOcx1.TogglePTT 1 > > > > Else > > > > IaxClientOcx1.TogglePTT 0 > > > > End If > > > > End Sub > > > > > > > > http://www.geocities.com/babarnazmi/vbClient.zip > > > > > > > > > > > > Example how to do from a web page > > > > > > > > <DEFANGED_OBJECT name=iax id=DTestocx1 DEFANGED_STYLE="LEFT: 0px; TOP: 0px" > > > > classid="clsid:B6ADD008-9C12-4FFB-8944-E187541DDCF0" VIEWASTEXT> > > > > <PARAM NAME="_Version" VALUE="65536"> > > > > <PARAM NAME="_ExtentX" VALUE="2646"> > > > > <PARAM NAME="_ExtentY" VALUE="1323"> > > > > <PARAM NAME="_StockProps" VALUE="0"></OBJECT> > > > > <DEFANGED_script language=vbscript> > > > > DTestocx1.HostName="192.168.4.29" > > > > DTestocx1.UserID="babarshafiq" > > > > DTestocx1.Password="nazmi" > > > > DTestocx1.PhoneNumber="7787323" > > > > DTestocx1.Dial > > > > > > > > </script> > > > > > > > > I also did a ActiveX control for SoundCard manipulation. (but i think here it is out of > > topic > > > > ). > > > > > > > > Babar Shafiq Nazmi > > > > > > > > > > > > > > > > God is a great Programmer > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > Do you Yahoo!? > > > > Yahoo! SiteBuilder - Free, easy-to-use web site design software > > > > > > > > > > > > > ===== > > > God is a great Programmer > > > > > > __________________________________ > > > Do you Yahoo!? > > > Yahoo! SiteBuilder - Free, easy-to-use web site design software > > > http://sitebuilder.yahoo.com > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > > > Data Reports, E-commerce, Portals, and Forums are available now. > > > Download today and enter to win an XBOX or Visual Studio .NET. > > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > > _______________________________________________ > > > Iaxclient-devel mailing list > > > Iax...@li... > > > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > > > -- > > Steve Kann - Chief Engineer - 520 8th Ave #2300 NY 10018 - (212) 533-1775 > > HorizonLive.com - collaborate . interact . learn > > "The box said 'Requires Windows 95, NT, or better,' so I installed Linux." > > > > > ===== > God is a great Programmer > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com -- Steve Kann - Chief Engineer - 520 8th Ave #2300 NY 10018 - (212) 533-1775 HorizonLive.com - collaborate . interact . learn "The box said 'Requires Windows 95, NT, or better,' so I installed Linux." |
From: Babar S. <bab...@ya...> - 2003-08-01 10:00:31
|
Hi, Yes I used iaxc_register. Steve, are you doing other codecs support in iaxclient lib ?? like (u-law,ADPCM,LPC ,LPC-10,OpenLPC 1.8,CELP 4.5,CELP 3.0,CELP 2.3). If nobody is doing then please tell me some basics, those two function needs to changes ? 1) send_encoded_audio 2) decode_audio and how to set frame rate and remote codec selection ? Added in ActiveX 1) SetSpeakerVolume (left speaker number, right speaker number) (b/w 1-100) 2) SendDTMF (character for number) 3) SelectLine (number for line) 4) Incoming Call (problem fixed) Thanks and Regards, Babar Shafiq Nazmi. --- Steve Kann <st...@st...> wrote: > On Tue, 2003-07-29 at 12:19, Babar Shafiq wrote: > > > Thanks Dan, > > > > The confirmation is just for checking values from user cause i used in ocx > test:test@10.0.1.2/9999 > > as default I m just doing debug version thats y i used. > > DTMF is added with switch lines function I will update it tommorow. > > Register command just send the (userid,password,hostname) to the * box for Registration don't > know > > we need re-register or not, > > Steve can tell us about correctly. > > > If you use iaxc_register, the registration will be kept valid during the > lifetime of the session (i.e. as long as you're still running > iaxclient). > > > > > > > Babar Shafiq Nazmi. > > > > > > --- Dan Fernandez <dan...@ho...> wrote: > > > Babar, > > > > > > This is great work also. Its working really nicely. > > > I have a couple of questions: > > > > > > 1)Would it be possible to take out (or make it configurable) the confirmation youve added on > > > the OCX right before dialing? > > > > > > 2) What about DTMF? Are you planning to add it anytime soon? > > > > > > 3) Does the register command do any subsequent registers? or shall we put a timer to > > > re-register? > > > > > > Rgds > > > Dan > > > > > > ----- Original Message ----- > > > From: Babar Shafiq > > > To: iax...@li... > > > Sent: Friday, July 25, 2003 1:44 PM > > > Subject: [Iaxclient-devel] IAX Client COM ActiveX version > > > > > > > > > Hello All, > > > > > > Active X version with some more work > > > > > > Now supported :- > > > > > > API :- > > > a.. initIAX (init IAXclient) > > > b.. Register (Register to the * box) > > > c.. Shutdown (IAXclient Shutdown and clean up) > > > d.. Dial (Start processing and Dial the number) > > > e.. HangUp (HangUP Current call and dumpcall) > > > f.. ToglePTT (Push to Talk, 1 and 0) > > > Status_Events :- > > > > > > a.. IaxClient_Messages (TextMessage String) same as status_callback > > > b.. IaxClient_State (StateEvent String) same as state_callback > > > Properties :- > > > > > > a.. Phonenumber (String number to dial) > > > b.. Userid (String userid) > > > c.. Password (String Password) > > > d.. Host Name (String host name or server IP) > > > e.. SilenceThreshold (Number SilenceThreshold by default -99) > > > *Need some work on and support of multi lines and still have some problem in Incoming call > > > > may be the messages are not sync properly, but i will fix it soon. > > > > > > http://www.geocities.com/babarnazmi/IaxClientOcx.zip > > > > > > Example how to do in VB > > > > > > Private Sub Command1_Click() > > > IaxClientOcx1.silencethreshold = -99 > > > IaxClientOcx1.UserID = txt_phoneno > > > IaxClientOcx1.Password = txt_userid > > > IaxClientOcx1.PhoneNumber = txt_password > > > IaxClientOcx1.HostName = txt_hostname > > > IaxClientOcx1.Dial > > > End Sub > > > > > > Private Sub Command3_Click() > > > IaxClientOcx1.HangUp > > > End Sub > > > > > > Private Sub Command4_Click() > > > IaxClientOcx1.Password = txt_userid > > > IaxClientOcx1.PhoneNumber = txt_password > > > IaxClientOcx1.HostName = txt_hostname > > > IaxClientOcx1.Register > > > End Sub > > > > > > Private Sub Form_Load() > > > a = IaxClientOcx1.InitIAX > > > End Sub > > > > > > Private Sub Form_Unload(Cancel As Integer) > > > a = IaxClientOcx1.Shutdown > > > End Sub > > > > > > Private Sub IaxClientOcx1_Messages(ByVal Message As String) > > > lbl_messages.Caption = Message > > > End Sub > > > > > > Private Sub IaxClientOcx1_State(ByVal StateEvent As String) > > > lbl_state.Caption = StateEvent > > > End Sub > > > > > > > > > Private Sub Check1_Click() > > > If Check1.Value = vbChecked Then > > > IaxClientOcx1.TogglePTT 1 > > > Else > > > IaxClientOcx1.TogglePTT 0 > > > End If > > > End Sub > > > > > > http://www.geocities.com/babarnazmi/vbClient.zip > > > > > > > > > Example how to do from a web page > > > > > > <DEFANGED_OBJECT name=iax id=DTestocx1 DEFANGED_STYLE="LEFT: 0px; TOP: 0px" > > > classid="clsid:B6ADD008-9C12-4FFB-8944-E187541DDCF0" VIEWASTEXT> > > > <PARAM NAME="_Version" VALUE="65536"> > > > <PARAM NAME="_ExtentX" VALUE="2646"> > > > <PARAM NAME="_ExtentY" VALUE="1323"> > > > <PARAM NAME="_StockProps" VALUE="0"></OBJECT> > > > <DEFANGED_script language=vbscript> > > > DTestocx1.HostName="192.168.4.29" > > > DTestocx1.UserID="babarshafiq" > > > DTestocx1.Password="nazmi" > > > DTestocx1.PhoneNumber="7787323" > > > DTestocx1.Dial > > > > > > </script> > > > > > > I also did a ActiveX control for SoundCard manipulation. (but i think here it is out of > topic > > > ). > > > > > > Babar Shafiq Nazmi > > > > > > > > > > > > God is a great Programmer > > > > > > > > > ------------------------------------------------------------------------------ > > > Do you Yahoo!? > > > Yahoo! SiteBuilder - Free, easy-to-use web site design software > > > > > > > > > ===== > > God is a great Programmer > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site design software > > http://sitebuilder.yahoo.com > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > > Data Reports, E-commerce, Portals, and Forums are available now. > > Download today and enter to win an XBOX or Visual Studio .NET. > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > _______________________________________________ > > Iaxclient-devel mailing list > > Iax...@li... > > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > -- > Steve Kann - Chief Engineer - 520 8th Ave #2300 NY 10018 - (212) 533-1775 > HorizonLive.com - collaborate . interact . learn > "The box said 'Requires Windows 95, NT, or better,' so I installed Linux." > ===== God is a great Programmer __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Dan F. <dan...@ho...> - 2003-07-30 21:26:53
|
I am wondering if anyone knows how to configure asterisk to do a p2p = phone call with iax with native bridging (ie the voice stream doesn=B4t = go through asterisk). According to the asterisk list, this feature is implemented in iax but I = haven=B4t been able to get it to work between two iax clients. |
From: Dan F. <dan...@ho...> - 2003-07-29 22:52:04
|
I am wondering if anyone knows how to configure asterisk to do a p2p = phone call with iax with native bridging (ie the voice stream doesn=B4t = go through asterisk). According to the asterisk list, this feature is implemented in iax but I = haven=B4t been able to get it to work between two iax clients. |
From: Steve K. <st...@st...> - 2003-07-29 17:57:11
|
On Tue, 2003-07-29 at 12:19, Babar Shafiq wrote: > Thanks Dan, > > The confirmation is just for checking values from user cause i used in ocx test:test@10.0.1.2/9999 > as default I m just doing debug version thats y i used. > DTMF is added with switch lines function I will update it tommorow. > Register command just send the (userid,password,hostname) to the * box for Registration don't know > we need re-register or not, > Steve can tell us about correctly. If you use iaxc_register, the registration will be kept valid during the lifetime of the session (i.e. as long as you're still running iaxclient). > > Babar Shafiq Nazmi. > > > --- Dan Fernandez <dan...@ho...> wrote: > > Babar, > > > > This is great work also. Its working really nicely. > > I have a couple of questions: > > > > 1)Would it be possible to take out (or make it configurable) the confirmation youve added on > > the OCX right before dialing? > > > > 2) What about DTMF? Are you planning to add it anytime soon? > > > > 3) Does the register command do any subsequent registers? or shall we put a timer to > > re-register? > > > > Rgds > > Dan > > > > ----- Original Message ----- > > From: Babar Shafiq > > To: iax...@li... > > Sent: Friday, July 25, 2003 1:44 PM > > Subject: [Iaxclient-devel] IAX Client COM ActiveX version > > > > > > Hello All, > > > > Active X version with some more work > > > > Now supported :- > > > > API :- > > a.. initIAX (init IAXclient) > > b.. Register (Register to the * box) > > c.. Shutdown (IAXclient Shutdown and clean up) > > d.. Dial (Start processing and Dial the number) > > e.. HangUp (HangUP Current call and dumpcall) > > f.. ToglePTT (Push to Talk, 1 and 0) > > Status_Events :- > > > > a.. IaxClient_Messages (TextMessage String) same as status_callback > > b.. IaxClient_State (StateEvent String) same as state_callback > > Properties :- > > > > a.. Phonenumber (String number to dial) > > b.. Userid (String userid) > > c.. Password (String Password) > > d.. Host Name (String host name or server IP) > > e.. SilenceThreshold (Number SilenceThreshold by default -99) > > *Need some work on and support of multi lines and still have some problem in Incoming call > > may be the messages are not sync properly, but i will fix it soon. > > > > http://www.geocities.com/babarnazmi/IaxClientOcx.zip > > > > Example how to do in VB > > > > Private Sub Command1_Click() > > IaxClientOcx1.silencethreshold = -99 > > IaxClientOcx1.UserID = txt_phoneno > > IaxClientOcx1.Password = txt_userid > > IaxClientOcx1.PhoneNumber = txt_password > > IaxClientOcx1.HostName = txt_hostname > > IaxClientOcx1.Dial > > End Sub > > > > Private Sub Command3_Click() > > IaxClientOcx1.HangUp > > End Sub > > > > Private Sub Command4_Click() > > IaxClientOcx1.Password = txt_userid > > IaxClientOcx1.PhoneNumber = txt_password > > IaxClientOcx1.HostName = txt_hostname > > IaxClientOcx1.Register > > End Sub > > > > Private Sub Form_Load() > > a = IaxClientOcx1.InitIAX > > End Sub > > > > Private Sub Form_Unload(Cancel As Integer) > > a = IaxClientOcx1.Shutdown > > End Sub > > > > Private Sub IaxClientOcx1_Messages(ByVal Message As String) > > lbl_messages.Caption = Message > > End Sub > > > > Private Sub IaxClientOcx1_State(ByVal StateEvent As String) > > lbl_state.Caption = StateEvent > > End Sub > > > > > > Private Sub Check1_Click() > > If Check1.Value = vbChecked Then > > IaxClientOcx1.TogglePTT 1 > > Else > > IaxClientOcx1.TogglePTT 0 > > End If > > End Sub > > > > http://www.geocities.com/babarnazmi/vbClient.zip > > > > > > Example how to do from a web page > > > > <DEFANGED_OBJECT name=iax id=DTestocx1 DEFANGED_STYLE="LEFT: 0px; TOP: 0px" > > classid="clsid:B6ADD008-9C12-4FFB-8944-E187541DDCF0" VIEWASTEXT> > > <PARAM NAME="_Version" VALUE="65536"> > > <PARAM NAME="_ExtentX" VALUE="2646"> > > <PARAM NAME="_ExtentY" VALUE="1323"> > > <PARAM NAME="_StockProps" VALUE="0"></OBJECT> > > <DEFANGED_script language=vbscript> > > DTestocx1.HostName="192.168.4.29" > > DTestocx1.UserID="babarshafiq" > > DTestocx1.Password="nazmi" > > DTestocx1.PhoneNumber="7787323" > > DTestocx1.Dial > > > > </script> > > > > I also did a ActiveX control for SoundCard manipulation. (but i think here it is out of topic > > ). > > > > Babar Shafiq Nazmi > > > > > > > > God is a great Programmer > > > > > > ------------------------------------------------------------------------------ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site design software > > > > > ===== > God is a great Programmer > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel -- Steve Kann - Chief Engineer - 520 8th Ave #2300 NY 10018 - (212) 533-1775 HorizonLive.com - collaborate . interact . learn "The box said 'Requires Windows 95, NT, or better,' so I installed Linux." |
From: Scott L. <la...@la...> - 2003-07-29 17:55:29
|
On Tue, Jul 29, 2003 at 09:27:29AM -0400, Steve Kann wrote: > > Cool. > > There may be IAX2 bugs left, as people have mentioned. I'll > probably want to look at that stuff more once I wrap up a bunch of > non-iaxclient issues. > > -SteveK Ok, well, I seem to work just down the 1 & 9 line from you at Houston Street if you want do any debugging of it on a FreeBSD box. Maybe I can buy you lunch some day. > On Tue, 2003-07-29 at 00:33, Scott Lambert wrote: > > > I am still unable to figure out what is wrong with IAX2. However, > > with IAXVER=1, the wx client works just fine. It was my mic that > > was not working. I finally scrounged enough parts to connect my > > phonograph to the mic port on the laptop. The audio came through my > > connection to a Zap device across the wireless LAN. > > > > Quality is ok, for music piped through GSM... I didn't have any > > echo with the phone handset sitting right next to the laptop and the > > laptop playing the mic input through the speakers. Probably only > > happens with a real mic hooked up and not just a phonograph. Now > > to get a good quality headset that fits in the laptop bag. All my > > requirements for IAXclient have been met. :-) > > > > asterisk*CLI> iax show channels > > Peer Username ID (Lo/Rem) Seq (Tx/Rx) Lag Jitter Format > > 192.168.1.25 lambert 00030/02958 00009/00005 00092ms 0002ms 2 > > > > IAXPhone also works. No big surprise once I knew the basics worked. > > I think I'll build a port of it and submit it to the FreeBSD Ports > > collection unless someone objects to that. -- Scott Lambert KC5MLE Unix SysAdmin la...@la... |