Author Topic: ExtModule hangup problem  (Read 5472 times)

WhiteWind

  • Newbie
  • *
  • Posts: 2
    • View Profile
ExtModule hangup problem
« on: July 30, 2013, 08:21:25 PM »
I'm using Yate 4.2
I wrote simple autoattendant using libyate.php and leavemail.php.
Stock leavemail.php always leaves a never expiring record in cdrbuild module. So I extended leavemail.php with messages chan.startup and chan.hangup.
A problem is that script works as intended only when remote party hangups during recording. But when chan.hangup is emitted during greeting script does not receive chan.hangup: it just gets stdio handles closed and terminates. It even does not receive chan.notify with reason=replace so it have no chance to emit any message.
« Last Edit: July 30, 2013, 08:23:43 PM by WhiteWind »