[Asterisk-Users] H323: g711-g729 transcoding
Orehov Pasha
asterisk at opa.nsib.ru
Mon Mar 28 04:26:37 MST 2005
I have a connect to * via H.323/g711 from device A and want to connect
to B which want for H.323/g729
h323.conf contains
disallow=all
allow=alaw
allow=g729
but outgoing faststart/TCS contains only g711 (from h323_request(format)
i think) and so no codec negotiation and no voice.
Howto run up g711/H323 -> * -> g729/H323
PS intel's g729 was used. ast 1.0.3-6
PPS
stupid
- h323_set_capability(format/*=8*/, dtmfmode);
+ h323_set_capability(capability/*=8+256 (711a+729)*/, dtmfmode);
lead to segv only.
More information about the asterisk-users
mailing list