Update your data !

Written for OpenERP-Asterisk connector by Alexis de Lattre on 2012-11-20

As of revno 65 in trunk, a new important field has been created on the res.users : Resource name. This is the resource name for the channel type that you selected for this user. If your channel type is SIP, the resource name is the name of the entity that you defined in /etc/asterisk/sip.conf. For example, if you have an entity defined with [alexis] in sip.conf, then the resource name is 'alexis' (it also means that you use Dial(SIP/alexis) to call this user in your Asterisk dialplan). In previous version, we assumed that the internal number was the resource name, which is often the case, but not always. If you use the internal number as resource name, execute the following SQL query after updating the module : UPDATE res_users set resource=internal_number;

Read all announcements