Browse Source

in progress

0x4a52466c696e74 1 năm trước cách đây
mục cha
commit
57da023729
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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