<Wizzup>
og, this might actually be sfos doing something that our mce doesn't understand
<buZz>
i let through all those replies to the ML about some binary switch
<buZz>
and added the senders to 'accept'
<Wizzup>
thanks
<Wizzup>
huh, voicecall from sfos somehow doesn't pick up on telepathy-ring incoming calls, but outgoing works just fine
<Wizzup>
pretty sure that wasn't a problem in beowulf
arno11 has left #maemo-leste [#maemo-leste]
pere has joined #maemo-leste
akossh has quit [Quit: Leaving.]
arno11 has joined #maemo-leste
akossh has joined #maemo-leste
<Wizzup>
freemangordon: uvos: so I have sphone with some hacks now able to dial out using telepathy-ring, telepathy-gabble and telepathy-rakia, but there are still problems to solve:
<Wizzup>
this is with sfos voice call in between
<Wizzup>
1. incoming calls are not seen by sfos voicecall manager when using telepathy-sip
<Wizzup>
2. calls don't actually work with xmpp yet, there is a state mismatch (this is not weird, sfos voicecall doesn't actually support it, but it might not be too hard)
<Wizzup>
3. incoming sip I didn't test yet mostly due to some weirdness, could use some help testing this
<Wizzup>
there are probably a bunch of gstreamer things to figure out, but the main issue right now is that somehow incoming calls from telepathy-ring are not seen, and I'm sure that used to work, so something changed in tp-ring perhaps, or somewhere else
<Wizzup>
but it's kind of cool to be able to type a sip or xmpp address in sphone, select the right backend, and have it actually dial out
<sicelo>
n900 & serial - still needed for off mode
<Wizzup>
sicelo: if you let me know what to do/run I'll do it
<sicelo>
i was relying more on you for that :-p
<sicelo>
i mean, i was going to pick up from the work you've done in the past
<arno11>
(for sip and xmpp) really cool
<Wizzup>
sicelo: I don't remember actually getting a trace when off mode resets
<Wizzup>
arno11: cool but not for enough alnog yet
<Wizzup>
along
<arno11>
good start anyway
<Wizzup>
sicelo: that was the problem: keeping serial on = no off mode, detaching serial = no trace
<Wizzup>
sicelo: IIRC
<bencoh>
sounds like a jtag would help here
<bencoh>
except that I can't find any jtag pin in the n900 schematics .... :/
<Wizzup>
it might just be that I don't have the stun/nat etc working well and this is why all sip/xmpp fails
<Wizzup>
I use the default user networking in qemu, so that doesn't help I think
<Wizzup>
it looks like ring creates a channel as StreamedMedia, and voicecall doesn't explicitly request this type, but I am not sure
<Wizzup>
yup, dunno for now, giving up for today
<Wizzup>
I was pretty sure this was working before
<Wizzup>
there is a chance the difference is d4 vs my vm with usb modem
<bencoh>
I dunno how qemu usernet handles sip/rtp and nat traversal
<bencoh>
I doubt it has any protocol-specific conntrack
<bencoh>
(which is usually required for sip/rtp)
<Wizzup>
when I mean 'the difference' I mean that perhaps somehow the usb quectel modem call in tp ring is different from how it works on the d4
<Wizzup>
seems unlikely
<Wizzup>
qemu usernet indeed isn't great and it is probably the cause of my some of my sip/xmpp troubles
<bencoh>
wait, so does your vm see the quectel modem as a usb device, or not?
<Wizzup>
but nevermind sip/xmpp,if we can't get incoming tp ring call announced for some reason
<Wizzup>
bencoh: yes
<bencoh>
I see
<Wizzup>
handleChannels() is not called on voicecall-qt5 for some reason for the incoming channel
<Wizzup>
well, I did all of the development on my d4
<Wizzup>
I guess there really is a chance that ofono is just slightly different there somehow
<Wizzup>
like maybe there's some weird VoLTE stuff going on somehow, idk
<bencoh>
silly question, but why do we need voiceall-manager on top of telepathy-ring and ofono?
<Wizzup>
because it already solves the problem we're trying to solve
<bencoh>
oh, hmm, volte might require sw support, depending on the modem implem
<Wizzup>
we can also copy-paste their code (4500 loc) and try to integrate it into sphone somehow
<bencoh>
but assuming you're using the same modem as the one in the pinephone, I kinda understood that it should work out of the box(I think?)
<Wizzup>
volte is probably a red herring
<Wizzup>
there's just something weird going on where mission control decides that the voicecall code should not get to handle this channel that tp-ring creates for an incoming call
<Wizzup>
and tbh, the channel being StreamedMedia is a little weird
<Wizzup>
although maybe that's fine for all calls
<bencoh>
maybe you could compare with a working sailfishos
<Wizzup>
maybe if I'm stuck for a long time
arno11 has left #maemo-leste [#maemo-leste]
ac_laptop has joined #maemo-leste
<ac_laptop>
hello people
<ac_laptop>
I'm once again in one of those situations where I plug a battery that is 100% full, boot under fremanlte, it boots fine and shows a battery at 100%, boot under maemo, it goes to the desktop screen and then shuts down/crashes. What should I do ?
<ac_laptop>
1) plug the device when off 2) plug the device under fremantle 3) plug the device under leste, 4) try to get to logs
<Wizzup>
bencoh: ha, yep
<Wizzup>
it 'just works' on the d4
ac_laptop has quit [Ping timeout: 256 seconds]
<Wizzup>
no idea wy
<Wizzup>
sicelo: uvos: did we fix the anonymous caller bit in ofono on the d4?
<Wizzup>
the outgoing calls on d4 still say 'anonymous caller'
<uvos__>
Wizzup: yes we did, you need up to date ofono and sphone
<Wizzup>
I think I do
<Wizzup>
I was doing tp testing
<uvos__>
bencoh: "silly question, but why do we need voiceall-manager on top of telepathy-ring and ofono?" yeah i dont like this either, ofono, ring, v-m and the sphone module are just an insane number of mostly redundant abstraction layers
<Wizzup>
integrating the same code would still give the same bugs, so those need to be solved regardless
<Wizzup>
so for some reason, tp ring + voicecall-manager on vm: - outgoing calls works great, no anonymous bit. -incoming calls aren't even seen
<Wizzup>
on d4: -outgoing calls work but have privacy bit set somehow - incoming calls are seen and work great
<uvos__>
sphone-ofono path works fine i presume
<uvos__>
?
<Wizzup>
will try
<Wizzup>
yes then it's not hidden
<Wizzup>
uvos__: bencoh: fwiw if someone does the work to take the code from voicecall manager and make it into a sphone module I'll be happy to drop what I've been doing
<Wizzup>
but until then I'm just going to stay the course and worry about this later
<uvos__>
Wizzup: ok v-m doing somethong wierd then
<Wizzup>
uvos__: it's the same modem as pinephone
<Wizzup>
fwiw
<uvos__>
v-m = voicecall manager
<uvos__>
not virtual machine
<Wizzup>
oh
<Wizzup>
righ
<Wizzup>
yeah will check
<uvos__>
well my message was confusing
<Wizzup>
but I'm done with this for today :D
<Wizzup>
still cool that xmpp/sip works as much as it does already
<Wizzup>
like I could type in xmpp or sip user and call them (calls failed in gst or some state change, but hey)