Hi I'm using asterisk 1.8 on CentOS 5 I'm initiating call recordings with MixMonitor and trying to pause them with the features.conf. Whenever I try to pause the recording the call dies. Is PauseMonitor incompatible with MixMonitor? Here are some key log excerpts features reload == Parsing '/etc/asterisk/features.conf': == Found == Registered Feature 'testfeature' == Mapping Feature 'testfeature' to app 'Playback(tt-monkeys)' with code '#9' == Registered Feature 'pauseMonitor' == Mapping Feature 'pauseMonitor' to app 'pauseMonitor()' with code '#00' == Registered Feature 'unpauseMonitor' == Mapping Feature 'unpauseMonitor' to app 'UnpauseMonitor()' with code '#01' -- Feature Found: pauseMonitor exten: pauseMonitor -- Executing [h at xxxxxxxxx:1] System("SIP/xxx.xxx.x.xxx-0000000c", "php agi-bin/process-call.php 0 "2013-07-12 15:09:30" xxxxxxxx inbound") == MixMonitor close filestream == End MixMonitor Recording SIP/213.166.5.185-0000000c I've tried executing it on self and peer with the same result. Any thoughts? Thanks in Advance Ish -- Ishfaq Malik Department: VOIP Support Company: Packnet Limited t: +44 (0)845 004 4994 f: +44 (0)161 660 9825 e: ish at pack-net.co.uk w: http://www.pack-net.co.uk Registered Address: PACKNET LIMITED, 2A ENTERPRISE HOUSE, LLOYD STREET NORTH, MANCHESTER SCIENCE PARK, MANCHESTER, M156SE COMPANY REG NO. 04920552 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130712/653059a3/attachment.htm>
On Fri, Jul 12, 2013 at 9:14 AM, Ishfaq Malik <ish at pack-net.co.uk> wrote:> Hi > > I'm using asterisk 1.8 on CentOS 5 > > I'm initiating call recordings with MixMonitor and trying to pause them > with the features.conf. > > Whenever I try to pause the recording the call dies. Is PauseMonitor > incompatible with MixMonitor? > > Here are some key log excerpts > > features reload > == Parsing '/etc/asterisk/features.conf': == Found > == Registered Feature 'testfeature' > == Mapping Feature 'testfeature' to app 'Playback(tt-monkeys)' with code > '#9' > == Registered Feature 'pauseMonitor' > == Mapping Feature 'pauseMonitor' to app 'pauseMonitor()' with code '#00' > == Registered Feature 'unpauseMonitor' > == Mapping Feature 'unpauseMonitor' to app 'UnpauseMonitor()' with code > '#01' > > -- Feature Found: pauseMonitor exten: pauseMonitor > -- Executing [h at xxxxxxxxx:1] System("SIP/xxx.xxx.x.xxx-0000000c", > "php agi-bin/process-call.php 0 "2013-07-12 15:09:30" xxxxxxxx inbound") > == MixMonitor close filestream > == End MixMonitor Recording SIP/213.166.5.185-0000000c > > I've tried executing it on self and peer with the same result. > > Any thoughts? >The PauseMonitor and UnpauseMonitor applications work with the Monitor application not MixMonitor. If a Monitor is not active on the channel then the PauseMonitor and UnpauseMonitor applications hangup the channel. Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130712/8bf3d591/attachment.htm>