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: Michael V. D. <mv...@va...> - 2003-12-16 05:03:47
|
On Tue, 16 Dec 2003 04:19:01 +0000, Shore Linux Solutions <sho...@ho...> wrote: >Hello All >When I open up iaxcomm, it registers fine with the asterisk server. If = I >call into it, iaxcomm will ring; however if I leave iaxcomm sitting idle >for awhile (I haven't figured out exactly how long) it seems to miss >calls. I can see the calls coming in on the asterisk server but they >never ring through on iaxcomm. If I close it and reopen it, it takes >calls again fine. I thought I saw someone else who had experienced this >problem too but I don't recall seeing a solution. Any thoughts or >solutions? I'm trying to use iaxcomm in my every day business but it's = kind=20 >of >hard when I miss calls. It complicates things a bit. Although I used >iaxcomm as an example here I've experienced the same problem with DIAX. > >Thanks a bunch. >AJ Hi, AJ. It sounds like this is related to the other incoming ring issue. I'll = check through the archives to verify, but I think a couple of other users were = seeing this even soon after launching iaxComm or DIAX. I'm wondering if the iaxclient lib might be having a problem with = registration renewal, or if it's a problem with event dispatching. Any other users seen this yet? (That is, seen incoming ring failures = become more likely as uptime increases). The next time you get an ignored incoming call, could you try doing an = iax2 debug on the cli? Do you see the same problem with DIAX when using IAX instead of IAX2? |
From: Shore L. S. <sho...@ho...> - 2003-12-16 04:19:07
|
Hello All When I open up iaxcomm, it registers fine with the asterisk server. If I call into it, iaxcomm will ring; however if I leave iaxcomm sitting idle for awhile (I haven't figured out exactly how long) it seems to miss calls. I can see the calls coming in on the asterisk server but they never ring through on iaxcomm. If I close it and reopen it, it takes calls again fine. I thought I saw someone else who had experienced this problem too but I don't recall seeing a solution. Any thoughts or solutions? I'm trying to use iaxcomm in my every day business but it's kind of hard when I miss calls. It complicates things a bit. Although I used iaxcomm as an example here I've experienced the same problem with DIAX. Thanks a bunch. AJ _________________________________________________________________ Dont worry if your Inbox will max out while you are enjoying the holidays. Get MSN Extra Storage! http://join.msn.com/?PAGE=features/es |
From: Darren S. <da...@st...> - 2003-12-15 20:18:44
|
Hi Jonathan Nobody has managed to get IAX2 working natively in VC6 unfortunately and after a lot of headaches everyone's given up hoping for an IAX3 maybe one day ;-) After all the packed record problems, there are the session problems and then 0 length char arrays in the records that VC just hates. The closest we have is a DLL wrapper written by a Dan Toma, author of DIAX, see http://www.laser.com/dante/diax/diax.html for more details, it compiles under MINGW and works with win32 apps. Regards Darren Smith -----Original Message----- From: iax...@li... [mailto:iax...@li...] On Behalf Of JONATHAN BELL Sent: 15 December 2003 19:01 To: iax...@li... Subject: [Iaxclient-devel] Compiling IAX2 in WIN32 If anyone can help it would be greatly appreciated. I have downloaded the libiax source and it seems to compile and run fine. I want to be able to run the libiax2 source, but it doesn't seem to want to compile. I am using Microsoft Visual C++ 6 and it gives quite a few errors. Most of the errors are in iax2.h. It doesn't seem to like the structs of the form : struct * { ... } _attribute_ ((_packed_)); this last line gives 4 different errors : ..\iax2.h(136) : error C2143: syntax error : missing ')' before '(' ..\iax2.h(136) : error C2091: function returns function ..\iax2.h(136) : error C2059: syntax error : ')' ..\iax2.h(136) : error C2371: '__attribute__' : redefinition; different basic types And in iax.c the error that keeps recurring is : ..\iax.c(2389) : error C2039: 'session' : is not a member of 'iax_frame' Any help or insight would be greatly appreciated. Thanks _________________________________________________________________ Shop online for kids' toys by age group, price range, and toy category at MSN Shopping. No waiting for a clerk to help you! http://shopping.msn.com ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Iaxclient-devel mailing list Iax...@li... https://lists.sourceforge.net/lists/listinfo/iaxclient-devel |
From: JONATHAN B. <jb...@ms...> - 2003-12-15 19:01:16
|
If anyone can help it would be greatly appreciated. I have downloaded the libiax source and it seems to compile and run fine. I want to be able to run the libiax2 source, but it doesn't seem to want to compile. I am using Microsoft Visual C++ 6 and it gives quite a few errors. Most of the errors are in iax2.h. It doesn't seem to like the structs of the form : struct * { ... } _attribute_ ((_packed_)); this last line gives 4 different errors : ..\iax2.h(136) : error C2143: syntax error : missing ')' before '(' ..\iax2.h(136) : error C2091: function returns function ..\iax2.h(136) : error C2059: syntax error : ')' ..\iax2.h(136) : error C2371: '__attribute__' : redefinition; different basic types And in iax.c the error that keeps recurring is : ..\iax.c(2389) : error C2039: 'session' : is not a member of 'iax_frame' Any help or insight would be greatly appreciated. Thanks _________________________________________________________________ Shop online for kids toys by age group, price range, and toy category at MSN Shopping. No waiting for a clerk to help you! http://shopping.msn.com |
From: Steve K. <st...@st...> - 2003-12-15 15:32:20
|
Yeah, that sounds like it could be the issue :) We have some code in there to open audio devices in various ways: i.e. open once for read/write, open once for read and once for write, use real mono versus "emulated" mono, etc. You might be able to massage that stuff to make it work on the Zaurus. The next question of course will still be 8khz sample rates. If you get/compile the portaudio (v18p) code, there is a test program called pa_devs, which lists the sample rates, etc that are supported. -SteveK Masakazu Nakano wrote: >Hi SteveK. > >thanks for you reply. > >and I found a this message at portaudio-ml >http://techweb.rfa.org/pipermail/portaudio/2003-June/002026.html > >this problem is that reason? > >On Mon, 15 Dec 2003 09:50:25 -0500 >Steve Kann <st...@st...> wrote: > > > >>Hmm, it looks like the zaurus does support an OSS sound device. The >>next question would be whether or not it supports an 8khz sample rate. >> >>If it does not, then we'd need to implement resampling for OSS sound >>devices. This wouldn't be too hard if someone was motivated.. >> >>-SteveK >> >> >>Masakazu Nakano wrote: >> >> >> >>>with Redhat7.2 >>> >>>wget http://www.zaurus.com/dev/tools/downloads/tools/gcc-cross-sa1100-2 >>>.95.2-0.i386.rpm >>> >>>wget http://www.zaurus.com/dev/tools/downloads/tools/glibc-arm-2.2.2-0.i386.rpm >>> >>>wget http://www.zaurus.com/dev/tools/downloads/tools/linux-headers-arm-sa1100-2.4.6-3.i386.rpm >>> >>>wget http://www.zaurus.com/dev/tools/downloads/tools/binutils-cross-arm-2.11.2-0.i386.rpm >>> >>>tar zvxf ./iaxclient.tar.gz >>> >>>cd ./iaxclient/lib >>> >>>make OSTYPE=LINUX CC=/opt/Embedix/tools/bin/arm-linux-gcc >>> >>>cd ./simpleclient/testcall/ >>> >>>make OSTYPE=LINUX CC=/opt/Embedix/tools/bin/arm-linux-gcc >>> >>>I was compiled testcall for Zaurus SL-C700 but it's no sound. >>>some signaling works well. >>> >>>does anyone tryed too? >>> >>>mack_jpn >>> >>> >>> >>>------------------------------------------------------- >>>This SF.net email is sponsored by: SF.net Giveback Program. >>>Does SourceForge.net help you be more productive? Does it >>>help you create better code? SHARE THE LOVE, and help us help >>>YOU! Click Here: http://sourceforge.net/donate/ >>>_______________________________________________ >>>Iaxclient-devel mailing list >>>Iax...@li... >>>https://lists.sourceforge.net/lists/listinfo/iaxclient-devel >>> >>> >>> >>> >>> >>------------------------------------------------------- >>This SF.net email is sponsored by: SF.net Giveback Program. >>Does SourceForge.net help you be more productive? Does it >>help you create better code? SHARE THE LOVE, and help us help >>YOU! Click Here: http://sourceforge.net/donate/ >>_______________________________________________ >>Iaxclient-devel mailing list >>Iax...@li... >>https://lists.sourceforge.net/lists/listinfo/iaxclient-devel >> >> > > > |
From: Masakazu N. <n-...@md...> - 2003-12-15 15:10:33
|
Hi SteveK. thanks for you reply. and I found a this message at portaudio-ml http://techweb.rfa.org/pipermail/portaudio/2003-June/002026.html this problem is that reason? On Mon, 15 Dec 2003 09:50:25 -0500 Steve Kann <st...@st...> wrote: > > > Hmm, it looks like the zaurus does support an OSS sound device. The > next question would be whether or not it supports an 8khz sample rate. > > If it does not, then we'd need to implement resampling for OSS sound > devices. This wouldn't be too hard if someone was motivated.. > > -SteveK > > > Masakazu Nakano wrote: > > >with Redhat7.2 > > > >wget http://www.zaurus.com/dev/tools/downloads/tools/gcc-cross-sa1100-2 > >.95.2-0.i386.rpm > > > >wget http://www.zaurus.com/dev/tools/downloads/tools/glibc-arm-2.2.2-0.i386.rpm > > > >wget http://www.zaurus.com/dev/tools/downloads/tools/linux-headers-arm-sa1100-2.4.6-3.i386.rpm > > > >wget http://www.zaurus.com/dev/tools/downloads/tools/binutils-cross-arm-2.11.2-0.i386.rpm > > > >tar zvxf ./iaxclient.tar.gz > > > >cd ./iaxclient/lib > > > >make OSTYPE=LINUX CC=/opt/Embedix/tools/bin/arm-linux-gcc > > > >cd ./simpleclient/testcall/ > > > >make OSTYPE=LINUX CC=/opt/Embedix/tools/bin/arm-linux-gcc > > > >I was compiled testcall for Zaurus SL-C700 but it's no sound. > >some signaling works well. > > > >does anyone tryed too? > > > >mack_jpn > > > > > > > >------------------------------------------------------- > >This SF.net email is sponsored by: SF.net Giveback Program. > >Does SourceForge.net help you be more productive? Does it > >help you create better code? SHARE THE LOVE, and help us help > >YOU! Click Here: http://sourceforge.net/donate/ > >_______________________________________________ > >Iaxclient-devel mailing list > >Iax...@li... > >https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel |
From: Steve K. <st...@st...> - 2003-12-15 14:50:28
|
Hmm, it looks like the zaurus does support an OSS sound device. The next question would be whether or not it supports an 8khz sample rate. If it does not, then we'd need to implement resampling for OSS sound devices. This wouldn't be too hard if someone was motivated.. -SteveK Masakazu Nakano wrote: >with Redhat7.2 > >wget http://www.zaurus.com/dev/tools/downloads/tools/gcc-cross-sa1100-2 >.95.2-0.i386.rpm > >wget http://www.zaurus.com/dev/tools/downloads/tools/glibc-arm-2.2.2-0.i386.rpm > >wget http://www.zaurus.com/dev/tools/downloads/tools/linux-headers-arm-sa1100-2.4.6-3.i386.rpm > >wget http://www.zaurus.com/dev/tools/downloads/tools/binutils-cross-arm-2.11.2-0.i386.rpm > >tar zvxf ./iaxclient.tar.gz > >cd ./iaxclient/lib > >make OSTYPE=LINUX CC=/opt/Embedix/tools/bin/arm-linux-gcc > >cd ./simpleclient/testcall/ > >make OSTYPE=LINUX CC=/opt/Embedix/tools/bin/arm-linux-gcc > >I was compiled testcall for Zaurus SL-C700 but it's no sound. >some signaling works well. > >does anyone tryed too? > >mack_jpn > > > >------------------------------------------------------- >This SF.net email is sponsored by: SF.net Giveback Program. >Does SourceForge.net help you be more productive? Does it >help you create better code? SHARE THE LOVE, and help us help >YOU! Click Here: http://sourceforge.net/donate/ >_______________________________________________ >Iaxclient-devel mailing list >Iax...@li... >https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > > |
From: Masakazu N. <n-...@md...> - 2003-12-15 03:59:14
|
with Redhat7.2 wget http://www.zaurus.com/dev/tools/downloads/tools/gcc-cross-sa1100-2 =2E95.2-0.i386.rpm wget http://www.zaurus.com/dev/tools/downloads/tools/glibc-arm-2.2.2-0.i386.= rpm wget http://www.zaurus.com/dev/tools/downloads/tools/linux-headers-arm-sa11= 00-2.4.6-3.i386.rpm wget http://www.zaurus.com/dev/tools/downloads/tools/binutils-cross-arm-2.1= 1.2-0.i386.rpm tar zvxf ./iaxclient.tar.gz cd ./iaxclient/lib make OSTYPE=3DLINUX CC=3D/opt/Embedix/tools/bin/arm-linux-gcc cd ./simpleclient/testcall/ make OSTYPE=3DLINUX CC=3D/opt/Embedix/tools/bin/arm-linux-gcc I was compiled testcall for Zaurus SL-C700 but it's no sound. some signaling works well. does anyone tryed too? mack_jpn |
From: Michael V. D. <mv...@va...> - 2003-12-13 17:13:21
|
On Sun, 14 Dec 2003 00:37:41 +0800, Steve Underwood <st...@co...> = wrote: >Hi all, > >I've started working to get iaxcomm running on a PDA. I hope the=20 >wxwindows embedded work will make this fairly painless. However, my=20 >first issue has been Unicode-isation of the strings in iaxcomm. I spent=20 >some time today coming up with the following patch=20 >ftp://www.opencall.org/pub/iaxcomm.diff It patches most of the strings=20 >with the "_T(" prefix, and almost (but not quite) builds with a Unicode=20 >enabled wxWindows. The remaining issues are where a string is genuinely=20 >not Unicode in the interface to the IAX library. I still need to sort=20 >that out. Since there are a lot of changes to alter these strings, I=20 >thought I would submit the changes I have made so far. They should not=20 >have broken non-Unicode support. I'll look at the patch this weekend. I was kind of lazy not using the = _T(" prefix where I should have. Bad code-monkey. No donut. > >I realise there is an issue with whether "_T(" or "wxT(" should be used.= =20 >The code already contains a mixture of these two. If all the strings=20 >contain one of this prefixes, a mass edit to make the consistent is=20 >quick and easy to perform. It will be expensive for me if you get this running on an iPAQ. I sold= my iPAQ 3650 a year ago. How cheap can I get one these days? Seriously, I think that this is _absolutely_ the way to go. PDAs would = be the killer platform for an asterisk softphone. >Regards, >Steve |
From: Steve U. <st...@co...> - 2003-12-13 16:37:49
|
Hi all, I've started working to get iaxcomm running on a PDA. I hope the wxwindows embedded work will make this fairly painless. However, my first issue has been Unicode-isation of the strings in iaxcomm. I spent some time today coming up with the following patch ftp://www.opencall.org/pub/iaxcomm.diff It patches most of the strings with the "_T(" prefix, and almost (but not quite) builds with a Unicode enabled wxWindows. The remaining issues are where a string is genuinely not Unicode in the interface to the IAX library. I still need to sort that out. Since there are a lot of changes to alter these strings, I thought I would submit the changes I have made so far. They should not have broken non-Unicode support. I realise there is an issue with whether "_T(" or "wxT(" should be used. The code already contains a mixture of these two. If all the strings contain one of this prefixes, a mass edit to make the consistent is quick and easy to perform. Regards, Steve |
From: Steve K. <st...@st...> - 2003-12-12 14:46:51
|
Steven, Sorry I didn't respond to your first question. I think that the error on exit stuff _is_ a general bug in the library; calling iaxc_shutdown() sometimes does bad things. In my current apps, I just don't call it, since it's not really necessary (the operating system needs to be able to take care of cleaning up whether you free() all your stuff and close devices or not). I just call iaxc_dump_all_calls() [which is nice so the calls on the remote ends get notified about hangups], and then exit. As to your other question, gcc does produce debugging symbols, and I think they're in there by default in our Makefiles; (the -g flag to gcc). You can remove them later by running "strip" on the exe. And you can debug using gdb, or any of the GUI front-ends available to gdb. I don't think Microsoft's debuggers understand gdb debugging stubs. -SteveK On Dec 12, 2003, at 9:37 AM, Steven Sokol wrote: >> Hi Steven M. Sokol, >> >> This is because of invalid type casting of variables or invalid > pointers >> usage or invalid >> AddressOf operator (may b) :), but this is not the bug in IAX lib. Its >> your application. >> >> Regards, >> Babar Shafiq Nazmi. > > I appreciate your input, but I am not sure how it could be my code. My > application unloads the library the same under IAX2 as IAX1, and the > IAX2 version unloads cleanly. > > Is there a way to make gcc produce symbolic debugging information? If > so, is it compatible with the Visual C++ debugger (using the .pdb > format) or will I need a different debugger? I suspect I could easily > track this down if I knew how to make the library in debug format. > > Regards, > > Steven > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > |
From: Steven S. <ss...@so...> - 2003-12-12 14:39:05
|
> Hi Steven M. Sokol, > > This is because of invalid type casting of variables or invalid pointers > usage or invalid > AddressOf operator (may b) :), but this is not the bug in IAX lib. Its > your application. > > Regards, > Babar Shafiq Nazmi. I appreciate your input, but I am not sure how it could be my code. My application unloads the library the same under IAX2 as IAX1, and the IAX2 version unloads cleanly. Is there a way to make gcc produce symbolic debugging information? If so, is it compatible with the Visual C++ debugger (using the .pdb format) or will I need a different debugger? I suspect I could easily track this down if I knew how to make the library in debug format. Regards, Steven |
From: Steve K. <st...@st...> - 2003-12-11 14:38:20
|
WinIAX has not been maintained in quite some time. The only front-ends that are really being maintained at the moment are iaxcomm, and DIAX (for which source is not available). WinIAX was written and contributed by Faizan Naqvi fa...@ti... -SteveK adie wrote: > any body plase help me. > > why when i run WinIAX download from "*CVS snapshot tarball!* > <http://iaxclient.sourceforge.net/snapshots/iaxclient.tar.gz>* (new)" > *i got this message. > > tq > adie > > Compiling... > WinIAX.cpp > D:\adie\pocket pc\iaxclient\simpleclient\WinIAX\WinIAX.cpp(536) : > error C2660: 'iaxc_call' : function does not take 2 parameters > D:\adie\pocket pc\iaxclient\simpleclient\WinIAX\WinIAX.cpp(680) : > error C2065: 'IAXC_CALL_STATE_REJECTED' : undeclared identifier > D:\adie\pocket pc\iaxclient\simpleclient\WinIAX\WinIAX.cpp(693) : > error C2065: 'IAXC_CALL_STATE_AUTHREQ' : undeclared identifier > Error executing cl.exe. > > WinIAX.exe - 3 error(s), 0 warning(s) |
From: adie <kam...@in...> - 2003-12-11 03:52:40
|
any body plase help me. why when i run WinIAX download from "CVS snapshot tarball! (new)" i got = this message. tq=20 adie Compiling... WinIAX.cpp D:\adie\pocket pc\iaxclient\simpleclient\WinIAX\WinIAX.cpp(536) : error = C2660: 'iaxc_call' : function does not take 2 parameters D:\adie\pocket pc\iaxclient\simpleclient\WinIAX\WinIAX.cpp(680) : error = C2065: 'IAXC_CALL_STATE_REJECTED' : undeclared identifier D:\adie\pocket pc\iaxclient\simpleclient\WinIAX\WinIAX.cpp(693) : error = C2065: 'IAXC_CALL_STATE_AUTHREQ' : undeclared identifier Error executing cl.exe. WinIAX.exe - 3 error(s), 0 warning(s) |
From: Steven M. S. <ss...@so...> - 2003-12-08 18:12:20
|
Hi. I understand that Steve K is no longer supporting the IAX 1 code in the library. I built a version of my DLL using the IAX1 code in order to avoid the bug which seems to be causing problems with IAX2. This works, but I now get a memory exception when closing my app. Has anybody else seen this, and if so what do I need to change in order to cleanly close out IAX1 connections and shut down my DLL/application? Any suggestions would be greatly appreciated. Steve |
From: Michael V. D. <mv...@va...> - 2003-12-08 17:09:23
|
I've recently made a bunch of changes to iaxComm. - I've renamed "Server" to "Account" throughout the user interface and = the source. The was to avoid user confusion, since you may be registering = with the same asterisk server with different extension/passwords. - We were going back to the config whenever we needed to check on a = value. This had two implications: If you made a change, it had to be comitted to the = config to "take", and the change would be permanent. - You can now change the panel layout without restarting iaxComm. - Rationalized the ringing code a bit: There's now an option on Win32 = and Linux platforms to ring the PC Speaker on incoming, even if you only have one = sound card. It's also a bit easier to tweak the built-in ring tones. - Added a "Next" key that selects the next free call appearance. If you currently have a free line, it works kinda-sorta like a hold button. I'd appreciate it if anyone who is using iaxComm would try the newest cvs source, and see what you think. If I don't hear anything scary, I will update the iaxComm page on = sourceforge with new binaries, and announce to asterisk-users. TODO: - Compile in default xrc files so we have a single binary for Win32/Linux platforms, like the Mac. - Compile time option to save Win32 config to a file, rather than the = registry. - Vanity tones: switch incoming ring based upon callerid. - Transfers. - ?? |
From: Masakazu N. <n-...@md...> - 2003-12-06 23:28:51
|
Hi all thanks Dan :-) and I wish to use with activeX version of it. How about? because I'm interest 'webbased door phone for office' by IaxClientOcx.ocx with TabletPC. Can I get this source code, Babar Shafiq? Best Regards :-) On Sat, 6 Dec 2003 15:13:22 +0200 "Dan" <dt...@fx...> wrote: > Hi, > > ----- Original Message ----- > From: "Masakazu Nakano" <n-...@md...> > To: <Iax...@li...> > Sent: Saturday, December 06, 2003 3:06 PM > Subject: Re: [Iaxclient-devel] autoanswering feature for iaxclient > > > > > > Hi all. > > > > Does anyone try to development a next of iaxclient? > > > > Now I need a couple of feature in next release. > > > > - autoanswer > > - no dialog ( the time of init , dial and recieve a call automatically) > > > > Regards > > > > mack_japan > > > First thing is something for DIAX 0.9.7 > Will be available during next week. > I do not understand the second one... > > Best regards, > Dan |
From: Masakazu N. <n-...@md...> - 2003-12-06 13:08:00
|
Hi all. Does anyone try to development a next of iaxclient? Now I need a couple of feature in next release. - autoanswer - no dialog ( the time of init , dial and recieve a call automatically) Regards mack_japan |
From: Masakazu N. <n-...@md...> - 2003-12-04 23:29:28
|
Hi all. Now I wish to use auto answer for ActiveX of iaxclient. Can I use this feature ? mack_jpn |
From: Steve K. <st...@st...> - 2003-12-04 17:13:01
|
Steve, You really should bring this up on the iaxclient-devel list, either instead of or in addition to here. I'm no longer maintaining the IAX1 compile, so there may be new features added to the library (such as the handling of text frames, as you've noted below) which will cause the IAX1 compile to break. If people want to continue with that, I'll accept their patches, but it's hard enough to test and build everything on three different platforms, so I don't multiply that by 2 to support two different IAX libraries, and I also don't add one to it by testing with compilers other than gcc. The particular problem you see is that the data structures used by iax1 and iax2 are different. If you want to make it work for IAX1, you'll need to find the appropriate members in IAX1, and add an #ifdef in there to make it use different elements for IAX1. There's probably a few instances of this in there. (a handful, not many). -SteveK On Dec 4, 2003, at 10:56 AM, Steven Sokol wrote: >> I need to know if someone encounters display errors (like the window >> displayed partially) when some 'strage' resolutions are used for the >> display >> in Windows XP native theme mode. > > I am running XP in 1280 x 1024 x 2 Monitors. The bottom status window > is cut off in DIAX 0.9.5. > > Also: I finally got my environment set up correctly for compiling the > iaxClient library. However, I seem to have compile errors when I try > to > compile for IAX1 rather than IAX2 (by changing the setting in the > Makefile). Have you had any such issues? Here is the output: > > gcc -Igsm/inc -Iportaudio/pa_common -Iportaudio/pablio > -Iportmixer/px_common -g -Ilibiax/src -DSPEEX_PREPROCESS=1 > -DSPEEX_EC=1 > -DWIN32 -c -o iaxclient_lib.o iaxclient_lib.c > iaxclient_lib.c: In function `handle_text_event': > iaxclient_lib.c:484: structure has no member named `data' > make: *** [iaxclient_lib.o] Error 1 > > Any suggestions would be great! > > Thanks again, > > Steve > > > _______________________________________________ > Asterisk-Users mailing list > Ast...@li... > http://lists.digium.com/mailman/listinfo/asterisk-users > |
From: Steven S. <ss...@so...> - 2003-12-03 21:10:49
|
> The new versions of iaxcomm and DIAX are both now using the iax2 protocol. > So in order to receive incoming calls on either of them in your > extensions.conf file change IAX/clientname to IAX2clientname. Then you > should be able to receive incoming calls on either iaxcomm or DIAX. Also > there is a mailing list for the iaxclient library. It's > iax...@so.... Hope this helps. > AJ > Thanks, but I already have the clients configured as IAX2 rather than IAX. The failure is not universal (not ALL calls are missed). Rather the client seems to "go to sleep" for some reason -- almost always after handling a call. I have been monitoring the process from both the Asterisk CLI (with IAX2 debug and IAX debug turned on), from Gastman (monitoring call activity), and from a packet sniffer (unfortunately not Ethereal with the new plugin). I can see Asterisk attempting to signal the client. Gastman shows the client when the call is directed to it. Better still, I see traffic flowing on the IAX2 port when the system signals a new call. The client, however, doesn't seem to budge. Nada. I can, I suppose, add some trace code to the iaxClient library, but I don't really know where to go in the code to get it to trace/log. I would like to place it as low as possible -- in the listener function, then perhaps in the parser. If anybody knows how to do this, please let me know. My C coding skills are fairly rusty. Just point out the proper file and function(s) and I will be on my way. Thanks Steve P.S. Sorry for the cross-post. Just thought the iaxclient-dev list might want to see this. --SMS |
From: Steve K. <st...@st...> - 2003-12-02 21:33:08
|
Hmm, I would look in chan_iax2 to see if these packets are being sent reliably (they probably are), and/or whether they're actually getting to the client machines. The new iax2 ethereal component will be very helpful here. Also, you can enable IAX debugging when building iaxclient, which may help debugging. I'd look into it more, but I haven't seen this, and I'm real busy with non-iaxclient stuff ATM. -SteveK Michael Van Donselaar wrote: >On Tue, 02 Dec 2003 11:54:37 -0600, Steven Sokol <ss...@so...> >wrote: > > > >>I seem to be running into an issue with ALL clients built on the >>iaxClient library. My own experimental ActiveX component, DIAX, and >>iaxComm all seem to miss (that is, never receive signaling for) incoming >>calls and occasionally for the drop (disconnect) when the remote party >>drops. I do not seem to have this kind of issue with any of my other >>UAs (primarily SIP and ZAP FXO devices). >> >>Has anybody else seen this, and if so, does any body else have any idea >>where the lapse is occurring? >> >> > >I have seen missed disconnects ocassionally, and less frequently missed incoming >calls. I had assumed it was my code. > > > >>Thanks, >> >>Steve >> >> >> >> >>------------------------------------------------------- >>This SF.net email is sponsored by: SF.net Giveback Program. >>Does SourceForge.net help you be more productive? Does it >>help you create better code? SHARE THE LOVE, and help us help >>YOU! Click Here: http://sourceforge.net/donate/ >>_______________________________________________ >>Iaxclient-devel mailing list >>Iax...@li... >>https://lists.sourceforge.net/lists/listinfo/iaxclient-devel >> >> > > > >------------------------------------------------------- >This SF.net email is sponsored by: SF.net Giveback Program. >Does SourceForge.net help you be more productive? Does it >help you create better code? SHARE THE LOVE, and help us help >YOU! Click Here: http://sourceforge.net/donate/ >_______________________________________________ >Iaxclient-devel mailing list >Iax...@li... >https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > > |
From: Steven S. <ss...@so...> - 2003-12-02 20:11:26
|
Hi, I know that this is really kind of basic stuff, but I seem to have a problem linking when I run the Makeit.bat batch file. I had it working (by what manor of magic I do not know) but I seem to have miss-configured it since. The actual iaxClient library appears to properly generate the libiaxclient.a file when compiled under Cygwin. The wiax.c file also seems to compile properly (from Makeit.bat/gcc in a DOS command prompt) and generates the wiax.o file as expected. The failure occurs when running the following command: dllwrap -s -A --output-def wiax.def --driver-name gcc -o wiax.dll wiax.o ..\lib\libiaxclient.a libwinmm.a libwsock32.a -lole32 -loleaut32 The output follows: Compiling ... Building the DLL ... dllwrap: no export definition file provided. Creating one, but that may not be what you want ..\lib\libiaxclient.a(iaxclient_lib.o)(.text+0xa5): In function `default_message _callback': /cygdrive/c/mingw/src/lib/iaxclient_lib.c:92: undefined reference to `__getreent ' ..\lib\libiaxclient.a(iaxclient_lib.o)(.text+0xbd):/cygdrive/c/mingw/src /lib/iax client_lib.c:93: undefined reference to `__getreent' ..\lib\libiaxclient.a(iaxclient_lib.o)(.text+0xd6):/cygdrive/c/mingw/src /lib/iax client_lib.c:94: undefined reference to `__getreent' ..\lib\libiaxclient.a(iaxclient_lib.o)(.text+0xcf8): In function `iaxc_refresh_r egistrations': /cygdrive/c/mingw/src/lib/iaxclient_lib.c:367: undefined reference to `__getreen t' ..\lib\libiaxclient.a(audio_encode.o)(.text+0x4b6): In function `decode_audio': /cygdrive/c/mingw/src/lib/audio_encode.c:139: undefined reference to `__getreent ' ..\lib\libiaxclient.a(audio_encode.o)(.text+0x50a):/cygdrive/c/mingw/src /lib/aud io_encode.c:146: more undefined references to `__getreent' follow ..\lib\libiaxclient.a(iax.o)(.text+0x3b77): In function `iax_net_read': /cygdrive/c/mingw/src/lib/libiax2/src/iax.c:2282: undefined reference to `__errn o' ..\lib\libiaxclient.a(audio_portaudio.o)(.text+0x7ce): In function `pa_callback' : /cygdrive/c/mingw/src/lib/audio_portaudio.c:340: undefined reference to `__getre ent' ..\lib\libiaxclient.a(audio_portaudio.o)(.text+0xeb7): In function `handle_paerr or': /cygdrive/c/mingw/src/lib/audio_portaudio.c:555: undefined reference to `__getre ent' ..\lib\libiaxclient.a(iax2-parser.o)(.text+0x26): In function `internalerror': /cygdrive/c/mingw/src/lib/libiax2/src/iax2-parser.c:42: undefined reference to ` __getreent' ..\lib\libiaxclient.a(pa_win_wmme.o)(.text+0x584): In function `Pa_GetDeviceInfo ': /cygdrive/c/mingw/src/lib/portaudio/pa_win_wmme/pa_win_wmme.c:414: undefined ref erence to `__getreent' ..\lib\libiaxclient.a(pa_win_wmme.o)(.text+0x848):/cygdrive/c/mingw/src/ lib/port audio/pa_win_wmme/pa_win_wmme.c:501: undefined reference to `__getreent' ..\lib\libiaxclient.a(pa_win_wmme.o)(.text+0x11d1):/cygdrive/c/mingw/src /lib/por taudio/pa_win_wmme/pa_win_wmme.c:947: more undefined references to `__getreent' follow ..\lib\libiaxclient.a(long_term.o)(.text+0x124): In function `Calculation_of_the _LTP_parameters': /cygdrive/c/mingw/src/lib/gsm/src/long_term.c:186: undefined reference to `__ass ert' ..\lib\libiaxclient.a(long_term.o)(.text+0x17e):/cygdrive/c/mingw/src/li b/gsm/sr c/long_term.c:193: undefined reference to `__assert' ..\lib\libiaxclient.a(long_term.o)(.text+0x6d5):/cygdrive/c/mingw/src/li b/gsm/sr c/long_term.c:249: undefined reference to `__assert' ..\lib\libiaxclient.a(long_term.o)(.text+0x713):/cygdrive/c/mingw/src/li b/gsm/sr c/long_term.c:252: undefined reference to `__assert' ..\lib\libiaxclient.a(long_term.o)(.text+0xc8b): In function `Gsm_Long_Term_Pred ictor': /cygdrive/c/mingw/src/lib/gsm/src/long_term.c:885: undefined reference to `__ass ert' ..\lib\libiaxclient.a(long_term.o)(.text+0xcad):/cygdrive/c/mingw/src/li b/gsm/sr c/long_term.c:885: more undefined references to `__assert' follow dllwrap: gcc exited with status 1 The system cannot find the file specified. C:\MinGW\src\MakeDLL> What have I done? Any help would be greatly appreciated! Thanks Steven |
From: Michael V. D. <mv...@va...> - 2003-12-02 18:47:59
|
On Tue, 02 Dec 2003 11:54:37 -0600, Steven Sokol = <ss...@so...> wrote: >I seem to be running into an issue with ALL clients built on the >iaxClient library. My own experimental ActiveX component, DIAX, and >iaxComm all seem to miss (that is, never receive signaling for) incoming >calls and occasionally for the drop (disconnect) when the remote party >drops. I do not seem to have this kind of issue with any of my other >UAs (primarily SIP and ZAP FXO devices). > >Has anybody else seen this, and if so, does any body else have any idea >where the lapse is occurring? I have seen missed disconnects ocassionally, and less frequently missed = incoming calls. I had assumed it was my code. >Thanks, > >Steve > > > > >------------------------------------------------------- >This SF.net email is sponsored by: SF.net Giveback Program. >Does SourceForge.net help you be more productive? Does it >help you create better code? SHARE THE LOVE, and help us help >YOU! Click Here: http://sourceforge.net/donate/ >_______________________________________________ >Iaxclient-devel mailing list >Iax...@li... >https://lists.sourceforge.net/lists/listinfo/iaxclient-devel |
From: Steven S. <ss...@so...> - 2003-12-02 17:54:51
|
I seem to be running into an issue with ALL clients built on the iaxClient library. My own experimental ActiveX component, DIAX, and iaxComm all seem to miss (that is, never receive signaling for) incoming calls and occasionally for the drop (disconnect) when the remote party drops. I do not seem to have this kind of issue with any of my other UAs (primarily SIP and ZAP FXO devices). Has anybody else seen this, and if so, does any body else have any idea where the lapse is occurring? Thanks, Steve |