- 15 Nov, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20061115171720-65a35-3a6abb1753922d7ffb6f41ee59aa19cdae9df65a.gz
-
- 13 Nov, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20061113140837-65a35-47805bb055f99a90bba156f88357c4b06efacfc7.gz
-
- 25 Oct, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20061025081244-65a35-9a77e1c68163fba2f5d2a26823d502236adcfd17.gz
-
- 17 Oct, 2006 1 commit
-
-
Pekka Pessi authored
Added tag NUTAG_ALLOW_EVENTS(). Modified sofia-sip/nua_tag.h, nua_params.h, nua_params.c, test_nua_params.c. darcs-hash:20061017154708-65a35-af0546c66c85aa7e1d075670100d2df77f4c13a6.gz
-
- 09 Oct, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20061009135504-65a35-394295ee81354366f1132cff4549279f7cc0137e.gz
-
- 06 Oct, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20061006002201-65a35-54552465a71b008fd5c761464e0b5c80c35a1fd5.gz
-
- 04 Oct, 2006 4 commits
-
-
anthmct authored
darcs-hash:20061004231211-94646-478891b2a6599c908ce826eac9648771c1087d20.gz
-
Pekka Pessi authored
darcs-hash:20061004160757-65a35-86caf182e27b4a77ef3dc86d3d4337930435eb22.gz
-
Pekka Pessi authored
darcs-hash:20061004101102-65a35-94c0a821514a63336fd92602bf81b9537c2cb2a8.gz
-
Pekka Pessi authored
darcs-hash:20061004074239-65a35-dc5962988873e4140f795b92caea82468c01efa3.gz
-
- 03 Oct, 2006 3 commits
-
-
Pekka Pessi authored
darcs-hash:20061003100047-65a35-d7181675520c4255c08df388ed9b53ca42c6c609.gz
-
Pekka Pessi authored
darcs-hash:20061003073402-65a35-9893626737bb8c02e1e73cf5712cfb4110573ad2.gz
-
Pekka Pessi authored
darcs-hash:20061003071849-65a35-33be94d00a487a4bcca9151379e2a698a6bc14ba.gz
-
- 26 Sep, 2006 1 commit
-
-
Michael Jerris authored
darcs-hash:20060926180058-16063-cc9aa739e31bddd35cd7011e91b6ef62691123bf.gz
-
- 27 Sep, 2006 2 commits
-
-
Pekka Pessi authored
darcs-hash:20060927104745-65a35-af4ffadfbf60a5bfd2a177e7b8411f0b222b1d4d.gz
-
Kai Vehmanen authored
darcs-hash:20060927090615-7659e-c25761746115fc23b360cf1f04218eeb22ba407a.gz
-
- 26 Sep, 2006 2 commits
-
-
Pekka Pessi authored
darcs-hash:20060926193056-65a35-cf8f5793ec0faba314657ee41bacd15c4a31e8ec.gz
-
Pekka Pessi authored
darcs-hash:20060926193222-65a35-17d2ab87b775f2729860ab9699752ed23ad27d23.gz
-
- 25 Sep, 2006 2 commits
-
-
Pekka Pessi authored
darcs-hash:20060925184146-65a35-cb47623184a1c91b082c918522a6601394f4c069.gz
-
Pekka Pessi authored
darcs-hash:20060925180619-65a35-3268e79f1993b97bdb19f1c120e47c53547ed224.gz
-
- 20 Sep, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060920204501-65a35-e3290c8ef57908a93aa7ee4de190912c08e62fee.gz
-
- 15 Sep, 2006 1 commit
-
-
Pekka Pessi authored
Updated NUTAG_AUTOANSWER() documentation. Added @bug description there. darcs-hash:20060915105622-65a35-328b621b46835fbbc4a8ecb25ecda58fde7ee039.gz
-
- 13 Sep, 2006 1 commit
-
-
Pekka Pessi authored
These tags are used to modify the Contact header generated by the stack in the nua_handle_contact_by_via() header. Currently, the tags only affect Contact header generated for registration. Updated internal outbound interface in order to make use of the new features. darcs-hash:20060913135519-65a35-6531f086bb5e7f454e568ebb144768163a6bb4c9.gz
-
- 07 Sep, 2006 2 commits
-
-
Kai Vehmanen authored
darcs-hash:20060907144110-7659e-4b897a4ca68788a8b3e75065c047770b22dc3412.gz
-
Pekka Pessi authored
The SDP answer is included in non-realiable 1XX response, if NUTAG_EARLY_ANSWER(1) is included in nua_response() tags, or the user SDP is specified with SOATAG_USER_SDP() or SOATAG_USER_SDP_STR() in nua_response() tags. test_basic_call.c: added test_basic_call_2() for testing the call setup where 180 contains the answer and the SDP in 200 OK is ignored. darcs-hash:20060907141236-65a35-e0364e67f4c5d446bf7195e1c5dc721ddaaa0894.gz
-
- 06 Sep, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060906065148-65a35-9477c42ba148819a7a7306736050957c459f0593.gz
-
- 30 Aug, 2006 1 commit
-
-
Pekka Pessi authored
nua_subnotref.c, nua_notifier.c, sofia-sip/nua_tag.h, nua_tag.c, nua_params.c, nua_params.h: first refer event may or may not have id parameter. Added parameter nutag_refer_with_id for changing the behaviour (in case something breaks down if id *is* included with first subscription). test_params.c: added tests for setting and getting NUTAG_REFER_WITH_ID(). test_refer.c: testing Event: refer with and without id. darcs-hash:20060830133749-65a35-92739849ca90f77da65687f3002b710277a233d3.gz
-
- 21 Aug, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060821161609-65a35-73e53f586cd78f9453473abe3de6d6ac1d5a5596.gz
-
- 17 Aug, 2006 1 commit
-
-
Martti Mela authored
NUA now correctly releases tport, vias and public vias and refreshes REGISTERs with correct Contact. Works on OSX. darcs-hash:20060817144113-1b897-c5580666deb8d03b7a94693472c1d12df6798eaf.gz
-
- 15 Aug, 2006 1 commit
-
-
Martti Mela authored
darcs-hash:20060815140956-1b897-7f181e7441ba0927b918e0ad0217d622c6900ef0.gz
-
- 19 May, 2006 1 commit
-
-
Pekka Pessi authored
sofia-sip/nua_tag.h, nua_tag.c, nua_params.h, nua_params.c. darcs-hash:20060519113343-65a35-05b89c45eec21ca31238fd24796ee3600f70434d.gz
-
- 17 May, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060517130101-65a35-cf0e5af13bf73fa8b488dda4ea79ae2d23029197.gz
-
- 12 May, 2006 1 commit
-
-
Pekka Pessi authored
Taking NUTAG_OUTBOUND() options correctly into account in outbound.c. Improved the contact validation process in outbound.c, too. darcs-hash:20060512121142-65a35-edfd08a2b72659bfca3a3640c735effee369313b.gz
-
- 11 May, 2006 2 commits
-
-
Pekka Pessi authored
Added sofia-sip/ prefix to documentation entries referring to include files. Added SOFIAPUBFUN and SOFIAPUBVAR to files that missed them. Removed some deprecated functions and macros. darcs-hash:20060511143741-65a35-63e87cd71cb4839bf777488dcc66fbd0cb0a50a5.gz
-
Pekka Pessi authored
darcs-hash:20060511070211-65a35-5aa6b0a0b23f155b7d9977f15f3faba76f09aec7.gz
-
- 04 May, 2006 1 commit
-
-
Pekka Pessi authored
Changes in sofia-sip/nua_tag.h, nua_params.c, nua_register.c, test_nua.c. darcs-hash:20060504093105-65a35-9e126a37d5eb8ac8f5a37d576f4a5a23000ff49c.gz
-
- 03 May, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060503103529-65a35-5b045e44599313c705fd2c099a10586369a86f02.gz
-
- 11 Apr, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060411125212-88462-cce3d79ef1fec9ebb24c81d92098965a348fcfa6.gz
-
- 31 Mar, 2006 1 commit
-
-
Pekka Pessi authored
Transports are initialized by nua_stack_init_transport() in nua_register.c. UICC (you don't want to know) is initialized by nua_stack_set_from() in nua_params.c. darcs-hash:20060331152712-88462-fbfabe348e7abecb908344a77899667296641a0d.gz
-
- 29 Mar, 2006 1 commit
-
-
Pekka Pessi authored
Removed nua events nua_i_media_event, nua_r_set_media_param, nua_r_get_media_param, nua_r_media_setup, nua_r_media_describe, nua_r_media_event, nua_i_announce, nua_i_describe, nua_i_get_parameter, nua_i_pause, nua_i_options2, nua_i_play, nua_i_record, nua_i_set_parameter, nua_i_setup, nua_i_teardown, nua_r_setup, nua_r_play, nua_r_record, nua_r_pause, nua_r_describe, nua_r_teardown, nua_r_options2, nua_r_announce, nua_r_get_parameter, and nua_r_set_parameter. Removed nua functions nua_announce(), nua_describe(), nua_get_media_param(), nua_get_parameter(), nua_media_describe(), nua_media_event(), nua_media_setup(), nua_options2(), nua_pause(), nua_play(), nua_record(), nua_set_media_param(), nua_set_parameter(), nua_setup(), and nua_teardown(), darcs-hash:20060329170222-65a35-8e8148072f9557a084da6de19be44e4fda8b1762.gz
-