SIP to H323

Hello,

I have to make some calls from a h323 phone to sip phone using asterisk
I installed oh323 from inaccess.

My problem is that i dont want the rtp to transit by asterisk. I cant find how to make it:(

At the moment rtp pass through the asterisk.

someone to make me know how to avoid rtp flow to transit through the asterisk server?

thanx

If you are using asterisk to bridge calls then the voice traffic will
off course pass through the asterisk server.
It is because of this behaviour that we can use the conversatiion recording feature.
I don’t think that you can avoid this behaviour as the conversation is never
peer-to-peer in astersk.

It is possible to make RTP flow between 2 SIP agents without passing through asterisk (canreinvite). I don’t see reason why it would be impossible.

SIP to SIP is possible but H323 to SIP is not possible without the asterisk transcoding and converting the protocol.

yes as it is different channel driver, it has to be route thruogh asterisk

Hi!

Even if SIp and H323 use a different channel driver, you can use the same codec for both : disallow=all and allow=all in sip.conf and ooh323.conf.

In my case i add the “canreinvite=yes” in my sip accounts… and now RTP doesn’t pass trough Asterisk.

Now i’m trying to have exactly the same thing with h323 calls : first, i’m using the same codec, and second, i’m trying to find information about a “canreinvite” for ooh323…

Hi All,

If you want not to pass the rtp media (speech) through asterisk between a SIP terminal and a H323 terminal, then you need a proxy gateway. This proxy will be able to receive invites from SIP and H323 and then must be able to redirect the rtp flows between them after the call setup.
I think this feature is not available yet with Asterisk, as it converts the protocols between the channels. The transcoding of the codec or not (passthrough) is not relevant with the proxy as the end devices will handle this during the conversation. However, during call setup, the proxy can issue a fake codec to just satisfy the codec negotiation.

I’ve just set up GNUGK for my H323 softphones and it works great and RTP stream doesn’t pass trough asterisk.

Now i’m trying to configure GNUGK working with Asterisk to have SIP -> H323 and H323 -> SIP calls… :confused:

If anyone has information about it you can mail me -> cpouthier@mac.com ?!

thanks

Bonjour Clarence,

It will be greate if you can patch it to Asterisk. Further digging shows me the following : yate.null.ro/pmwiki/index.php?n= … llingProxy

If we can get the same with Asterisk, then it will be a good solution.

Of course it would be great to make it working with Asterisk, but as we can see, Yate doesn’t use any of the Asterisk functionalities…

at the moment, my only problem is to make gnugk working with asterisk (when a numer is composed from an H323 softphone, gnugk tells me that it’s impossible. so i think i should declare a route from gnugk to asterisk and vice versa )