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

(-)a/C4/SIP/SIPServer.pm (-2 / +1 lines)
Lines 91-97 push @params, 'group=' . $>; Link Here
91
91
92
#
92
#
93
# This is the main event.
93
# This is the main event.
94
__PACKAGE__->run(@params);
94
__PACKAGE__->run(@params) unless caller;
95
95
96
#
96
#
97
# Server
97
# Server
98
- 

Return to bug 41271