Hi,
I think you need to set codecs in inbound-codec-prefs and
outbound-codec-prefs field in sip profile module. Right now that
fields are not available in existing version but we are going to
add that in next release.
If you want then here is the code to add new fields,
File :
/var/www/html/astpp/application/modules/freeswitch/libraries/freeswitch_form.php
After line number 187 please add below two lines of code and save
that file.
array('inbound-codec-prefs', 'INPUT', array('name' =>
'inbound-codec-prefs', 'size' => '25', 'maxlength' => '25',
'class' => "text field medium"), '', 'tOOL TIP', ''),
array('outbound-codec-prefs', 'INPUT', array('name' =>
'outbound-codec-prefs', 'size' => '25', 'maxlength' => '25',
'class' => "text field medium"), '', 'tOOL TIP', ''),
Once changes will be done then open your sip profile, set required
codecs and then make calls. Your call should work.
Thanks,
Samir Doshi
ASTPP - Open Source VoIP Billing Solution