Transcodin isuue with h264 codec in asterisk

want to use h264 video codec but there is an issue with this.
channel.c:5630 set_format: Unable to find a codec translation path: (h264) -> (ulaw)
channel.c:5630 set_format: Unable to find a codec translation path: (ulaw) -> (h264)

han_sip.c:7436 sip_write: Asked to transmit frame type ulaw, while native formats is (h264) read/write = ulaw/ulaw

can any one help please.

You haven’t specified what version of Asterisk you are using or what the scenario is, and you haven’t given the configuration. It’s unlikely anyone can help with this amount of information.

Hi @gaurang.gohil
Firstly, H.264 is a video codec, whereas G.711A/U (alaw, ulaw) are audio codecs.
What are you going to achieve with such kind of “transcoding”?

Secondly, Asterisk does not support video transcoding - only passthrough (look here for details)

However, in order to use a codec (and H.264 is no exception), there is no need for transcoding.
So, please provide details requested by @jcolp

Hello
Pentium-5

i have solved the issue .actually the problem is not transcoding in asterisk.

thank you for your responce.