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

« back to all changes in this revision

Viewing changes to modules/carrierroute/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:
511
511
   This is useful if you need some additional informations that belongs to
512
512
   each gw, like the destination or the number of channels.
513
513
 
 
514
   The function pays special attention to the failurerouting cases, so
 
515
   that any destination that has failed to provide a successful response
 
516
   will not be reused in a subsequent call of cr_route. This situation can
 
517
   appear when different route domains contain a set of common gateways.
 
518
 
514
519
   This function is only usable with rewrite_user and prefix_matching
515
520
   containing a valid string. This string needs to be numerical if the
516
521
   match_mode parameter is set to 10. It uses the standard CRC32 algorithm
1063
1068
 
1064
1069
   URL to the database containing the data.
1065
1070
 
1066
 
   Default value is “mysql://openserro:openserro@localhost/openser”.
 
1071
   Default value is “mysql://kamailioro:kamailioro@localhost/kamailio”.
1067
1072
 
1068
1073
   Example 2.1. Set db_url parameter
1069
1074
...