Sema Arca
2008-Jun-11 07:40 UTC
[asterisk-users] How to turn on the H323 logging on Asterisk
Hi, Does anybody know how I can turn on the logging for H323 in Asterisk? I have set the logging path and the file name in the ooh323.conf file however it did not help. The file is created but is empty. I want to, if possible, turn on the logging in DEBUG level. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080611/d8701107/attachment.htm
Tzafrir Cohen
2008-Jun-11 08:20 UTC
[asterisk-users] How to turn on the H323 logging on Asterisk
On Wed, Jun 11, 2008 at 10:40:41AM +0300, Sema Arca wrote:> Hi, > > Does anybody know how I can turn on the logging for H323 in Asterisk? I have > set the logging path and the file name in the ooh323.conf file however it > did not help. The file is created but is empty. I want to, if possible, turn > on the logging in DEBUG level.The file name is ooh323c.conf (note the extra 'c'). It is used by chan_ooh323c, rather than chan_h323. chan_ooh323c is unmaintained and not recommended for new installations. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Sharan Saxena
2008-Jun-11 10:39 UTC
[asterisk-users] How to set video native format for asterisk
Dear List Members, I am trying to play a .h263 video file. I changed my DialPlan to get some values: exten=> 600,n,NoOp(${CHANNEL(audionativeformat)}) ; gives alaw exten=> 600,n,NoOp(${CHANNEL(audioreadformat)}) ; alaw exten=> 600,n,NoOp(${CHANNEL(audiowriteformat)}) ; alaw exten=> 600,n,NoOp(${CHANNEL(videonativeformat)}) ; unknown. H263 is 524288 (1<<19).
bilal ghayyad
2008-Jun-12 08:44 UTC
[asterisk-users] How to turn on the H323 logging on Asterisk
I am still looking to know if all of these h323's are able to work as gatekeeper, so endpoint can register? About "chan_ooh323 and using It is clean the Asterisk RTP stack (and can therefore bridge properly), and doesn't creak under the bloat of OpenH323 like the first two do": The other two: how they use the RTP stack if they do not use Asterisk RTP? And what do u mean by bridge properly? (How?) Your kindly help is high appreciated. Regards Bilal ------------------- In article <20080611082011.GB23243 at xorcom.com>, Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote:> On Wed, Jun 11, 2008 at 10:40:41AM +0300, Sema Arcawrote:> > Hi, > > > > Does anybody know how I can turn on the loggingfor H323 in Asterisk? I have> > set the logging path and the file name in theooh323.conf file however it> > did not help. The file is created but is empty. Iwant to, if possible, turn> > on the logging in DEBUG level.ooh323 does not have debug-to-file. You enable debugging with "ooh323 debug", and then the debug information is sent to the "verbose" channel, which normally goes to the console and may go to one of the general log files, according to the settings in logger.conf. ooh323 debugging is stopped by giving "ooh323 no debug".> The file name is ooh323c.conf (note the extra 'c').No, ooh323.conf is correct. The 'c' is used in the name of the stack, but not in the name of the Asterisk channel or the conf file.> It is used by chan_ooh323c, rather than chan_h323.chan_ooh323c is> unmaintained and not recommended for newinstallations. This was because until recently, the most up-to-date chan_ooh323 driver and stack were the ones in the 1.2 branch of asterisk-addons. However, I recently ported the 1.2 version forward to 1.4, trunk and 1.6.0, and added a couple of bug fixes. Those changes were accepted into SVN, so that all those variants are now up to date. It should therefore now be easy to keep them maintained as far as Asterisk API changes are concerned. Having tried chan_h323, chan_oh323 and chan_ooh323, I *would* strongly recommend chan_ooh323 over the first two. It is clean and lightweight, uses the Asterisk RTP stack (and can therefore bridge properly), and doesn't creak under the bloat of OpenH323 like the first two do. I don't know whether Objective Systems have abandoned chan_ooh323 and the ooh323c stack, but it would be great to see them moved from -addons into the main Asterisk tree. Cheers Tony -- Tony Mountifield Work: tony at softins.co.uk - http://www.softins.co.uk Play: tony at mountifield.org - http://tony.mountifield.org
Sema Arca
2008-Jun-16 07:46 UTC
[asterisk-users] How to turn on the H323 logging on Asterisk
Can you still send the config files? Maybe I can come up with an idea? :( On Mon, Jun 16, 2008 at 10:32 AM, Richard Scobie <r.scobie at clear.net.nz> wrote:> > Sema Arca wrote: > > Hi Richard, > > > > I could not succeed to make my ooh323 work somehow. I can see the peers > > and the users but although my exten definition states that the call > > should be forwarded to a GK, Asterisk does not send it out. I also have > > the same problem with registration. > > > > Do you think you can give me some ideas? Maybe send your conf as a > > reference? > > I am sorry I have no experience using ooh323 with a gatekeeper. > > My setup is as an endpoint between asterisk and a Panasonic TDM100 PBX. > > Regards, > > Richard > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080616/83d82cd8/attachment.htm
Richard Scobie
2008-Jun-16 08:53 UTC
[asterisk-users] How to turn on the H323 logging on Asterisk
Sema Arca wrote:> Can you still send the config files? Maybe I can come up with an idea? :(extensions.conf entry exten => _1XX,1,Dial(OOH323/${EXTEN}@192.168.0.2) exten => _1XX,2,Congestion ooh323.conf [general] h323id=ObjSysAsterisk e164=100 callerid=asterisk context=default tos=lowdelay disallow=all allow=alaw dtmfmode=inband [Panasonic] type=friend context=default ip=192.168.0.2 port=1720 disallow=all allow=alaw Regards, Richard