Page 1 of 1

[Solved] Webphone not prompting to Call

PostPosted: Mon Feb 13, 2023 12:36 pm
by IanGP
Hi There,

VERSION: 2.14-873a
BUILD: 230204-1642
VER: 3682
Asterisk Ver: 13.38.3-vici

I've just completed an update to SVN 3682, and now when logging in, the web phone doesn't prompt to call.
Instead, after 15 seconds, the we get the prompt:

No one is in your session: 8600051
Go Back
Call Agent Again


Perhaps I need new spectacles, but I don't see in Phone or Campaign Details where this might be changed.

Any ideas?

Thanks
IanGP

Re: Webphone not prompting to Call

PostPosted: Mon Feb 13, 2023 5:40 pm
by mflorell
Which version of the webphone are you using?

Re: Webphone not prompting to Call

PostPosted: Mon Feb 13, 2023 8:11 pm
by alo
I noticed this started in an SVN a few weeks ago. I just set the webphone to auto call now with $webphone_call_seconds in DEFINABLE SETTINGS AND OPTIONS in vicidial.php

Re: Webphone not prompting to Call

PostPosted: Tue Feb 14, 2023 12:28 am
by IanGP
Hi Matt,

mflorell wrote:Which version of the webphone are you using?


TBH I'm not actually sure of the version, we just use https://phone.viciphone.com/viciphone.php.

Regards
IanGP

Re: Webphone not prompting to Call

PostPosted: Tue Feb 14, 2023 12:29 am
by IanGP
Thanks Alo,

alo wrote:I noticed this started in an SVN a few weeks ago. I just set the webphone to auto call now with $webphone_call_seconds in DEFINABLE SETTINGS AND OPTIONS in vicidial.php


I'll give that a go tonight.

Regards
IanGP

Re: Webphone not prompting to Call

PostPosted: Tue Feb 14, 2023 10:10 am
by dreedy
This is also happening to me as soon as i updated to svn 3682

webphone is:

https://phone.viciphone.com/v3.0/viciphone.php

Re: Webphone not prompting to Call

PostPosted: Tue Feb 14, 2023 10:36 am
by dreedy
Container ID: VICIPHONE_SETTINGS
change
# determines if the reg_exten is called upon successful registration
dialRegExten : 1
To
# determines if the reg_exten is called upon successful registration
dialRegExten : 0

Seems to have worked for me.

Re: Webphone not prompting to Call

PostPosted: Sun Feb 19, 2023 2:48 am
by IanGP
dreedy wrote:Container ID: VICIPHONE_SETTINGS
change
# determines if the reg_exten is called upon successful registration
dialRegExten : 1
To
# determines if the reg_exten is called upon successful registration
dialRegExten : 0

Seems to have worked for me.



Thanks this worked for me.
And this is better for me than editing php (I have no ideal how to even spell php)

Re: [Solved] Webphone not prompting to Call

PostPosted: Tue Feb 21, 2023 12:16 pm
by covarrubiasgg
I will try that solution with the container.

I have been editing options.conf with

Code: Select all
$webphone_call_seconds  = '2';


I have been having this issue with all my new setups since December.

Re: Webphone not prompting to Call

PostPosted: Thu Feb 23, 2023 3:28 pm
by vapiano
dreedy wrote:Container ID: VICIPHONE_SETTINGS
change
# determines if the reg_exten is called upon successful registration
dialRegExten : 1
To
# determines if the reg_exten is called upon successful registration
dialRegExten : 0

Seems to have worked for me.


Wow, thank you. I had the same issue after SVN update and that really helped :D