Simon Morlat
0b2d04d624
many improvements
...
* re-send SUBSCRIBEs after network gets reachable again
* allow to set the default SUBSCRIBE expires using [sip] "subscribe_expires" property
* re-send initial SUBSCRIBE if remote peer lost the dialog context
2013-07-05 23:05:20 +02:00
Simon Morlat
83268b313b
* fixes for dialog serialization
...
* fix crash when receiving a NOTIFY after a SUBSCRIBE is terminated
2013-07-05 16:12:56 +02:00
Jehan Monnier
8b674d05e3
avoid crash if SIP request cannot be created
2013-07-02 16:37:42 +02:00
Jehan Monnier
62e978c0bd
fix mline when media is declined, remove not implemented test
2013-07-01 20:40:58 +02:00
Simon Morlat
8cdbcae27a
fix bad unref during out of subscribe notify
2013-06-26 17:43:07 +02:00
Simon Morlat
6a033f8a64
retry the PUBLISH if they get a bad match (412)
2013-06-26 15:11:00 +02:00
Jehan Monnier
48140cefd0
remove unwanted quotes from LinphoenMessage external body url
2013-06-24 16:27:37 +02:00
Simon Morlat
866af779ab
handle out of dialogs incoming NOTIFY.
...
Use in [sip]:
allow_out_of_subscribe_presence=1
to allow them for presence (unsecure)
2013-06-24 12:16:35 +02:00
Ghislain MARY
5acc4dd2ec
Fix some memory leaks.
2013-06-20 09:28:03 +02:00
Ghislain MARY
8c9c96218a
Use presence model to notify presence.
...
Use libxml2 to generate XML content.
2013-06-19 17:22:26 +02:00
Ghislain MARY
220c471369
Use xml parser to get presence status.
2013-06-19 17:22:26 +02:00
Simon Morlat
f3630b5d37
fix mistake
2013-06-18 16:56:09 +02:00
Simon Morlat
ed655060c8
few privacy cleanups
2013-06-18 16:33:59 +02:00
Jehan Monnier
500d97e548
add privacy settings at proxy level
2013-06-13 08:35:49 +02:00
Simon Morlat
e5f1ae5773
add patch for vacation status
2013-06-12 22:19:26 +02:00
Simon Morlat
9e60a96b18
add contact header in REFER requests
...
update ms2
2013-06-11 22:34:43 +02:00
Ghislain MARY
411b841bb0
Use size_t instead of unsigned int for offset parameter of marshal function.
2013-06-11 12:32:50 +02:00
Jehan Monnier
edadbeb040
Merge branch 'belle-sip' of ssh://git.linphone.org/linphone-private into belle-sip
2013-06-10 17:40:00 +02:00
Jehan Monnier
b7a487bef4
add privacy support
2013-06-10 17:39:53 +02:00
Ghislain MARY
a9cf6dc87e
Use new marshalling API.
2013-06-10 15:30:59 +02:00
Simon Morlat
5183b21761
change info api so that INFO message can only be sent through calls (as requested by the RFC)
2013-06-06 21:01:53 +02:00
Simon Morlat
36e445f97f
generic subscribe notify api in progress
2013-06-06 11:01:54 +02:00
Jehan Monnier
fe1cddbfaa
no longuer return registration failure in case of first retry
2013-06-04 21:25:52 +02:00
Simon Morlat
74844e0448
add alias parameter in via for Registers
...
add declarations for new SUBSCRIBE/NOTIFY/PUBLISH api
2013-05-27 12:25:05 +02:00
Jehan Monnier
c223c2f8c0
fix case where auth is present but there neither passwd nor ha1
2013-05-27 08:39:04 +02:00
Simon Morlat
5e8f0d1ca3
fix OPTION to be OPTIONS
...
add allow header in 200Ok for INVITE
2013-05-24 16:13:39 +02:00
Ghislain MARY
0408a776e4
Load user DNS hosts file for tests.
2013-05-23 15:22:00 +02:00
Simon Morlat
2391436cd2
add option to allow to set contact in MESSAGE requests (specific for a SIP server)
2013-05-23 14:37:52 +02:00
Jehan Monnier
53128dec9d
avoid crash with op->auth_info
2013-05-22 17:40:51 +02:00
Ghislain MARY
6c8ee3348e
Initialize variable that may be used uninitialized otherwise.
2013-05-21 14:52:59 +02:00
Jehan Monnier
23967d8ca8
fix ortp initiale ref count. Remove abusive traces
2013-05-21 11:16:45 +02:00
Simon Morlat
bfe2437bbe
fix bad event name, should be "presence", not "Presence".
2013-05-20 19:03:40 +02:00
Simon Morlat
64d34b30ad
add missing files
2013-05-20 15:41:49 +02:00
Simon Morlat
837c3f7cf1
fix transfer test (requires sipstack upgrade too)
2013-05-20 15:32:36 +02:00
Simon Morlat
4cc7c7c074
info api in progress, but test is failed due to flexisip not forking info
2013-05-17 22:23:27 +02:00
Jehan Monnier
a1c566ff8b
fix srtp +video +ice
2013-05-17 19:19:09 +02:00
Simon Morlat
653a123b81
presence and publish bugfixes
2013-05-16 16:44:43 +02:00
Simon Morlat
bb0f07f6a0
add info api
...
refactor selection of proxy, identity, configurations of op
fix bug when automatically restarting a call after a 415 due to srtp
2013-05-16 16:30:38 +02:00
Jehan Monnier
cc0b90e9a4
better wrong password management
2013-05-16 08:59:30 +02:00
Jehan Monnier
9448260574
fix wrong passwd use case
2013-05-15 12:38:33 +02:00
Simon Morlat
aae5ae888c
improve custom header so that they work with responses too
2013-05-15 10:53:34 +02:00
Simon Morlat
c98fa12a3e
implement sal_op_get_remote_contact()
2013-05-14 21:34:14 +02:00
Simon Morlat
d25af961ab
cosmetics
2013-05-13 13:11:20 +02:00
Simon Morlat
41d885bc20
fix call without SDP
...
add specific test for this case
add missing EXTRA_DIST
2013-05-10 15:42:08 +02:00
Simon Morlat
9ac3d64c86
- implement contact +sip.instance parameter, with random uuid generated and store in linphonerc
...
- add user-agent string in response
2013-05-09 18:04:11 +02:00
Simon Morlat
00c3f621ce
add custom header test
...
fix memory leaks
fix invalid reads
2013-05-07 16:01:47 +02:00
Jehan Monnier
18d2111995
add tls certificates tester
2013-05-07 12:46:04 +02:00
Simon Morlat
8e124bc7f8
fix ICE problem in belle-sip implementation
2013-05-04 22:43:14 +02:00
Simon Morlat
27d6692546
fix missing c=line in media description
2013-05-04 22:08:54 +02:00
Simon Morlat
29350eaab1
custom headers in progress
2013-05-03 18:12:33 +02:00