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

« back to all changes in this revision

Viewing changes to modules/pv/doc/pv_admin.xml

  • 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:
336
336
                        </example>
337
337
                </section>
338
338
        </section>
 
339
        <section>
 
340
        <title>RPC Commands</title>
 
341
                <section>
 
342
                        <title><function moreinfo="none">pv.shvSet</function></title>
 
343
                        <para>
 
344
                                Set the value of a shared variable ($shv(name)).
 
345
                        </para>
 
346
                <para>Parameters:</para>
 
347
                <itemizedlist>
 
348
                        <listitem><para>_name_: shared variable name</para></listitem>
 
349
                        
 
350
                        <listitem><para>_type_: type of the value</para>
 
351
                              <itemizedlist>
 
352
            <listitem><para> <quote>int</quote>: integer value </para></listitem> 
 
353
                <listitem><para> <quote>str</quote>: string value </para></listitem>    
 
354
                                  </itemizedlist>
 
355
                        </listitem>       
 
356
 
 
357
                        <listitem><para>_value_: value to be set</para></listitem>
 
358
                </itemizedlist>
 
359
                </section>
 
360
                <section>
 
361
                        <title><function moreinfo="none">pv.shvGet</function></title>
 
362
                        <para>
 
363
                                Get the value of a shared variable ($shv(name)).
 
364
                        </para>
 
365
                <para>Parameters:</para>
 
366
                <itemizedlist>
 
367
                        <listitem><para>_name_: shared variable name</para></listitem>
 
368
                </itemizedlist>
 
369
                <para>If no name is given, all shared variables are listed</para>
 
370
                </section>
 
371
        </section>
 
372
        
339
373
</chapter>
340
374