 Rank: Administration Medals:  Joined: 5/30/2012(UTC) Posts: 501 Location: Raleigh, NC
Thanks: 56 times Was thanked: 82 time(s) in 68 post(s)
|
This extension will allow you to create an option on your guest page for a guest to initiate a support session.  We recommend pairing this with a Session Event Trigger to notify you when a guest connects to a support session without a Host (http://help.screenconnect.com/Session_Event_Triggers). This extension is now available in the Online Extensions Library. Disclaimer: This extension was written by our support team (and in some cases in conjunction with our forum community) in response to customer requests. Extensions are meant to be quick workarounds or immediate solutions to problems. Extensions are not supported under our normal terms of service, as these extensions are outside typical Q/A or development guidelines. Questions for extensions should be addressed in its respective forum post. Suggestions for improvements (enhancements or defects) should also be queued in the post for consideration. |
ScreenConnect Team |
 1 user thanked Mike for this useful post.
|
|
|
 Rank: Newbie Medals:  Joined: 3/7/2016(UTC) Posts: 9  Location: Louisiana Thanks: 1 times Was thanked: 2 time(s) in 1 post(s)
|
We absolutely love the plugin but recently we have been getting this error.
Unable to convert arguments to corresponding parameter types.
|
|
|
|
 Rank: Administration Medals:  Joined: 10/2/2015(UTC) Posts: 329
Thanks: 1 times Was thanked: 71 time(s) in 63 post(s)
|
Good morning,
What version of ScreenConnect are you using? What version of the extension are you using (the most current version is 1.0.103)? Does the error appear before or after the guest selects "Start Session" from the Join Session modal? Does the error appear for all inputs or do certain entries trigger the error? |
ScreenConnect Team |
|
|
|
 Rank: Newbie Medals:  Joined: 3/7/2016(UTC) Posts: 9  Location: Louisiana Thanks: 1 times Was thanked: 2 time(s) in 1 post(s)
|
We are using 5.5.10444.5898 Extension is 1.0.103
I have reinstalled the extension.
We are using the default triggers..... I think.
event filter: Event.EventType = 'Connected' AND Connection.ProcessType = 'Guest' AND (Session.SessionType = 'Support' OR Session.SessionType = 'Meeting') AND Session.HostConnectedCount = 0
|
|
|
|
 Rank: Administration Medals:  Joined: 10/2/2015(UTC) Posts: 329
Thanks: 1 times Was thanked: 71 time(s) in 63 post(s)
|
Originally Posted by: robertmay  We are using 5.5.10444.5898 Extension is 1.0.103
I have reinstalled the extension.
We are using the default triggers..... I think.
event filter: Event.EventType = 'Connected' AND Connection.ProcessType = 'Guest' AND (Session.SessionType = 'Support' OR Session.SessionType = 'Meeting') AND Session.HostConnectedCount = 0
Did reinstalling the extension help? The trigger event filter looks correct. At what point in the process of starting a new session from the guest page do you get the error? Do you get the error for all inputs or only certain inputs? |
ScreenConnect Team |
|
|
|
 Rank: Newbie Medals:  Joined: 3/7/2016(UTC) Posts: 9  Location: Louisiana Thanks: 1 times Was thanked: 2 time(s) in 1 post(s)
|
reinstall made no change.
The error occurs after the user types their name and hits "start session".
Normal session creation is not affected. We don't have full time help desk employees so we love having this to notify our employees when someone needs help. The customers love not having to call just to get remote help!
|
|
|
|
 Rank: Newbie Joined: 3/7/2016(UTC) Posts: 1  Location: California
|
I can confirm this is happening for me as well after upgrading to 5.5
Reinstalling did not resolve
|
|
|
|
 Rank: Newbie Medals:  Joined: 3/7/2016(UTC) Posts: 9  Location: Louisiana Thanks: 1 times Was thanked: 2 time(s) in 1 post(s)
|
Well in desperation I upgraded to 5.6.10387.5886 Doing so gave me a lot more information in the error.
Error
System.ArgumentException: Unable to convert arguments to corresponding parameter types
Server stack trace: at ScreenConnect.WebServiceBase.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) in C:\Build\ScreenConnect_Trunk_Debug\WorkingDirectory\Product\Web\WebServiceBase.cs:line 136
Exception rethrown at [0]: at ScreenConnect.AsyncResult`1.End() in C:\Build\ScreenConnect_Trunk_Debug\WorkingDirectory\Product\Core\AsyncResult.cs:line 101 at ScreenConnect.WebServiceBase.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) in C:\Build\ScreenConnect_Trunk_Debug\WorkingDirectory\Product\Web\WebServiceBase.cs:line 174
|
|
|
|
 Rank: Newbie Medals:  Joined: 3/7/2016(UTC) Posts: 9  Location: Louisiana Thanks: 1 times Was thanked: 2 time(s) in 1 post(s)
|
We get the error after entering a name for support.
|
|
|
|
 Rank: Advanced Member Medals:  Joined: 3/8/2014(UTC) Posts: 63  Location: GTA Thanks: 15 times Was thanked: 10 time(s) in 8 post(s)
|
|
|
|
|
 Rank: Newbie Medals:  Joined: 3/7/2016(UTC) Posts: 9  Location: Louisiana Thanks: 1 times Was thanked: 2 time(s) in 1 post(s)
|
I found the workaround! for Guest Session Starter 1.0.103 This only affects users with Connectwise Integration as well!
download the Extension Editor and enable it. Clone the Guest Session Starter.
Click Develop and edit All Files. Click initializer.js and on line 8 change it to this: SC.service.CreateGuestSupportSession( then go to Service.ashx and once again on line 8 change it to this: public Guid CreateGuestSupportSession(string name) (Note: I am just adding "Guest" in there!)
Click Save all, disable the original and enable your new one. Works great for me and I was able to make a couple other changes I wanted as well.
The problem looks like both are using the same name and stepping on each others toes.
|
 2 users thanked robertmay for this useful post.
|
|
|
 Rank: Administration Medals:  Joined: 3/28/2014(UTC) Posts: 2,862  Thanks: 3 times Was thanked: 351 time(s) in 303 post(s)
|
Version 1.0.104 has been released which addresses the Service method name collision. |
ScreenConnect Team |
|
|
|
 Rank: Newbie Joined: 4/5/2016(UTC) Posts: 18  Location: Cairo Thanks: 1 times
|
Is it possible to have a sound notification (Maybe use one of windows sounds or something) to notify the technicians when a new guest session started?
It would be a great option to have a sound notification like that.
|
|
|
|
 Rank: Newbie Joined: 4/5/2016(UTC) Posts: 18  Location: Cairo Thanks: 1 times
|
Hi,
Also is it possible when the client clicks on "Start a new Session" to have more than one text box - lets say one for "Name" then another one for "Email Address" and then another one for "Company Name".
Also to make a sound notification trigger when the client connects instead of just sending email for a better response time.
Thanks
|
|
|
|
 Rank: Newbie Joined: 4/15/2016(UTC) Posts: 1 
|
I would like to show support for the addition of this feature. Namely that when a user double-clicks or triple-clicks, this does not create 2 or 3 sessions and is instead limited to 1 click, 1 session. If it is possible to achieve this through configuration of the extension files, I would like some help in doing so.
|
|
|
|
 Rank: Administration Medals:  Joined: 3/28/2014(UTC) Posts: 2,862  Thanks: 3 times Was thanked: 351 time(s) in 303 post(s)
|
Version 1.0.106 has been released with a minor fix to prevent the link from showing on direct-invite Guest pages. |
ScreenConnect Team |
|
|
|
 Rank: Guest Joined: 3/17/2017(UTC) Posts: 1  Location: Hutchinson MN
|
Is there a way to make the entire box clickable rather than simply the little arrow? I have had it multiple times when customers try to click on the link "Request Support" when they need to click on the arrow instead. See the image below. Currently it is only the circle with 1 and I would like the option 2.  Edited by user Thursday, May 11, 2017 3:27:44 PM(UTC)
| Reason: Not specified
|
|
|
|
 Rank: Advanced Member Medals:  Joined: 3/23/2015(UTC) Posts: 113  Location: Los Angeles Thanks: 11 times Was thanked: 9 time(s) in 8 post(s)
|
I would agree with this ^ People tend to not be very precise sometimes and "it's not working" doesn't help us
|
|
|
|
 Rank: Advanced Member Medals:  Joined: 1/30/2015(UTC) Posts: 47  Was thanked: 7 time(s) in 5 post(s)
|
Originally Posted by: adamm_bws  Is there a way to make the entire box clickable rather than simply the little arrow? I have had it multiple times when customers try to click on the link "Request Support" when they need to click on the arrow instead. See the image below. Currently it is only the circle with 1 and I would like the option 2.  +1Please update this extension so that it incorporates this feature request!
|
|
|
|
 Rank: Advanced Member Medals:  Joined: 1/30/2015(UTC) Posts: 47  Was thanked: 7 time(s) in 5 post(s)
|
Help me get this update added by showing your support here:
|
|
|
|
 Rank: Advanced Member Medals:  Joined: 1/30/2015(UTC) Posts: 47  Was thanked: 7 time(s) in 5 post(s)
|
Originally Posted by: jonmcknight  Originally Posted by: adamm_bws  Is there a way to make the entire box clickable rather than simply the little arrow? I have had it multiple times when customers try to click on the link "Request Support" when they need to click on the arrow instead. See the image below. Currently it is only the circle with 1 and I would like the option 2.  +1Please update this extension so that it incorporates this feature request! Any chance of this update happening soon?
|
|
|
|
 Rank: Guest Joined: 12/28/2018(UTC) Posts: 2 Location: USA
|
|
|
|
|
 Rank: Advanced Member Medals:  Joined: 3/23/2015(UTC) Posts: 113  Location: Los Angeles Thanks: 11 times Was thanked: 9 time(s) in 8 post(s)
|
Agreed.... would be nice to see this....
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.