@@ -98,6 +98,7 @@ func (s *Originate) listenEvents() {
defer log.Println("AMI-LISTENER-ORIGINATE-CLOSED")
for {
e, ok := <-s.eventChan
+ log.Println("E --------------------------->", e, ok)
if !ok {
s.finished = true
close(s.userEventChan)