What is the latest version for asterisk driver? When will an update be ready?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, January 30, 2006 11:35 PM To: ooh323c-devel@lists.sourceforge.net Subject: ooh323c-devel digest, Vol 1 #142 - 3 msgs Send ooh323c-devel mailing list submissions to ooh323c-devel@lists.sourceforge.net To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/ooh323c-devel or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of ooh323c-devel digest..." Today's Topics: 1. RE: Update on EmptyTCS (Dan Austin) 2. is Gatekeeper fully supported? (Paolo Ruggero) 3. Re: is Gatekeeper fully supported? (Nick Hoffman) --__--__-- Message: 1 Subject: RE: [ooh323c-devel] Update on EmptyTCS Date: Mon, 30 Jan 2006 10:24:54 -0800 From: "Dan Austin" <[EMAIL PROTECTED]> To: <ooh323c-devel@lists.sourceforge.net> Excellent. I've been running this in a pilot program here and it is working very well. This feature is only about 80% complete, in that it properly reacts to an Empty TCS, but does not use an Empty TCS to signal a transfer/hold event. Additionally the Asterisk channel driver is not aware of the logical channel state, so MoH is not triggered when a call is 'paused'. I started to work on adding this support, but haven't had time to make much progress. Dan -----Original Message----- From: Avin Patel [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 3:18 PM To: Dan Austin; ooh323c-devel@lists.sourceforge.net Subject: RE: [ooh323c-devel] Update on EmptyTCS Hi Dan, Thank you for changes. We have added your changes to sourceforge & asterisk channel driver. I hadn't added the BearerCapability changes yet, I will have to take look at this further to add some sort of configuration item. Regards, Avin Patel Objective Systems, Inc. > -----Original Message----- > From: Dan Austin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 17, 2006 5:07 PM > To: ooh323c-devel@lists.sourceforge.net > Subject: [ooh323c-devel] Update on EmptyTCS > > > The last patch missed clearing a couple flags needed for proper > re-establishment of the logical channels <<ooh323c-EmptyTCS.diff.gz>> . > > Dan > --__--__-- Message: 2 From: "Paolo Ruggero" <[EMAIL PROTECTED]> To: <ooh323c-devel@lists.sourceforge.net> Subject: [ooh323c-devel] is Gatekeeper fully supported? Date: Tue, 31 Jan 2006 00:11:45 +0100 Hello, I'm testing ooh323 0.8.1 with asterisk 1.2.3... I've got no problems compiling it and the configuration file seems really simple. I've tryed ooh323 with different client and all ok but i had a problem using gatekeeper. Asterisk with ooh323 registers on the gatekeeper but after 300 seconds the re-registration fails and ooh323 tell "Destroying Gatekeeper Client"! I found a mail on this ML of another people with the same problem but noone replyed so I don't know if it is a my problem or if the Gatekeeper is not fully supported. Here my ooh323.conf: ; Objective System's H323 Configuration example for Asterisk ; ooh323c driver configuration [general] port=1720 bindaddr=10.43.0.1 gateway=no faststart=yes h245tunneling=yes callerid=hasterisk gatekeeper = 10.139.139.11 context=incoming rtptimeout=60 tos=lowdelay amaflags = default accountcode=ISPName disallow=all allow=ulaw allow=g729 allow=gsm dtmfmode=h245signal [20000139111222333] type=peer ip=dynamic port=1720 e164=20000139111222333 disallow=all allow=ulaw allow=g729 allow=gsm rtptimeout=60 amaflags=default context=incoming And here where registration fails in log file: 23:18:13:372 Sent GRQ message 23:18:13:382 Registration Reject (RRJ) message received. 23:18:13:382 RRQ Rejected - Undefined Reason 23:18:13:382 Error: Gatekeeper error. Either Gk not responding or Gk sending invalid messages 23:18:13:383 Error: Gatekeeper error detected. Closing GkClient as Gk mode is UseSpecifcGatekeeper 23:18:13:383 Destroying Gatekeeper Client 23:18:13:383 Closed RAS channel Please give me any ideas could help ! Thank You for the great work ! \Paolo Ruggero --__--__-- Message: 3 From: Nick Hoffman <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Organization: AltCall Pty Ltd To: ooh323c-devel@lists.sourceforge.net Subject: Re: [ooh323c-devel] is Gatekeeper fully supported? Date: Tue, 31 Jan 2006 09:28:05 +1000 On Tue January 31 2006 09:11, "Paolo Ruggero" <[EMAIL PROTECTED]> wrote: > Hello, > I'm testing ooh323 0.8.1 with asterisk 1.2.3... > I've got no problems compiling it and the configuration file seems > really simple. > > I've tryed ooh323 with different client and all ok but i had a problem > using gatekeeper. > Asterisk with ooh323 registers on the gatekeeper but after 300 seconds > the re-registration fails and ooh323 tell "Destroying Gatekeeper > Client"! > > I found a mail on this ML of another people with the same problem but > noone replyed so I don't know if it is a my problem or if the > Gatekeeper is not fully supported. > > Here my ooh323.conf: > > ; Objective System's H323 Configuration example for Asterisk ; ooh323c > driver configuration [general] port=1720 > bindaddr=10.43.0.1 > > gateway=no > faststart=yes > h245tunneling=yes > callerid=hasterisk > gatekeeper = 10.139.139.11 > context=incoming > rtptimeout=60 > tos=lowdelay > amaflags = default > accountcode=ISPName > disallow=all > allow=ulaw > allow=g729 > allow=gsm > dtmfmode=h245signal > > [20000139111222333] > type=peer > ip=dynamic > port=1720 > e164=20000139111222333 > disallow=all > allow=ulaw > allow=g729 > allow=gsm > rtptimeout=60 > amaflags=default > context=incoming > > > And here where registration fails in log file: > > 23:18:13:372 Sent GRQ message > 23:18:13:382 Registration Reject (RRJ) message received. > 23:18:13:382 RRQ Rejected - Undefined Reason > 23:18:13:382 Error: Gatekeeper error. Either Gk not responding or Gk > sending invalid messages > 23:18:13:383 Error: Gatekeeper error detected. Closing GkClient as Gk > mode is UseSpecifcGatekeeper > 23:18:13:383 Destroying Gatekeeper Client > 23:18:13:383 Closed RAS channel > > > Please give me any ideas could help ! > Thank You for the great work ! > > \Paolo Ruggero > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files for problems? Stop! Download the new AJAX search engine that > makes searching your log files as easy as surfing the web. DOWNLOAD > SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=1216 > 42 _______________________________________________ > ooh323c-devel mailing list > ooh323c-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ooh323c-devel Hi Paolo. I've been having troubles compiling ooh323c v0.8.* for use with Asterisk v1.2.3 . I was wondering if you wouldn't mind outlining the steps you take. Once I get it compiled, I'll be testing it with gnugk and should be able to help you with your problem. Cheers! -- Nick e: [EMAIL PROTECTED] p: +61 7 5591 3588 f: +61 7 5591 6588 If you receive this email by mistake, please notify us and do not make any use of the email. We do not waive any privilege, confidentiality or copyright associated with it. --__--__-- _______________________________________________ ooh323c-devel mailing list ooh323c-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ooh323c-devel End of ooh323c-devel Digest ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ ooh323c-devel mailing list ooh323c-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ooh323c-devel