From: Matthew J. D. <mda...@co...> - 2003-07-19 02:15:37
|
VGhlcmUgaXMgYSBiZXRhIDE0IG9uIHRoZSB3d3cudm9pY2V0cm9uaXguY29tL0Rvd25sb2Fkcy9i ZXRhIGZvciB0aGUgY3Qgc2VydmVyDQogDQpJIHdpbGwgcHV0IGl0IG9uIHRoZSBzZXJ2ZXIgd2hl biBJIGdldCBiYWNrIGludG8gdG93biBpZiBubyBvbmUgZG9lcyBpdCBzb29uZXIhDQogDQpTZWUg ZXZlcnlvbmUgb24gTW9uZGF5Lg0KIA0KLU1hdHQNCg0KCS0tLS0tT3JpZ2luYWwgTWVzc2FnZS0t LS0tIA0KCUZyb206IEJlbiBLcmFtZXIgW21haWx0bzpiZW5Adm9pY2V0cm9uaXgub3JnXSANCglT ZW50OiBUaHUgNy8xNy8yMDAzIDg6MzMgUE0gDQoJVG86IFVuZGlzY2xvc2VkLVJlY2lwaWVudDog DQoJQ2M6IA0KCVN1YmplY3Q6IGN0c2VydmVyIDIgYmV0YSAxNA0KCQ0KCQ0KDQoJSGl5YSBndXlz LA0KCQ0KCWhlcmVzIGFub3RoZXIgb25lICEgSGVyZSBpcyB3aGF0IGhhcyBiZWVuIGRvbmU6DQoJ DQoJLyBsb2cgZmlsZSB3aWxsIG5vdyBiZSBjbG9zZWQgaWYgaXQgaXMgZ3JlYXRlciB0aGFuIE1B WF9MT0dfU0laRQ0KCS8gdGh1cyBpdCBzaG91bGRudCBoYXZlIGFueSBwcm9ibGVtcyB3aXRoIHRo ZSBmaWxlIHJlYWNoaW5nIDJHQiBhbnkNCgltb3JlISENCgkrIGFkZGVkIHZlcnNpb24gaW5mb3Jt YXRpb24gdG8gc2VydmVyLmNwcCBhbmQgTWFrZWZpbGUNCgkrIGFkZGVkIHdhdGNoIGRvZyBtb25p dG9yaW5nDQoJLyBhZGRlZCBWUEJfQlVTWSB0byBjdHJlY29yZA0KCQ0KCQ0KCUNoZWVycywNCgkN CglCZW4uDQoJLS0NCglCZW4gS3JhbWVyIDxiZW5Adm9pY2V0cm9uaXgub3JnPg0KCQ0KDQo= |
From: Dean T. <de...@ha...> - 2003-07-19 02:30:20
|
On Friday, Jul 18, 2003, at 16:15 Pacific/Honolulu, Matthew J. Darnell wrote: > There is a beta 14 on the www.voicetronix.com/Downloads/beta for the > ct server > > I will put it on the server when I get back into town if no one does > it sooner! > > See everyone on Monday. > > -Matt Done and done. The compiled and installed binary has a version name appended "ctserver" is a link to the vanilla b14. Next revision ought (pending Ben Kramer's "approval") to - report CVS version number and compile dates for all .cpp files. - have a "serversion" management port command for the same. -dean PS. I guess coding C really is like falling off a bicycle. You never quite forget all the psychological scars. (or something like that) |
From: Kevin E. <ke...@en...> - 2003-07-19 03:52:29
|
something weird is happening to me and my port (1201), i ran the playrec fine, then i ran my own program and it crashed (my error, not the servers). now when i call i keep getting forwarded to matt's mailbox even when i run a program that connects successfully to my port. i tried playrec.pl, waitforringtest.pl,etc. i tried adding the $ctport->on_hook() call in there to see if would hang up the line or something.... is it possible that if a program crashes without issuing the on_hook() command that the phone line doesn't get hung up? anyhow, let me know what u guys think.... in the meantime, i was wondering if u guys had some kind of script that u are using to restart the ctserver and where the logs are going etc... it looks like /var/log/voicemail/ but then none of the logs seem to be growing.... k > > On Friday, Jul 18, 2003, at 16:15 Pacific/Ho/var/log/voicemail/nolulu, Matthew J. Darnell > wrote: > >> There is a beta 14 on the www.voicetronix.com/Downloads/beta for the >> ct server >> >> I will put it on the server when I get back into town if no one does >> it sooner! >> >> See everyone on Monday. >> >> -Matt > > Done and done. > > The compiled and installed binary has a version name appended > "ctserver" is a > link to the vanilla b14. > > Next revision ought (pending Ben Kramer's "approval") to > - report CVS version number and compile dates for all .cpp files. > - have a "serversion" management port command for the same. > > -dean > > PS. I guess coding C really is like falling off a bicycle. You never > quite forget all the psychological scars. (or something like that) > > > > ------------------------------------------------------- > 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/345/0 > _______________________________________________ > Linuxvm-developer mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxvm-developer |
From: Dean T. <de...@ha...> - 2003-07-19 08:25:54
|
On Friday, Jul 18, 2003, at 16:15 Pacific/Honolulu, Matthew J. Darnell wrote: > There is a beta 14 on the www.voicetronix.com/Downloads/beta for the > ct server > > I will put it on the server when I get back into town if no one does > it sooner! > > See everyone on Monday. 2b14-patched is up and running. There is a known (by me) buglet that shows up in the log. I currently suspect that a temp variable isn't completely erased or something ... To see the problem, do a tail -f on the logfile and then telnet to the management port. Type "cmd=serversion dst=-2 src=-2" and enter. Hit enter another half dozen times and see how the chopped up "md=serversion" gets shorter and shorter. Will investigate tomorrow. -dean 2003/07/18-22:22:31 [-2] Connection accepted on Sd 10 2003/07/18-22:22:31 [-2] Socket server thread started 2003/07/18-22:22:31 [-2] waiting for data on port TCP 1198 2003/07/18-22:22:40 [-2] cmd=serversion dst=-2 src=-2 md=serversion dst=-2 src=- 2003/07/18-22:24:02 No cmd/rly for message md=serversion dst=-2 src=- valid Message!: md=serversion dst=-2 src= 2003/07/18-22:24:02 No cmd/rly for message md=serversion dst=-2 src= nvalid Message!: md=serversion dst=-2 src 2003/07/18-22:24:02 No cmd/rly for message md=serversion dst=-2 src Invalid Message!: md=serversion dst=-2 sr 2003/07/18-22:24:02 No cmd/rly for message md=serversion dst=-2 sr Invalid Message!: md=serversion dst=-2 s ] 2003/07/18-22:24:02 No cmd/rly for message md=serversion dst=-2 s ] Invalid Message!: md=serversion dst=-2 2] 2003/07/18-22:24:10 No cmd/rly for message md=serversion dst=-2 2] Invalid Message!: md=serversion dst=-2 -2] 2003/07/18-22:24:10 No cmd/rly for message md=serversion dst=-2 -2] Invalid Message!: md=serversion dst=- [-2] 2003/07/18-22:24:10 No cmd/rly for message md=serversion dst=- [-2] Invalid Message!: |