—
open calls
$52
JW scale/hr
134
Book 1
—
Book 2
No calls today.
No open job calls at this local as of the last update. Check directly: https://members.ibew11.org/dispatchresult
Raw dispatch text (parser couldn't extract structured data)
Please Wait...
#header-row {
text-transform: uppercase;
}
#union-logo {
height: 100px;
margin: 20px 15px 17px -15px;
alt: IBEW Local 11;
}
#header-link {
color: #828282;
font-size: 13px;
font-weight: 600;
padding: 5px 12px;
top: 7px;
line-height: 27px;
height: auto;
position: relative;
text-transform: uppercase;
font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.icon-gray {
height: 15px;
width: auto;
}
#header-link:hover {
border-bottom: 3px solid #828282;
}
HOME
JOIN
CONTACT
.left-off-canvas-menu {
position: fixed;
top: 62px;
overflow-y: auto;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1) !important;
}
#smallTopBar {
height: 62px;
background-color: white;
border-bottom: 1px solid #c9c4c4;
padding: 10px;
}
.logo {
height: 39px;
width: 107px;
text-align: center;
margin-left: 25%;
}
Jobs
Dispatch Statistics
Jobs Available / Sign Day Book
Log In
Reset Password
.left a:hover {
text-decoration: underline;
}
Jobs
Dispatch Statistics
Jobs Available / Sign Day Book
Options
Log In
Reset Password
THE NEXT ROLL CALL DATES ARE
JUNE 10, 2026 THROUGH JUNE 16, 2026
***SEE IMPORTANT NOTICE BELOW
REGARDING RSO AND TWIC REIMBURSEMENTS***
DISPATCH STATS FOR TUESDAY JUNE 9, 2026
TOTAL NUMBER REPORTING FOR DISPATCH: 20
TOTAL ON JRMN WRMN BOOK #1: 616
TOTAL ON JRMN WRMN BOOK #2: 28
TOTAL DISPATCHES FROM BOOK #1: 4
TOTAL DISPATCHES FROM BOOK #2: 0
TOTAL DISPATCHES FROM BOOK #3: 0
TOTAL DISPATCHES FROM BOOK #4: 0
OTHER POSTED JOB CALLS: NONE
LAST REGULAR CALL FILLED BY: # 257 ON BOOK # 1
UNFILLED JOB CALLS: 5 JOURNEYMAN
TOTAL SOUND INSTALLER JOB CALLS: NONE
TOTAL NUMBER OF INSTALLERS ON BOOK 1: 134
TOTAL TRANSPORTATION JOURNEYMAN JOB CALLS: 1
TOTAL NUMBER OF TRANSPORTATION JOURNEYMAN ON BOOK 1: 4
TOTAL TRANSPORTATION TECH JOB CALLS: 1
TOTAL NUMBER OF TRANSPORTATION TECHS ON BOOK 1: 3
FOR FIRST TIME TRAVELER INFORMATION PLEASE CALL:
323.517.9619
***EFFECTIVE IMMEDIATELY LMCC WILL REIMBURSE FEES FOR RSO CLASSES COMPLETED AT OSCA AND PAY A $60 STIPEND. IF CLASSES ARE COMPLETED AT THE ETI, LMCC WILL PAY A $100 STIPEND. IF CLASSES ARE COMPLETED AT OSCA PLEASE SUBMIT YOUR RSO CARD, A CURRENT DUES RECEIPT AND YOUR RECEIPT FOR PAYMENT OF CLASSES. IF CLASSES ARE COMPLETED AT THE ETI PLEASE SUBMIT YOUR RSO CARD, CURRENT DUES RECEIPT AND YOUR LETTER OF COMPLETION.***
THIS APPLIES TO CLASSES TAKEN FROM THIS DATE, 7.6.22, FORWARD ONLY
AND YOU MUST SUBMIT WITHIN 1 YEAR FROM YOUR CLASS DATE.
PLEASE NOTE: ANY CLASSES TAKEN PRIOR TO 7.6.22, MUST BE SUBMITTED WITHIN 6 MONTHS OF YOUR CLASS DATE.
***TWIC CARDS WILL CONTINUE TO BE REIMBURSED FOR THE AMOUNT OF $125.25 ALONG WITH A $50 STIPEND. PLEASE SUBMIT YOUR TWIC CARD, RECEIPT FOR PAYMENT AND A CURRENT DUES RECEIPT. ALL MUST BE SUBMITTED WITHIN 1 YEAR OF PAYMENT.***
IF YOU HAVE ANY QUESTIONS, PLEASE CONTACT DISPATCH @ 323.517.9610
<span style="font-size:
.ws-text {
text-align: center;
vertical-align: center;
}
.footer-block {
min-height: 400px;
max-height: fit-content;
background-color: #0f5ea6;
}
.footer-block li {
list-style-type: none;
line-height: 22px;
}
.footer-block a {
color: white;
font-size: 14px;
}
.footer-block a:hover {
color: #fcc92d;
}
.footer-block h3 {
color: #fcc92d;
font-size: 18px;
font-weight: bold;
margin-bottom: 5px;
font-family: "Poppins","Open Sans", Arial, Helvetica, sans-serif;
}
.footer-block ul {
margin-left: 0px;
}
footer {
background-color: #0f5ea6;
font-family: "Poppins","Open Sans", Arial, Helvetica, sans-serif;
}
footer .panel {
margin-bottom: 0px;
}
.footer-title {
margin-top: 20px;
}
.line {
border-width: 2px;
border: 1px solid #fcc92d;
width: 55px;
margin-bottom: 30px;
margin-top: 5px;
}
.icon {
cursor: pointer;
height: 26px;
width: auto;
margin: 5px 0;
}
IBEW 11
HOME
EVENTS
NEWS
BM MESSAGE
LOCAL 11
DISTRICTS & UNITS
RETIREES
VETERANS
CAMPAIGNS
POLITICAL DIRECTOR'S REPORT
ABOUT
ABOUT
OFFICERS
EXECUTIVE BOARD
EXAMINING BOARD
BYLAWS
IBEW TRUST FUND
LA ELECTRICAL WORKERS CREDIT UNION
ENGINEERS & ARCHITECTS ASSOCIATION
FAQ
MEMBERS ONLY
CONTACT
WORK
WORK
JOIN US
DISPATCH PROCEDURES
TRAVELERS
ROLL-CALL
PAY DUES
SIGN THE DAY BOOK
CONTRACTORS SERVICES
JOB CALLS
ELECTRICAL TRAINING
MORE
EMAIL SIGN UP
© 2013-2026 Working Systems, Inc. All Rights Reserved.
×
OK
×
Yes No
Please enter your user name and password to re-establish your connection.
×
User Name required
A User Name is required.
Password required
A Password is required.
OK Cancel
try {
window.onbeforeunload = function () {
if (typeof(viewModel.modified) == "function" && viewModel.modified() == true) {
return "Changes have not been saved. Do you wish to leave the page?";
}
}
// global ajax busy indicator
$(document).ajaxStart(function () {
//show ajax indicator
ajaxindicatorstart('Please wait...');
}).ajaxStop(function () {
//hide ajax indicator
ajaxindicatorstop();
});
window.addEventListener("beforeunload", function (event) {
// console.log('Requesting new page...');
// ajaxindicatorstart('Please wait...');
});
window.addEventListener("unload", function (event) {
console.log('Unloading page...');
ajaxindicatorstop();
});
console.log(ko.toJSON(formUtilityViewModel));
ko.applyBindings(formUtilityViewModel, document.getElementById('alerts'));
console.log('test a');
console.log('test b');
console.log('viewModel is ' + typeof(viewModel));
if (typeof(viewModel) == "undefined")
{
var viewModel = new Object();
}
// console.log(ko.toJSON(viewModel));
ko.applyBindings(viewModel, document.getElementById('mainContent'));
$(document).foundation({
abide : {
patterns: {card : /^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14})$/}
},
offcanvas : {
open_method: 'overlap',
close_on_click: true
}
});
// This function should be bound to the click binding of masked input boxes.
// This will help keep the user from advancing the cursor into the mask, instead it will keep the cursor at the end of the data
// or at least within the data entered.
checkCursor = function (e) {
var i = e.value.indexOf("_");
if (i != -1 && e.selectionS