+ outgoing call: using the endpoint codec cap instead of default_cap
}
...
}
```
#### asterisk/pjsip
- keep incoming codecs offer list(only first in the list is kept at the moment) after negotiation with pjsip codec config(pjsip_endpoint.conf, uci sip_service_provider.codec_list) and call chan_voicemngr_new with the cap_list
- make sure that updated cap from chan-voicemngr is ready before 200OK response, and has been used in the 200OK correctly.