[Home]

Summary:ASTERISK-16979: The musiconhold stop when a call is parked
Reporter:Alejandro Padilla (drazyck)Labels:
Date Opened:2010-11-18 01:44:42.000-0600Date Closed:2010-12-06 13:53:35.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Features/Parking
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When parking a call, start playing musiconhold when you press # , but when you provide a park position, it stops playing.

In the cli, we can see that starting musiconhold, stop and start again indicates that, but it is not. This happens right when he says the extent to which the call is parked.


****** ADDITIONAL INFORMATION ******

Called 1891
   -- SIP/1891-0000005a is ringing
   -- SIP/1891-0000005a answered SIP/1804-00000059
   -- Started music on hold, class 'default', on SIP/1804-00000059
   -- <SIP/1891-0000005a> Playing 'pbx-transfer.alaw' (language 'es')
   -- Stopped music on hold on SIP/1804-00000059
   -- Started music on hold, class 'default', on SIP/1804-00000059
 == Parked SIP/1804-00000059 on 101 (lot parkinglot_isotrol). Will timeout back to extension [outgoing_isotrol_cau] 1891, 1 in 45 seconds
   -- Added extension '101' priority 1 to parking_isotrol
   -- <SIP/1891-0000005a> Playing 'digits/1.alaw' (language 'es')
   -- <SIP/1891-0000005a> Playing 'digits/0.alaw' (language 'es')
   -- <SIP/1891-0000005a> Playing 'digits/1.alaw' (language 'es')
Comments:By: Matt Kemner (mkemner) 2010-11-18 02:25:43.000-0600

This may be a duplicate of issue 18262

It is possible to work around this by using res_timing_pthread as a timer instead of res_timing_dahdi

By: Alejandro Padilla (drazyck) 2010-11-18 04:41:31.000-0600

Ok, i have unload res_timing_dahdi and now moh works.

Thanks