OCA/connector-telephony

odoo12: can not get open calling partner

Closed this issue · 2 comments

I can call from odoo
I can retrieve cid via the agi

But keep getting this red box, I do see that the manager account is logging in.

I added this to make it work. Maybe you should add this in master branch

    300                 if chan.get('State') == 'Ringing' and chan.get('CallerIDNum') == user.internal_number:
    301                     _logger.debug("Found a matching Event in 'Ring' state")
    302                     calling_party_number = chan.get('ConnectedLineNum')

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.