-
-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[revolution] Port from 8 to 9 + new fields.Phone archi #88
Conversation
Code cleanup, fixes, small enhancements The code to extract the calling party number from the list of channels is now inheritable
Proper name_get for callerid for applicants Small bugfixes/enhancements
OK, the port to v9 is ready and fully tested. |
FYI, I'm currently evaluating the feasability to make the base_phone and asterisk_click2dial module compatible with the web/enterprise module. It would require a re-organisation of the JS code of base_phone and asterisk_click2dial. I started working on it: if that moves the JS code of base_phone/asterisk_click2dial in the right direction (re-organise JS code between the 2 modules, cleanup our JS code), that I'll commit my work in this branch ; otherwise, it will be just a "try" and I'll drop the idea and the code I'm currently writting. |
The revolution in the connector-telephony project has started !
Allow simultaneous use of country_field and partner_field in field definition
Replace spaces by non-breaking-spaces
All the original features should have been restored now... no it should be ready for review/merge. |
Remove code that is now useless with new API
This PR is ready to merge. |
Travis is green, so it's really ready to merge now ! |
👍 |
EDIT: I was writing a wrong statement. The bug #93 is fixed in my next commit... but we will need to understand why do_notify doesn't work here. |
@christophdb As you are using the branch of this PR, could you approve it ? (As you may know, to merge an OCA PR, we are supposed to have 2 👍). |
I re-used some of the work of @jmalinens in his PR #75 (I set his name in one of the commits)
Click2dial and one-click access on calling party form is already working fine (updated to work with Asterisk 13).
This is still a work in progress, but it should be finished on Monday evening.