[Asterisk-Users] Parking extension not working

Lance Arbuckle asterisk at arbuckle.org
Wed Jan 14 19:00:54 MST 2004


Sean Garland wrote:
> 
> Yes, I have the include => parkedcalls in the default context which is
> where my calls start from, in fact if I try to transfer to one of the
> parked locations as a test of transferring to the 7xx area, I get the
> "...no parked call.." message so it seems like the context is working.
> All of the parking location extensions show up in the dialplan.  What
> should I see on the console when transferring to 700 (or 701 as it may
> be) from SIP?  Will it work from sip?  Is there a way I can test from
> the console?
> 
> Thanks
> Sean
> 


ok, here's what mine dumps to the console when I call from a sip phone
(xlite) to an analog extension and press # in Xlite to start the
transfer and then dial the park extension 700 :

( Xlite calls exten 8005)
    -- Executing Macro("SIP/-08126310", "stdexten|8005|Zap/2") in new
stack
    -- Executing Goto("SIP/-08126310", "s|201") in new stack
    -- Goto (macro-stdexten,s,201)
    -- Executing NoOp("SIP/-08126310", "") in new stack
    -- Executing Playback("SIP/-08126310", "transfer|skip") in new stack
    -- Executing Dial("SIP/-08126310", "Zap/2|20|rtT") in new stack
    -- Called 2
( exten 8005 starts ringing )
    -- Zap/2-1 is ringing
    -- Zap/2-1 is ringing
( it rings, thereofr I answer )
    -- Zap/2-1 answered SIP/-08126310
( in Xlite I press # followed by 700 which puts exten 8005 on hold,
starts playing hold music, and then dials the parkinglot )
    -- Started music on hold, class 'random', on Zap/2-1
    -- Playing 'pbx-transfer' (language 'en')
( it looks like music on hold for the exten being parked is stopped and
then restarted as the exten is moved from being on hold to being parked
)
    -- Stopped music on hold on Zap/2-1
    -- Started music on hold, class 'random', on Zap/2-1
( looks like we're parkin' Allison reads back our parking space in the
parking lot )
  == Parked Zap/2-1 on 701
    -- Playing 'digits/7' (language 'en')
    -- Playing 'digits/0' (language 'en')
    -- Playing 'digits/1' (language 'en')
  == Spawn extension (macro-stdexten, s, 203) exited non-zero on
'SIP/-08126310' in macro 'stdexten'
  == Spawn extension (from-sip, 8005, 1) exited non-zero on
'SIP/-08126310'
( from Xlite, dial 701 to fetch the parked call )
    -- Executing ParkedCall("SIP/-08126310", "701") in new stack
    -- Stopped music on hold on Zap/2-1
    -- Channel SIP/-08126310 connected to parked call 701
( ok hangup now )
    -- Hungup 'Zap/2-1'
  == Spawn extension (from-sip, 701, 1) exited non-zero on
'SIP/-08126310'
    -- Go cook dinner
    -- Drink an adult beverage :)

--Lance



More information about the asterisk-users mailing list