~ubuntu-branches/debian/sid/kamailio/sid

« back to all changes in this revision

Viewing changes to modules/msrp/README

  • Committer: Package Import Robot
  • Author(s): Victor Seva
  • Date: 2014-01-06 11:47:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140106114713-t8xidp4arzrnyeya
Tags: 4.1.1-1
* New upstream release
* debian/patches:
  - add upstream fixes
* Added tls outbound websocket autheph dnssec modules
  - openssl exception added to their license
* removing sparc and ia64 from supported archs
  for mono module (Closes: #728915)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
   <abalashov@evaristesys.com>
18
18
 
19
 
   Copyright � 2012 asipto.com
 
19
   Copyright © 2012 asipto.com
20
20
     __________________________________________________________________
21
21
 
22
22
   Table of Contents
158
158
   The following modules must be loaded before this module:
159
159
     * None.
160
160
 
 
161
   The following modules are required to make proper use of this module:
 
162
     * tls.
 
163
 
161
164
2.2. External Libraries or Applications
162
165
 
163
166
   The following libraries or applications must be installed before
256
259
   4.8. msrp_cmap_save()
257
260
   4.9. msrp_cmap_lookup()
258
261
 
259
 
4.1. msrp_relay()
 
262
4.1.  msrp_relay()
260
263
 
261
264
   Relay MSRP frame according to the To-Path. This function has to be
262
265
   executed for each MSRP request or reply that has to be forwarded. Note
272
275
}
273
276
...
274
277
 
275
 
4.2. msrp_reply(code, text [, hdrs])
 
278
4.2.  msrp_reply(code, text [, hdrs])
276
279
 
277
280
   Send a reply for the current MSRP request, adding optional headers.
278
281
 
287
290
}
288
291
...
289
292
 
290
 
4.3. msrp_is_request()
 
293
4.3.  msrp_is_request()
291
294
 
292
295
   Return true if the MSRP frame is a request.
293
296
 
304
307
}
305
308
...
306
309
 
307
 
4.4. msrp_is_reply()
 
310
4.4.  msrp_is_reply()
308
311
 
309
312
   Return true if the MSRP frame is a reply.
310
313
 
321
324
}
322
325
...
323
326
 
324
 
4.5. msrp_set_dst(addr, sock)
 
327
4.5.  msrp_set_dst(addr, sock)
325
328
 
326
329
   Set destination attributes: addr - target address as MSRP URI; sock -
327
330
   local socket to be used (format 'proto:ip:port').
339
342
}
340
343
...
341
344
 
342
 
4.6. msrp_relay_flags(flags)
 
345
4.6.  msrp_relay_flags(flags)
343
346
 
344
347
   Set transport layer sending flags for forwarding current MSRP frame;
345
348
   flags - a bitmask of flags - 1 (don't create a new connection), 2
358
361
}
359
362
...
360
363
 
361
 
4.7. msrp_reply_flags(flags)
 
364
4.7.  msrp_reply_flags(flags)
362
365
 
363
366
   Set transport layer sending flags for replies to the current MSRP
364
367
   frame; flags - a bitmask of flags - 1 (don't create a new connection),
377
380
}
378
381
...
379
382
 
380
 
4.8. msrp_cmap_save()
 
383
4.8.  msrp_cmap_save()
381
384
 
382
385
   Save details of a MSRP connection upon AUTH request inside the internal
383
386
   map table, indexed by session id.
393
396
}
394
397
...
395
398
 
396
 
4.9. msrp_cmap_lookup()
 
399
4.9.  msrp_cmap_lookup()
397
400
 
398
401
   Lookup MSRP connection details for current session id.
399
402
 
429
432
 
430
433
   6.1. msrp.cmaplist
431
434
 
432
 
6.1. msrp.cmaplist
 
435
6.1.  msrp.cmaplist
433
436
 
434
437
   List active MSRP connections.
435
438