Projet

Général

Profil

Révision 09b88141

ID09b88141b34940d100df10b95b60206979e9df17
Parent 384d482f
Enfant 3a2f2ec7

Ajouté par Lars Kruse il y a environ 5 ans

Improve documantion of many plugins

Specifically the configuration examples are now indented properly.

Voir les différences:

plugins/kamailio/kamailio_mysql_shared_memory
12 12

  
13 13
=head1 CONFIGURATION
14 14

  
15
[kamailio*]
15
 [kamailio*]
16 16
 user root
17 17
 group root
18 18
 env.mysql <optional-override-of-mysqladmin-path>
......
49 49

  
50 50
You have to create a new table in Kamailio (OpenSER) database:
51 51

  
52
CREATE TABLE `statistics` (
52
 CREATE TABLE `statistics` (
53 53
  `id` int(10) unsigned NOT NULL auto_increment,
54 54
  `time_stamp` int(10) unsigned NOT NULL default '0',
55 55
  `random` int(10) unsigned NOT NULL default '0',
......
60 60
  `ul_users` int(10) unsigned NOT NULL default '0',
61 61
  `ul_contacts` int(10) unsigned NOT NULL default '0',
62 62
  PRIMARY KEY  (`id`)
63
) ENGINE=MyISAM;
63
 ) ENGINE=MyISAM;
64 64

  
65 65
Now all is ready for Kamailio (OpenSER), you can restart it.
66 66

  

Formats disponibles : Unified diff