$(TIFF_LA): $(TIFF_DIR) $(TIFF_DIR)/.update
cd $(TIFF_BUILDDIR) && $(MAKE) -j1
$(TOUCH_TARGET)
-
-install-exec-local: $(DESTDIR)$(libdir)/libspandsp.la
-
-$(DESTDIR)$(libdir)/libspandsp.la: $(SPANDSP_LA)
- cd $(TIFF_DIR) && $(MAKE) -j1 install
- cd $(SPANDSP_DIR) && $(MAKE) -j1 install
event->event_id == SWITCH_EVENT_PRESENCE_IN ? "IN" : "OUT", profile->name);
}
-#if 0
- if (hup) {
+
+ if (hup) {
+ /* so many phones get confused when whe hangup we have to reprobe to get them all to reset to absolute states so the lights stay correct */
switch_event_t *s_event;
if (switch_event_create(&s_event, SWITCH_EVENT_PRESENCE_PROBE) == SWITCH_STATUS_SUCCESS) {
}
}
-#endif
-
if (!zstr((char *) helper.stream.data)) {
char *this_sql = (char *) helper.stream.data;
char *next = NULL;