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.
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to