Hallo Luggers,

I am configuring call parking on asterisk however I have the following
issue,

- Caller A calls caller B
- Caller B receives the call and transfers it to the parking extension 799,
so that caller C can receive the call
-*The extension to which the call has been parked is read out to caller A
(who did not park the call) instead of caller B (who parked the call) : *this
is the problem.*

How can I solve that? I have tried all the options of T, t and r however in
vain.

*Here is my config in extensions.conf for call parking*

;Parking calls for office A
exten => 799,1,Set(CHANNEL(parkinglot)=parkinglot_main)
exten => 799,n,Set(_PARKINGLOT=parkinglot_main)
exten => 799,n,Answer()
exten => 799,n,Park()
exten => 799,n,Hangup()

[macro-officeA]
exten => s,1,Dial(${ARG1},10,Ttr)
exten => s,n,GotoIf($["${DIALSTATUS}" = "BUSY"]?busy:unavail)
exten => s,n(unavail),Voicemail(${MACRO_EXTEN}@officea-vmail,u)
exten => s,n,Hangup()
exten => s,n(busy),VoiceMail(${MACRO_EXTEN}@officea-vmail,b)
exten => s,n,Hangup()
exten => 1234,1,MeetMe(1234,i)

*Features.conf has this:*
[parkinglot_main]
context => officeA
parkext => 799
parkpos => 800-850
findslot => next

Thanks



-- 
Richard Zulu
gtug lead, Kampala (Uganda)
http://kampala.gtugs.org
---------------------------------------------------------
Join Kampala GTUGs on
Twitter: http://twitter.com/GTUG_Kampala
Facebook: https://www.facebook.com/gtugkampala
Mailing List: https://groups.google.com/group/gtug-kampala
View our Google Developer video
<https://www.youtube.com/watch?v=QE5KOfjKLy0&feature=player_embedded>

***********************************
http://www.linkedin.com/in/richardzulu
http://www.twitter.com/richardzulu
_______________________________________________
The Uganda Linux User Group: http://linux.or.ug

Send messages to this mailing list by addressing e-mails to: [email protected]
Mailing list archives: http://www.mail-archive.com/[email protected]/
Mailing list settings: http://kym.net/mailman/listinfo/lug
To unsubscribe: http://kym.net/mailman/options/lug

The Uganda LUG mailing list is generously hosted by INFOCOM: 
http://www.infocom.co.ug/

The above comments and data are owned by whoever posted them (including 
attachments if any). The mailing list host is not responsible for them in any 
way.

Reply via email to