[YMCS/YDMP Free Trial Program]Yealink would like to offer Free Trial Program of Yealink device management service for our current eligible customers. You can see the details below.
https://www.yealink.com/ydmp-freetrial-2020


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
T26 Park Button problem Asterisk v1.8
Author Message
rfrantik@rfcinc.com Offline
Junior Member
**

Posts: 31
Joined: Jan 2013
Reputation: 0
Post: #1
T26 Park Button problem Asterisk v1.8
T26 Park Button problem Asterisk v1.8

From my research it seems that when using the DSS Key Type "Call Park" the T26 phone is doing a Blind Transfer during the park. We use 700 as our call park code.

If I do a Transfer - 700 manually I hear the system read the call park location back to me and the BLF button for Park 701 lights up. Basically it works fine.

If I press the DSS Call Park button (properly programmed with the 700 code) the call gets parked to an "unknown" location.

We run a Multi-Tenant version of Asterisk... so our parking lots are in context as such:

default-tenant1
default-tenant2
default-tenant3

After a little digging it appears that if we manually transfer the call, the call gets parked in default-tenant1 context (or the appropriate tenant to the phone).

If we use the DSS button and Call Park feature the call just gets parked to the "default" context.

It appears this issue has to do with the manner in which Asterisk v1.8 interprets the "blind" call park being done by the Yealink phone. Is there a way to make changes to the method being used by the Call Park DSS button?

Please Advise.
03-12-2013 01:15 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
LinkedIT Offline
Junior Member
**

Posts: 1
Joined: Mar 2013
Reputation: 0
Post: #2
RE: T26 Park Button problem Asterisk v1.8
Hi

I had this problem with a multi tenant Astersik PBX as well, after many many days of trying all sorts of things, I cange the 700 BLF key to a 'Intercom' BLF is blind tansfer, 'Intercom' is attended transfer

Give it a go, the above works fine for us now !
03-19-2013 03:39 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
rfrantik@rfcinc.com Offline
Junior Member
**

Posts: 31
Joined: Jan 2013
Reputation: 0
Post: #3
RE: T26 Park Button problem Asterisk v1.8
Thanks for the follow up. That's kind of the solution I was looking for... but I haven't found a combination that works yet.

I will give the 'Intercom BLF 700' a try and report back.
Thanks.
03-19-2013 03:43 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
rfrantik@rfcinc.com Offline
Junior Member
**

Posts: 31
Joined: Jan 2013
Reputation: 0
Post: #4
RE: T26 Park Button problem Asterisk v1.8
I was able to set the key 'Type' to 'Intercom'... but I didn't see any options that had 'Intercom BLF' as a choice.

'Value' is set to '700' and 'Line' is set to 'Line 1'

It seems to work fine as long as I use Transfer - Intercom 700 Btn... wait for announcement of park zone... then hit Transfer again to comple the transfer.

So it's a decent shortcut for not having users dial 700 manually, but I can't seem to make it a 1 button park function. What does the user need to do in your scenario to park a call? Thanks for all your help on this.
03-21-2013 02:14 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Voore Offline
Junior Member
**

Posts: 17
Joined: Nov 2012
Reputation: 1
Post: #5
RE: T26 Park Button problem Asterisk v1.8
We are useing Astrisk v1.8 with Yealink DSS keys for Park with no issue, make sure thet it set like below
parkinglot_TENANTID]
context => parkedcalls-TENANTID
parkingtime => 180
parkext => 700
parkpos => 701-708
findslot =>

That should do it
03-21-2013 11:42 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
rfrantik@rfcinc.com Offline
Junior Member
**

Posts: 31
Joined: Jan 2013
Reputation: 0
Post: #6
RE: T26 Park Button problem Asterisk v1.8
This is the config from features.conf:

[parkinglot_tenant]
context => parkedcalls-tenant
parkingtime => 180
parkext => 700
parkpos => 701-704
findslot => first

I assume your ommission of the leading "[" and the value for "findslot" was a copy/paste error? Unless leaving the "findslot" value blank helps?

We can park calls without a problem as long as we do a supervised transfer. So I don't think there are any configuration issues with the Asterisk setup.

What can you tell me about the DSS key you use for Park? Key 'type' and 'value' would be great... along with the procedure your users go thru to actually park a call? Thanks for your help.

I have a feeling the real problem is that the yealink phones do a blind transfer when using the 'Call Park' key type and it's a pure redirect so the channel variable to park isn't on that leg of the call.
03-22-2013 12:17 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Voore Offline
Junior Member
**

Posts: 17
Joined: Nov 2012
Reputation: 1
Post: #7
RE: T26 Park Button problem Asterisk v1.8
we are using blind transfer option as the method of sending the call to park we have a script that it should not annouce the call i will post i t soon
03-22-2013 12:39 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
rfrantik@rfcinc.com Offline
Junior Member
**

Posts: 31
Joined: Jan 2013
Reputation: 0
Post: #8
RE: T26 Park Button problem Asterisk v1.8
Niki, did you ever find that script? Or do we need to use the Transfer button to use the feature? Thanks!

We came back around to testing this today for a new customer. In using a T26 phone with an Asterisk v1.6.2.x server it pretty much works when you use Type = Transfer, Value = 700

While on the call you just press the programmed button and it parks the call... the call seems to stay on your line button a second or two after the park button lights up... but I assume that is the blind transfer sequence completing it's hangup.

So it appears to work as LinkedIT suggested in his post, but I had to use a Type = Transfer.

I will test on v1.8 and report back.
(This post was last modified: 05-16-2013 11:55 PM by rfrantik@rfcinc.com.)
05-16-2013 11:42 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
arcinsurance Offline
Junior Member
**

Posts: 8
Joined: Dec 2012
Reputation: 0
Post: #9
RE: T26 Park Button problem Asterisk v1.8
My T26p's give me a problem as well, I tried firmware 6.70.0.150 as well as the newest 6.71.0.140. If I transfer to 700 (parking lot) I hear the 701 announcement. If I set a button to park,transfer,etc it just dumps the call to the slot with no announcement. If I set the button to intercom, I hear it but as you said then I have to transfer again. No good.
11-26-2013 11:36 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
strabuzano Offline
Junior Member
**

Posts: 8
Joined: Mar 2014
Reputation: 0
Post: #10
RE: T26 Park Button problem Asterisk v1.8
Has this problem been fixed ?
I am running freepbx 2.11.0.24 with asterisk 11.3.0 and cannot find a way to park a call and have the announcement made to the person parking the call and not the callee.

Thanks
03-11-2014 09:52 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Lost my configuration trying to fix a static audio problem nestman 0 4,110 06-22-2021 06:33 AM
Last Post: nestman
  T28P LDAP Problem oguzhan 1 7,862 06-10-2020 01:14 PM
Last Post: beldimon
  "On hook" event problem Rafal 6 16,949 03-26-2020 03:35 AM
Last Post: Normfred
  Problem with low-level firmware of telephone T21 E2 protaganist 5 18,569 01-21-2019 11:50 AM
Last Post: protaganist
  T21P dial problem oguzhan 2 10,042 06-20-2018 09:27 AM
Last Post: oguzhan
  Known problem - redial from history Rafal 4 13,605 03-21-2018 06:24 AM
Last Post: Rafal
  Problem with alert BLF in T27P hercross 5 14,383 03-01-2018 05:58 PM
Last Post: Evan_Yealink
  Yealink T21P E2 Communication Problem Windland_Support 1 9,889 08-16-2017 02:44 AM
Last Post: Kevin_Yealink
  SIP T22P Problem liamretrams 2 10,899 06-01-2017 11:22 AM
Last Post: wcolato
  In-Call Call recording button fetoa 10 38,245 03-10-2017 06:44 PM
Last Post: Patrick Hogan

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us   Yealink   Return to Top   Return to Content   Lite (Archive) Mode   RSS Syndication