Lines 76-87
successfully logged in, is initialize the ILS module by calling
Link Here
|
76 |
|
76 |
|
77 |
$ils = new ILS $institution |
77 |
$ils = new ILS $institution |
78 |
|
78 |
|
79 |
where C<$institution> is an object of type |
79 |
where C<$institution> is a hash ( institution => 'Foo Public Library' ) |
80 |
C<Sip::Configuration::Institution>, describing the institution to |
80 |
describing the institution to which the terminal belongs. |
81 |
which the terminal belongs. In general, this will be the single |
81 |
In general, this will be the single institution that the ILS supports, |
82 |
institution that the ILS supports, but it may be that in a |
82 |
but it may be that in a consortial setting, the SIP server may support |
83 |
consortial setting, the SIP server may support connecting to |
83 |
connecting to different ILSs based on the C<$institution> of the terminal. |
84 |
different ILSs based on the C<$institution> of the terminal. |
|
|
85 |
|
84 |
|
86 |
=head1 BASIC OBJECT ACCESS AND PROTOCOL SUPPORT |
85 |
=head1 BASIC OBJECT ACCESS AND PROTOCOL SUPPORT |
87 |
|
86 |
|
88 |
- |
|
|