Skip to content

Commit

Permalink
Merge pull request #37 from sjaeckel/fix/hangup
Browse files Browse the repository at this point in the history
fix missing hangup
  • Loading branch information
denzs authored Dec 4, 2017
2 parents 59ca3d0 + f1ef125 commit 28ce11e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gofaxd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ func (e *EventSocketServer) handler(c *eventsocket.Connection) {
}
c.Execute("set", fmt.Sprintf("fax_ident=%s", csi), true)
c.Execute("rxfax", filenameAbs, true)
c.Execute("hangup", "", false)

result := gofaxlib.NewFaxResult(channelUUID, sessionlog)
es := gofaxlib.NewEventStream(c)
Expand Down

0 comments on commit 28ce11e

Please sign in to comment.