[Asterisk-Users] SuperValetParkCall Application Unable to Re-Park Call

Kevin Asterisk at gtcus.com
Fri Dec 24 08:21:04 MST 2004


After retrieving a SuperValetParkCall using the SuperValetUnparkCall
command, I am unable to re- SuperValetParkCall the call again.  Can
anyone confirm if this is a bug or my configs may be incorrect.  

Configs:


exten =>
3XXXX,1,SuperValetParkcall(${EXTEN:1}|mylot|500|${EXTEN:1}|1|local)
exten => _3XXXX,2,Hangup
exten => _*3XXXX,1,SuperValetUnParkCall(${EXTEN:2}|mylot)
exten => _*3XXXX,2,Hangup



The CLI:


    -- Executing Dial("SIP/2205-d565", "sip/2203|20|tr") in new stack
    -- Called 2203
    -- SIP/2203-1119 is ringing
    -- SIP/2203-1119 answered SIP/2205-d565
    -- Attempting native bridge of SIP/2205-d565 and SIP/2203-1119
    -- Started music on hold, class 'default', on SIP/2205-d565
    -- Executing SuperValetParkCall("SIP/2203-7a5d",
"2204|mylot|500|2204|1|local") in new stack
    -- Started music on hold, class 'default', on SIP/2203-7a5d
  == Super Valet Parked SIP/2203-7a5d on slot 2204
    -- Executing Hangup("SuperValetParked/SIP/2203-7a5d
<ZOMBIE>", "") in new stack
  == Spawn extension (local, h, 1) exited non-zero on
'SuperValetParked/SIP/2203-7a5d
<ZOMBIE>'
    -- Stopped music on hold on SIP/2203-7a5d
    -- Stopped music on hold on SIP/2205-d565
    -- Started music on hold, class 'default', on SIP/2203-7a5d
  == Spawn extension (macro-stdexten, s, 2) exited non-zero on
'SIP/2203-7a5d<ZOMBIE>' in macro 'stdexten'
  == Spawn extension (local, 2203, 1) exited non-zero on
'SIP/2203-7a5d<ZOMBIE>'
    -- Executing Hangup("SIP/2203-7a5d<ZOMBIE>", "") in new stack
  == Spawn extension (local, h, 1) exited non-zero on
'SIP/2203-7a5d<ZOMBIE>'
    -- Executing SuperValetUnparkCall("SIP/2203-cbc3", "2204|mylot") in
new stack
    -- Stopped music on hold on SIP/2205-d565
    -- Channel SIP/2203-cbc3 connected to SuperValet Parked call 2204 in
lot mylot
    -- Executing SuperValetParkCall("SIP/2203-376e",
"2204|mylot|500|2204|1|local") in new stack
    -- Started music on hold, class 'default', on SIP/2203-376e
  == Super Valet Parked SIP/2203-376e on slot 2204
    -- Executing Hangup("SuperValetParked/SIP/2203-376e
<ZOMBIE>", "") in new stack
  == Spawn extension (local, h, 1) exited non-zero on
'SuperValetParked/SIP/2203-376e
<ZOMBIE>'
a




More information about the asterisk-users mailing list