View | Details | Raw Unified | Return to bug 13159
Collapse All | Expand All

(-)a/C4/SIP/sip_cli_emulator.pl (-2 / +1 lines)
Lines 23-29 use Socket qw(:crlf); Link Here
23
use IO::Socket::INET;
23
use IO::Socket::INET;
24
use Getopt::Long;
24
use Getopt::Long;
25
25
26
use Sip::Constants qw(:all);
26
use C4::SIP::Sip::Constants qw(:all);
27
27
28
use constant { LANGUAGE => '001' };
28
use constant { LANGUAGE => '001' };
29
29
30
- 

Return to bug 13159