Simon Morlat
0b6d1df9c9
allow compilation without network access
2013-08-29 17:28:58 +02:00
Jehan Monnier
50469413f0
fix crash when presence request is declined by an error sip message
2013-08-28 12:04:43 +02:00
Simon Morlat
798bd06597
prevent double notification of network reachable true or false.
2013-08-28 11:24:23 +02:00
Simon Morlat
90ff3d477a
better management of LinphoneAddress in java.
...
Indeed there was some risk of getting into a situation where a java LinphoneAddress would point to a destroyed C LinphoneAddress (typically with call-logs).
To prevent that, the java object can either refcount or clone the C object, depending on the constness of the C object.
2013-08-27 22:11:53 +02:00
Simon Morlat
bd95305d7f
add reference counting to LinphoneAddress and SalAddress
2013-08-27 21:06:49 +02:00
Jehan Monnier
88add42eb5
add --disable-tutorials
2013-08-27 17:41:55 +02:00
Jehan Monnier
094eea00e9
Merge commit 'f03a9b38dd191227106a8a4e4ed5220366a1081e'
2013-08-26 17:20:22 +02:00
Simon Morlat
e400e38954
update ms2 for fix
2013-08-26 17:07:29 +02:00
Jehan Monnier
f03a9b38dd
add isVideoSupported java binding
2013-08-26 16:58:14 +02:00
Ghislain MARY
92cfc41bf4
Update oRTP submodule for inline fix.
2013-08-26 16:43:42 +02:00
Ghislain MARY
6d0e4f3525
Tutorials have nothing to do with tests.
2013-08-22 15:49:56 +02:00
Ghislain MARY
f59ff44636
Disable tests for RPM package build.
2013-08-22 15:28:37 +02:00
Ghislain MARY
f000ec142f
Revert "Add some debug messages."
...
This reverts commit 1edccc54af .
2013-08-21 17:14:17 +02:00
Ghislain MARY
1edccc54af
Add some debug messages.
2013-08-21 16:59:12 +02:00
Ghislain MARY
8e08894899
One more time.
2013-08-21 16:50:10 +02:00
Ghislain MARY
3d0af97004
Yet an other try.
2013-08-21 16:41:15 +02:00
Ghislain MARY
44ab77ba7e
An other try at fixing HTTPS_CA_DIR for cross-compilation.
2013-08-21 16:30:15 +02:00
Ghislain MARY
097a1c4ea8
Fix HTTPS_CA_DIR in case of cross-compilation.
2013-08-21 15:41:41 +02:00
Jehan Monnier
42654a327c
add LinphoneReasonUnauthorized
2013-08-21 11:29:32 +02:00
Jehan Monnier
6bf8c5c9fe
fix wrong mode
2013-08-20 17:09:18 +02:00
Jehan Monnier
61226d36af
fix wrong prototype
2013-08-20 17:09:01 +02:00
Jehan Monnier
c820f3f059
add missing makedile file
2013-08-20 16:58:17 +02:00
Jehan Monnier
d71d22a507
fix file permision
2013-08-20 16:19:03 +02:00
Jehan Monnier
641888f910
migrate rpm spec to belle sip
2013-08-20 16:19:03 +02:00
Sylvain Berfini
34f405894c
Added JNI binding to get message storage id + added possibility to limit the number of messages to fetch
2013-08-20 12:12:39 +02:00
Ghislain MARY
4462b0aed0
Fix compilation error when MSG_STORAGE_ENABLED is not defined.
2013-08-19 15:42:30 +02:00
Ghislain MARY
e033f0ed69
Update ms2 submodule for HD video on Android.
2013-08-19 11:41:55 +02:00
Ghislain MARY
c852b3f8f7
Add the setPreferredVideoSizeByName() method to LinphoneCore.
2013-08-19 11:41:55 +02:00
Ghislain MARY
959334d742
Enable HD video on Android.
2013-08-19 11:41:55 +02:00
Sylvain Berfini
440fabd247
Fix for chat message importing
2013-08-19 11:15:36 +02:00
Margaux Clerc
42261f4900
Make the call transfer even if the call ends
2013-08-18 21:14:00 +02:00
Sylvain Berfini
90b6aa36f2
Added some methods to allow to create a chat message completely and to store a chat message in database + JNI bindings for these methods
2013-08-14 16:48:46 +02:00
Simon Morlat
01d35e5b53
wrap new methods
2013-08-14 16:08:26 +02:00
Simon Morlat
86ade2174c
add two new methods to access pointers to transferer call and transfer target call.
2013-08-14 15:33:36 +02:00
Sylvain Berfini
b3c08e5d7e
Added method to update message's url field in database in case of changes
2013-08-14 11:17:30 +02:00
Simon Morlat
d16f15f1ed
do not send 501 to out of dialog BYE, but rather 481.
2013-08-13 18:04:04 +02:00
Sylvain Berfini
d56d927caf
Added external_body_url column in chat storage
2013-08-13 16:42:11 +02:00
Ghislain MARY
96b4affccf
Update ms2 submodule for video bandwidth limit.
2013-08-13 15:27:00 +02:00
Ghislain MARY
33b271f06f
Remove "min" from the bitrate column of codecs configuration.
2013-08-13 15:27:00 +02:00
Sylvain Berfini
88a0da21c1
Added storage_id field to LinphoneChatMessage struct + method to delete a single message in message_storage API + JNI glue for this method
2013-08-13 15:08:20 +02:00
Guillaume Beraudo
16a577f93f
Add config parameter (still uses main linphonerc for LANG).
2013-08-13 10:30:33 +02:00
Guillaume Beraudo
2260c82946
Fix linphonecsh manpage (Debian patch)
2013-08-13 10:29:45 +02:00
Simon Morlat
c53e94d504
update documentation for linphone-deps generation on windows
...
fix compile errors with mingw
2013-08-13 09:47:38 +02:00
Ghislain MARY
cb7d8ff931
Change API to access sent and received video size via call parameters.
2013-08-12 15:45:07 +02:00
Sylvain Berfini
6796242238
Added JNI glue for markAsRead LinphoneChatRoom method + get all the messages with getHistory method if limit <= 0
2013-08-12 14:32:25 +02:00
Sylvain Berfini
55b640b0d7
Added a method that returns the existing chatroom if possible instead of always creating a new one + added JNI binding for this method
2013-08-12 11:20:44 +02:00
Sylvain Berfini
8fbe7ee1d4
Added JNI glue for deleteHistory and getUnreadMessagesCount methods of LinphoneChatRoom
2013-08-12 10:52:15 +02:00
Sylvain Berfini
3e2f306e36
Added JNI glue for destroy method of LinphoneChatRoom
2013-08-12 09:39:50 +02:00
Simon Morlat
2db0e99c54
fix bug in condition for doing echo calibration
...
update ms2 because of Nexus S bug.
2013-08-09 17:14:14 +02:00
Sylvain Berfini
1ccf89e4fb
Init chatrooms at storage startup using sotred conversations + JNI glue to get chatrooms list
2013-08-09 17:06:39 +02:00