0x4a52466c696e74 il y a 1 an
Parent
commit
57da023729
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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