Jelajahi Sumber

in progress

0x4a52466c696e74 1 tahun lalu
induk
melakukan
09bf26efb0
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      sip/asterisk/ami/originate.go

+ 1 - 0
sip/asterisk/ami/originate.go

@@ -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)