GNOME Bugzilla – Bug 629071
After missed call, cannot call by pressing digits in URL bar
Last modified: 2012-03-07 13:53:58 UTC
I'm using Ekiga with an Asterisk pbx and experiencing the following issue: after a missed call i cannot make any call, if i write the number with the keyboard and then press enter or the green phone nothing happens, the gui dial keypad does not write any number in the uri. The only way to perform another call is to double click a call in the history and hang hup, at this point we are able to dial another number. Same issue on Linux and Windows
*** Bug 621118 has been marked as a duplicate of this bug. ***
any news about this?
I spent much time with it, without finding the correct solution. I have one, but need to check if it does not introduce regressions. The error is that mw->priv->current_call is not reset ($9 = {px = 0x0, pn = {pi_ = 0x0}}). Reproducibility: after missed call (when you do not answer, since it works when reject or you are already in communication), when you press a digit in URL, nothing is printed; after pressing a letter, digits work as normally. Everything is found in src/gui/main_window.cpp.
Fixed by recent (<= 3 weeks) Damien's commits.