b-jesch / service.fritzbox.callmonitor

Fritzbox callmonitor shows incoming/outgoing calls and pause audio/video/tv while connecting
GNU General Public License v2.0
13 stars 2 forks source link

Outgoing Call never stops Audio, Video or TV #10

Closed jlp2 closed 7 years ago

jlp2 commented 7 years ago

Today I installed V.2.0.2 on Kodi-Stable (16.01) (Ubuntu 14.04.4) Incomming calls stops Audio, Video and TV, but sadly, outgoing calls do nothing:

10:25:30 T:139774516057856  NOTICE: [service.fritzbox.callmonitor] trying to resolve name from incoming number 0170XXXXXXX
10:25:30 T:139774516057856  NOTICE: [service.fritzbox.callmonitor] Match an entry in database for 0170XXXXXXX: Micky
10:25:30 T:139774516057856  NOTICE: [service.fritzbox.callmonitor] Player is playing TV, pausing...
10:25:30 T:139774516057856  NOTICE: [service.fritzbox.callmonitor] Incoming call from Micky (0170XXXXXXX)
10:25:34 T:139774516057856  NOTICE: [service.fritzbox.callmonitor] Line connected
10:25:41 T:139774516057856  NOTICE: [service.fritzbox.callmonitor] Line disconnected
10:25:41 T:139774516057856  NOTICE: [service.fritzbox.callmonitor] Player was not playing Video, resume...
10:25:41 T:139772529997568  NOTICE: CDVDPlayerAudio::OutputPacket skipping a packets of duration 32
10:25:41 T:139772529997568  NOTICE: CDVDPlayerAudio::OutputPacket duplicate 3 packets of duration 32
10:25:41 T:139772529997568  NOTICE: Previous line repeats 3 times.
10:25:41 T:139772529997568  NOTICE: CDVDPlayerAudio::OutputPacket skipping a packets of duration 32
10:25:47 T:139774516057856  NOTICE: Previous line repeats 1 times.
10:25:47 T:139774516057856  NOTICE: [service.fritzbox.callmonitor] Match an entry in database for 0170XXXXXXX#: Micky
10:25:47 T:139774516057856  NOTICE: [service.fritzbox.callmonitor] Outgoing call from 800555 to 0170XXXXXXX#
10:25:53 T:139774516057856  NOTICE: [service.fritzbox.callmonitor] Line connected
10:25:57 T:139774516057856  NOTICE: [service.fritzbox.callmonitor] Line disconnected

Settings:

<settings>
    <setting id="cCode" value="0049" />
    <setting id="dispTime" value="5 sec" />
    <setting id="excludeNums" value="" />
    <setting id="fbPasswd" value="XXXX" />
    <setting id="fbSSL" value="true" />
    <setting id="fbUsername" value="" />
    <setting id="icloud_password" value="" />
    <setting id="icloud_user" value="" />
    <setting id="optEarlyPause" value="true" />
    <setting id="optMute" value="true" />
    <setting id="optPauseAudio" value="true" />
    <setting id="optPauseTV" value="true" />
    <setting id="optPauseVideo" value="true" />
    <setting id="phoneBookID" value="true" />
    <setting id="phoneserver" value="fritz.box" />
    <setting id="showOutgoingCalls" value="true" />
    <setting id="useKlickTelReverse" value="true" />
    <setting id="usePhonebook" value="true" />
    <setting id="use_icloud" value="false" />
</settings>
b-jesch commented 7 years ago

Yes, this is simply not implemented. If You wish this as a feature request I'll implement this as soon is possible, maybe in the next weeks.

jlp2 commented 7 years ago

Thank you for your quick response. It would be great to have this feature back, its working like a charm in V1.4.5. Think that after the release of 2.0 its never work...

b-jesch commented 7 years ago

Should be solved with v.2.0.3. Please note that you have to turn on the option "handle outgoing calls same as incoming calls". Also, to take effect of changed settings, restart kodi.

Enjoy!