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