0x4a52466c696e74 1 anno fa
parent
commit
57da023729
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      sip/asterisk/ami/originate.go

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

@@ -95,6 +95,7 @@ type Originate struct {
 }
 
 func (s *Originate) listenEvents() {
+	log.Println("AMI-LISTEN-EVENTS")
 	defer log.Println("AMI-LISTENER-ORIGINATE-CLOSED")
 	for {
 		e, ok := <-s.eventChan