[Home]

Summary:ASTERISK-03631: MOH to remote is dropped after parking call
Reporter:Andrew Lindh (andrew)Labels:
Date Opened:2005-03-04 16:33:46.000-0600Date Closed:2011-06-07 14:10:41
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_features
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When I have a call and transfer to 700 (parking) it reads me the digits (701) and then plays MOH. I then finish the transfer on my phone so the call is now parked back at asterisk.

The caller hears music on hold as soon as I start the transfer to parking. When I finish the transfer the caller does not hear the music any more, asterisk just stops it.

MOH is setup for default it works for hold and MusicOnHold and everywhere else so I don't think it's a MOH problem, just parking not keeping the caller's MOH connected.

BKW's answer on IRC was ding ding ding when I said CVS-HEAD. I guess this means it is what it is....but it is still a bug as far as I can see....the other command was to just move to valetparking.


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

musiconhold.conf:

[classes]
default => custom:/var/lib/asterisk/moh-raw,/usr/bin/rawplayer
Comments:By: nick (nick) 2005-03-04 22:51:17.000-0600

Kindly provide something to work with... do you see any messages on your console? Anything like that? What kind of phones (SIP/Zap/etc.) phones are you using?

Nick

By: Andrew Lindh (andrew) 2005-03-05 10:26:58.000-0600

Polycom 600 SIP phones and/or ZAP channels. I have not tried any others yet (I can later). No console error messages. The music is just stopped...

(exten 330 polycom is doing the parking, 328 is the caller)

   -- Executing Park("SIP/330i-24fc", "") in new stack
 == Parked SIP/330i-24fc on 701. Will timeout back to netplex-inside2,s,1 in 90
seconds
   -- Added extension '701' priority 1 to parkedcalls
   -- Playing 'digits/7' (language 'en')
   -- Playing 'digits/0' (language 'en')
   -- Playing 'digits/1' (language 'en')
   -- Started music on hold, class 'default', on SIP/330i-24fc
 == Spawn extension (netplex-inside2, s, 1) exited KEEPALIVE on 'SIP/330i-24fc'
   -- Stopped music on hold on SIP/330i-24fc
   -- Stopped music on hold on SIP/328-af53
 == Spawn extension (macro-netplex-intercom, s, 2) exited non-zero on 'SIP/330i
-24fc<ZOMBIE>' in macro 'netplex-intercom'
 == Spawn extension (netplex-inside2, 330, 1) exited non-zero on 'SIP/330i-24f
c<ZOMBIE>'

By: Matthew Fredrickson (mattf) 2005-03-06 21:01:21.000-0600

Can you post a SIP debug of the transfer while it occurs?

By: Matthew Fredrickson (mattf) 2005-03-09 00:19:51.000-0600

No feedback