Closed GoogleCodeExporter closed 9 years ago
Oh, 0.00-15-16 version
Original comment by dc3de...@gmail.com
on 28 Nov 2010 at 7:05
Ok, I'm rewriting this part of the integration. Will probably be better soon.
This integration was just a first try (and actually seems to not work at all
for some devices that doesn't properly implement contact intent receivers).
Original comment by r3gis...@gmail.com
on 28 Nov 2010 at 10:12
I'm amazed at your energy! Thanks.
Original comment by dc3de...@gmail.com
on 28 Nov 2010 at 10:38
Found and fixed (r503). The numbers coming from the phonebook have spaces in
them, for example +1 123 456 7890. This fails in pjsua.verify_sip_url(). In
PjSipService.sanitizeSipUri() I added a check for numbers with or without sip:
and with or without leading '+' followed by only numbers or spaces. Only if
those conditions are met, the spaces are removed from 'callee'. Now I can call
from my phonebook :-)
Original comment by dc3de...@gmail.com
on 25 Dec 2010 at 1:28
Original comment by dc3de...@gmail.com
on 25 Dec 2010 at 1:32
See my comment on r503
Original comment by r3gis...@gmail.com
on 25 Dec 2010 at 7:55
I have added comments to r503. I will remove the change if you wish after
reading my comments.
Original comment by dc3de...@gmail.com
on 25 Dec 2010 at 4:42
I see it has already been removed. I'll continue in comments to r505.
Original comment by dc3de...@gmail.com
on 25 Dec 2010 at 5:36
Fixed (hopefully the right way!) in r506. Needed same phone number processing
as added in r505, but in activity result for pickup-contact button on home
screen.
Original comment by dc3de...@gmail.com
on 25 Dec 2010 at 7:59
Yes excellent ;).
sorry for my punctilious approach. But I've in mind the new sip 2.3 integration
those days.
As your fix is really interesting for the entire app and not just the pjsip
stack, it has to be done on the right place :).
Besides pointing out this issue is really interesting cause there is still the
filters that does not apply. I missed that too.
So I'll open an issue for that (cause I'll also add a note about integration of
emails+ skype im accounts).
Original comment by r3gis...@gmail.com
on 25 Dec 2010 at 8:35
For reference, issue 539 for next steps for contact integration within
CSipSimple. Do not hesitate to enrich it if you have some ideas on that ;)
Original comment by r3gis...@gmail.com
on 25 Dec 2010 at 8:45
Issue 547 has been merged into this issue.
Original comment by dc3de...@gmail.com
on 27 Dec 2010 at 9:44
Original issue reported on code.google.com by
dc3de...@gmail.com
on 28 Nov 2010 at 7:04