OCA / connector-telephony

Odoo modules for telephony integration
GNU Affero General Public License v3.0
150 stars 295 forks source link

how to make sure that I stay in contacts and not get redirected to discuss #228

Closed f1-outsourcing closed 1 year ago

f1-outsourcing commented 3 years ago

How to make sure that I stay in contacts and not get redirected to discuss.

odoo12

github-actions[bot] commented 2 years ago

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

Cristian-Rguez commented 2 years ago

Hi, I think a better solution that worked for me would be

dial.click(function(evt) {
    evt.preventDefault();
    self.click2dial(phone_num);
});

This prevents the page from reloading to the same url. Tested in Firefox and Chrome

github-actions[bot] commented 1 year ago

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.