Michael D Schelin wrote: > Call Digum. They support the license codec install. > > Matthew Schumacher wrote: > >> List, >> >> I purchased 2 g729 licenses but I can't get it to answer a g729 call >> from a cisco router with a vwic card. In the debug output below you >> will see that asterisk thinks it only supports: (gsm|ulaw|alaw|h263) >> when it should support g729 according to the config also listed below. >> >> The real odd thing is I can place g729 calls to the router, just not >> from the router to *. Anyone have any ideas on how to fix this? >> >> Another problem I am having is I want to use the info dtmf mode, but the >> sip packet that asterisk sends does not announce info in the Allow >> string. >> >> Thanks, >> schu >
Ok, I figured it out, * was not using the config under the [router] context in the config file. Once I enabled g729 in [general] it worked. So the question is why does * ignore this config for the 192.168.77.254 endpoint? in sip.conf: [router] type=friend context=default host=192.168.77.254 dtmfmode=info disallow=all allow=g729 nat=no canreinvite=yes qualify=yes _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
