File: README

package info (click to toggle)
openser 1.1.0-9etch1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,828 kB
  • ctags: 11,809
  • sloc: ansic: 120,528; sh: 5,249; yacc: 1,716; makefile: 1,261; php: 656; perl: 205; sql: 190
file content (711 lines) | stat: -rw-r--r-- 22,719 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711

usrloc Module

Jan Janak

   FhG FOKUS

Edited by

Jan Janak

Bogdan-Andrei Iancu

   Copyright  2003 FhG FOKUS

   Copyright  2005 voice-system.ro
     _________________________________________________________

   Table of Contents
   1. User's Guide

        1.1. Overview

              1.1.1. Contact matching

        1.2. Dependencies

              1.2.1. OpenSER Modules
              1.2.2. External Libraries or Applications

        1.3. Exported Parameters

              1.3.1. user_column (string)
              1.3.2. domain_column (string)
              1.3.3. contact_column (string)
              1.3.4. expires_column (string)
              1.3.5. q_column (string)
              1.3.6. callid_column (string)
              1.3.7. cseq_column (string)
              1.3.8. methods_column (string)
              1.3.9. flags_column (string)
              1.3.10. user_agent_column (string)
              1.3.11. received_column (string)
              1.3.12. socket_column (string)
              1.3.13. use_domain (integer)
              1.3.14. desc_time_order (integer)
              1.3.15. timer_interval (integer)
              1.3.16. db_url (string)
              1.3.17. db_mode (integer)
              1.3.18. matching_mode (integer)
              1.3.19. cseq_delay (integer)

        1.4. Exported Functions

   2. Developer's Guide

        2.1. Available Functions

              2.1.1. ul_register_domain(name)
              2.1.2. ul_insert_urecord(domain, aor, rec)
              2.1.3. ul_delete_urecord(domain, aor)
              2.1.4. ul_get_urecord(domain, aor)
              2.1.5. ul_lock_udomain(domain)
              2.1.6. ul_unlock_udomain(domain)
              2.1.7. ul_release_urecord(record)
              2.1.8. ul_insert_ucontact(record, contact, expires,
                      q, callid, cseq, flags, cont, ua, sock)

              2.1.9. ul_delete_ucontact (record, contact)
              2.1.10. ul_get_ucontact(record, contact)
              2.1.11. ul_get_all_ucontacts (buf, len, flags)
              2.1.12. ul_update_ucontact(contact, expires, q,
                      callid, cseq, set, res, ua, sock)

              2.1.13. ul_bind_ursloc( api ) 
              2.1.14. ul_register_ulcb(type ,callback, param) 

   3. Frequently Asked Questions

   List of Examples
   1-1. Set user_column parameter
   1-2. Set user_column parameter
   1-3. Set contact_column parameter
   1-4. Set expires_column parameter
   1-5. Set q_column parameter
   1-6. Set callid_column parameter
   1-7. Set cseq_column parameter
   1-8. Set methods_column parameter
   1-9. Set flags_column parameter
   1-10. Set user_agent_column parameter
   1-11. Set received_column parameter
   1-12. Set socket_column parameter
   1-13. Set use_domain parameter
   1-14. Set desc_time_order parameter
   1-15. Set timer_interval parameter
   1-16. Set db_url parameter
   1-17. Set db_mode parameter
   1-18. Set matching_mode parameter
   1-19. Set cseq_delay parameter
     _________________________________________________________

Chapter 1. User's Guide

1.1. Overview

   User location module. The module keeps a user location table
   and provides access to the table to other modules. The module
   exports no functions that could be used directly from scripts.
     _________________________________________________________

1.1.1. Contact matching

   How the contacts are matched (dor same AOR - Address of
   Record) is an important aspect of the usrloc modules,
   especialy in the context of NAT traversal - this raise mre
   problems since contacts from different phones of same users
   may overlap (if behind NATs with same configuration) or the
   re-register contact of same phone may be seen as a new one
   (due different binding via NAT).

   The SIP RFC 3261 publishes a matching algorithm based only on
   the contact string with callid and cseq number extra checking
   (if callid is the same, it must have a higher cseq number,
   otherwise invalid). But as argumented above, this is not
   enough in NAT traversal context, so the OpenSER implementation
   of contact machting offers more algorithms:

     * contact based only - it strict RFC 3261 compiancy - the
       contact is matched as string and extra checked via callid
       and cseg (if callid is the same, it must have a higher
       cseq number, otherwise invalid).
     * contact nad callid based - it an extension of the first
       case - the contact and callid must matched as string; the
       cseg must be higher than the previous one - so be careful
       how you deal with REGISTER retransmissions in this case.

   How to control/select the contact maching algorithm, please
   see the module parameter matching_mode at Section 1.3.18.
     _________________________________________________________

1.2. Dependencies

1.2.1. OpenSER Modules

   The following modules must be loaded before this module:

     * Optionally a database module.
     _________________________________________________________

1.2.2. External Libraries or Applications

   The following libraries or applications must be installed
   before running OpenSER with this module loaded:

     * None.
     _________________________________________________________

1.3. Exported Parameters

1.3.1. user_column (string)

   Name of column containing usernames.

   Default value is "username". 

   Example 1-1. Set user_column parameter
...
modparam("usrloc", "user_column", "username")
...
     _________________________________________________________

1.3.2. domain_column (string)

   Name of column containing domains.

   Default value is "domain". 

   Example 1-2. Set user_column parameter
...
modparam("usrloc", "domain_column", "domain")
...
     _________________________________________________________

1.3.3. contact_column (string)

   Name of column containing contacts.

   Default value is "contact". 

   Example 1-3. Set contact_column parameter
...
modparam("usrloc", "contact_column", "contact")
...
     _________________________________________________________

1.3.4. expires_column (string)

   Name of column containing expires value.

   Default value is "expires". 

   Example 1-4. Set expires_column parameter
...
modparam("usrloc", "expires_column", "expires")
...
     _________________________________________________________

1.3.5. q_column (string)

   Name of column containing q values.

   Default value is "q". 

   Example 1-5. Set q_column parameter
...
modparam("usrloc", "q_column", "q")
...
     _________________________________________________________

1.3.6. callid_column (string)

   Name of column containing callid values.

   Default value is "callid". 

   Example 1-6. Set callid_column parameter
...
modparam("usrloc", "callid_column", "callid")
...
     _________________________________________________________

1.3.7. cseq_column (string)

   Name of column containing cseq numbers.

   Default value is "cseq". 

   Example 1-7. Set cseq_column parameter
...
modparam("usrloc", "cseq_column", "cseq")
...
     _________________________________________________________

1.3.8. methods_column (string)

   Name of column containing supported methods.

   Default value is "methods". 

   Example 1-8. Set methods_column parameter
...
modparam("usrloc", "methods_column", "methods")
...
     _________________________________________________________

1.3.9. flags_column (string)

   Name of column to save the internal flags of the record.

   Default value is "flags". 

   Example 1-9. Set flags_column parameter
...
modparam("usrloc", "flags_column", "flags")
...
     _________________________________________________________

1.3.10. user_agent_column (string)

   Name of column containing user-agent values.

   Default value is "user_agent". 

   Example 1-10. Set user_agent_column parameter
...
modparam("usrloc", "user_agent_column", "user_agent")
...
     _________________________________________________________

1.3.11. received_column (string)

   Name of column containing the source IP, port, and protocol
   from the REGISTER message.

   Default value is "received". 

   Example 1-11. Set received_column parameter
...
modparam("usrloc", "received_column", "received")
...
     _________________________________________________________

1.3.12. socket_column (string)

   Name of column containing the received socket information
   (IP:port) for the REGISTER message.

   Default value is "socket". 

   Example 1-12. Set socket_column parameter
...
modparam("usrloc", "socket_column", "socket")
...
     _________________________________________________________

1.3.13. use_domain (integer)

   If the domain part of the user should be also saved and used
   for identifing the user (along with the username part). Useful
   in multi domain scenarios. Non 0 value means true.

   Default value is "0 (false)". 

   Example 1-13. Set use_domain parameter
...
modparam("usrloc", "use_domain", 1)
...
     _________________________________________________________

1.3.14. desc_time_order (integer)

   If the user location records should be kept timestamp ordered.
   Non 0 value means true.

   Default value is "0 (false)". 

   Example 1-14. Set desc_time_order parameter
...
modparam("usrloc", "desc_time_order", 1)
...
     _________________________________________________________

1.3.15. timer_interval (integer)

   Number of seconds between two timer runs. The module uses
   timer to delete expired contacts, synchronize with database
   and other tasks, that need to be run periodically.

   Default value is 60. 

   Example 1-15. Set timer_interval parameter
...
modparam("usrloc", "timer_interval", 120)
...
     _________________________________________________________

1.3.16. db_url (string)

   URL of the database that should be used.

   Default value is
   "mysql://openser:openserrw@localhost/openser". 

   Example 1-16. Set db_url parameter
...
modparam("usrloc", "db_url", "mysql://username:password@localhost/opens
er")
...
     _________________________________________________________

1.3.17. db_mode (integer)

   The usrloc module can utilize database for persistent contact
   storage. If you use database, your contacts will survive
   machine restarts or SW crashes. The disadvantage is that
   accessing database can be very time consuming. Therefore,
   usrloc module implements four database accessing modes:

     * 0 - This disables database completely. Only memory will be
       used. Contacts will not survive restart. Use this value if
       you need a really fast usrloc and contact persistence is
       not necessary or is provided by other means.
     * 1 - Write-Through scheme. All changes to usrloc are
       immediately reflected in database too. This is very slow,
       but very reliable. Use this scheme if speed is not your
       priority but need to make sure that no registered contacts
       will be lost during crash or reboot.
     * 2 - Write-Back scheme. This is a combination of previous
       two schemes. All changes are made to memory and database
       synchronization is done in the timer. The timer deletes
       all expired contacts and flushes all modified or new
       contacts to database. Use this scheme if you encounter
       high-load peaks and want them to process as fast as
       possible. The mode will not help at all if the load is
       high all the time. Also, latency of this mode is much
       lower than latency of mode 1, but slightly higher than
       latency of mode 0.
     * 3 - DB-Only scheme. No memory cache is kept, all
       operations being directly performed with the database. The
       timer deletes all expired contacts from database - cleans
       after clients that didn't un-register or re-register. The
       mode is useful if you configure more servers sharing the
       same DB without any replication at SIP level. The mode may
       be slower due the high number of DB operation. For example
       NAT pinging is a killer since during each ping cycle all
       nated contact are loaded from the DB; The lack of memory
       caching also disable the location watcher registration (in
       will not work with PA module) and disable the statistics
       exports.

   Warning

   In case of crash or restart contacts that are in memory only
   and haven't been flushed yet will get lost. If you want
   minimize the risk, use shorter timer interval.

   Default value is 0. 

   Example 1-17. Set db_mode parameter
...
modparam("usrloc", "db_mode", 2)
...
     _________________________________________________________

1.3.18. matching_mode (integer)

   What contact matching algorithm to be used. Refer to section
   Section 1.1.1 for the description of the algorithms.

   The parameter may take the following values:

     * 0 - CONTACT ONLY based matching algorithm.
     * 1 - CONTACT and CALLID based matching algorithm.

   Default value is 0 (CONTACT_ONLY). 

   Example 1-18. Set matching_mode parameter
...
modparam("usrloc", "matching_mode", 1)
...
     _________________________________________________________

1.3.19. cseq_delay (integer)

   Delay (in seconds) for accepting as retransmissions register
   requests with same Call-ID and Cseq. The delay is calculated
   starting from the receiving time of the first register with
   that Call-ID and Cseq.

   Retransmissions within this delay interval will be accepted
   and replied as the original request, but no update will be
   done in location. If the delay is exceeded, error is reported.

   A value of 0 disable the retransmission detection.

   Default value is "20 seconds". 

   Example 1-19. Set cseq_delay parameter
...
modparam("usrloc", "cseq_delay", 5)
...
     _________________________________________________________

1.4. Exported Functions

   There are no exported functions that could be used in scripts.
     _________________________________________________________

Chapter 2. Developer's Guide

2.1. Available Functions

2.1.1. ul_register_domain(name)

   The function registers a new domain. Domain is just another
   name for table used in registrar. The function is called from
   fixups in registrar. It gets name of the domain as a parameter
   and returns pointer to a new domain structure. The fixup than
   'fixes' the parameter in registrar so that it will pass the
   pointer instead of the name every time save() or lookup() is
   called. Some usrloc functions get the pointer as parameter
   when called. For more details see implementation of save
   function in registrar.

   Meaning of the parameters is as follows:

     * const char* name - Name of the domain (also called table)
       to be registered.
     _________________________________________________________

2.1.2. ul_insert_urecord(domain, aor, rec)

   The function creates a new record structure and inserts it in
   the specified domain. The record is structure that contains
   all the contacts for belonging to the specified username.

   Meaning of the parameters is as follows:

     * udomain_t* domain - Pointer to domain returned by
       ul_register_udomain.

     * str* aor - Address of Record (aka username) of the new
       record (at this time the record will contain no contacts
       yet).

     * urecord_t** rec - The newly created record structure.
     _________________________________________________________

2.1.3. ul_delete_urecord(domain, aor)

   The function deletes all the contacts bound with the given
   Address Of Record.

   Meaning of the parameters is as follows:

     * udomain_t* domain - Pointer to domain returned by
       ul_register_udomain.

     * str* aor - Address of record (aka username) of the record,
       that should be deleted.
     _________________________________________________________

2.1.4. ul_get_urecord(domain, aor)

   The function returns pointer to record with given Address of
   Record.

   Meaning of the parameters is as follows:

     * udomain_t* domain - Pointer to domain returned by
       ul_register_udomain.

     * str* aor - Address of Record of request record.
     _________________________________________________________

2.1.5. ul_lock_udomain(domain)

   The function lock the specified domain, it means, that no
   other processes will be able to access during the time. This
   prevents race conditions. Scope of the lock is the specified
   domain, that means, that multiple domain can be accessed
   simultaneously, they don't block each other.

   Meaning of the parameters is as follows:

     * udomain_t* domain - Domain to be locked.
     _________________________________________________________

2.1.6. ul_unlock_udomain(domain)

   Unlock the specified domain previously locked by
   ul_lock_udomain.

   Meaning of the parameters is as follows:

     * udomain_t* domain - Domain to be unlocked.
     _________________________________________________________

2.1.7. ul_release_urecord(record)

   Do some sanity checks - if all contacts have been removed,
   delete the entire record structure.

   Meaning of the parameters is as follows:

     * urecord_t* record - Record to be released.
     _________________________________________________________

2.1.8. ul_insert_ucontact(record, contact, expires, q, callid, cseq,
flags, cont, ua, sock)

   The function inserts a new contact in the given record with
   specified parameters.

   Meaning of the parameters is as follows:

     * urecord_t* record - Record in which the contact should be
       inserted.
     * str* contact - Contact URI.
     * time_t expires - Expires of the contact in absolute value.
     * float q - q value of the contact.
     * str* callid - Call-ID of the REGISTER message that
       contained the contact.
     * int cseq - CSeq of the REGISTER message that contained the
       contact.
     * unsigned int flags - Flags to be set.
     * ucontact_t* cont - Pointer to newly created structure.
     * str* ua - User-Agent of the REGISTER message that
       contained the contact.
     * struct socket_info *sock - socket on which the REGISTER
       message was received on.
     _________________________________________________________

2.1.9. ul_delete_ucontact (record, contact)

   The function deletes given contact from record.

   Meaning of the parameters is as follows:

     * urecord_t* record - Record from which the contact should
       be removed.

     * ucontact_t* contact - Contact to be deleted.
     _________________________________________________________

2.1.10. ul_get_ucontact(record, contact)

   The function tries to find contact with given Contact URI and
   returns pointer to structure representing the contact.

   Meaning of the parameters is as follows:

     * urecord_t* record - Record to be searched for the contact.

     * str_t* contact - URI of the request contact.
     _________________________________________________________

2.1.11. ul_get_all_ucontacts (buf, len, flags)

   The function retrieves all contacts of all registered users
   and returns them in the caller-supplied buffer. If the buffer
   is too small, the function returns positive value indicating
   how much additional space would be necessary to accommodate
   all of them. Please note that the positive return value should
   be used only as a "hint", as there is no guarantee that during
   the time between two subsequent calls number of registered
   contacts will remain the same.

   If flag parameter is set to non-zero value then only contacts
   that have the specified flags set will be returned. It is, for
   example, possible to list only contacts that are behind NAT.

   Meaning of the parameters is as follows:

     * void* buf - Buffer for returning contacts.

     * int len - Length of the buffer.

     * unsigned int flags - Flags that must be set.
     _________________________________________________________

2.1.12. ul_update_ucontact(contact, expires, q, callid, cseq, set,
res, ua, sock)

   The function updates contact with new values.

   Meaning of the parameters is as follows:

     * ucontact_t* contact - Contact URI.
     * time_t expires - Expires of the contact in absolute value.
     * float q - q value of the contact.
     * str* callid - Call-ID of the REGISTER message that
       contained the contact.
     * int cseq - CSeq of the REGISTER message that contained the
       contact.
     * unsigned int set - OR value of flags to be set.
     * unsigned int res - OR value of flags to be reset.
     * str* ua - User-Agent of the REGISTER message that
       contained the contact.
     * struct socket_info *sock - socket on which the REGISTER
       message was received on.
     _________________________________________________________

2.1.13. ul_bind_ursloc( api )

   The function imports all functions that are exported by the
   USRLOC module. Overs for other modules which want to user the
   internal USRLOC API an easy way to load and access the
   functions.

   Meaning of the parameters is as follows:

     * usrloc_api_t* api - USRLOC API
     _________________________________________________________

2.1.14. ul_register_ulcb(type ,callback, param)

   The function register with USRLOC a callback function to be
   called when some event occures inside USRLOC.

   Meaning of the parameters is as follows:

     * int types - type of event for which the callback should be
       called (see usrloc/ul_callback.h).
     * ul_cb f - callback function; see usrloc/ul_callback.h for
       prototype.
     * void *param - some parameter to be passed to the callback
       each time when it is called.
     _________________________________________________________

Chapter 3. Frequently Asked Questions

   3.1. Where can I find more about OpenSER?
   3.2. Where can I post a question about this module?
   3.3. How can I report a bug?

   3.1. Where can I find more about OpenSER?

   Take a look at http://openser.org/.

   3.2. Where can I post a question about this module?

   First at all check if your question was already answered on
   one of our mailing lists:

     * User Mailing List -
       http://openser.org/cgi-bin/mailman/listinfo/users
     * Developer Mailing List -
       http://openser.org/cgi-bin/mailman/listinfo/devel

   E-mails regarding any stable OpenSER release should be sent to
   <users@openser.org> and e-mails regarding development versions
   should be sent to <devel@openser.org>.

   If you want to keep the mail private, send it to
   <team@openser.org>.

   3.3. How can I report a bug?

   Please follow the guidelines provided at:
   http://sourceforge.net/tracker/?group_id=139143.