Page 3 of 3

Re: Viciphone 2.0

PostPosted: Sun Feb 28, 2021 2:08 pm
by ccabrera
Dspaan, Try the code for the 2.1 branch I created. It already fixes the registration bug.

Re: Viciphone 2.0

PostPosted: Wed Jul 07, 2021 7:53 am
by dhijrwn
does viciphone 2 uses google stun?

Re: Viciphone 2.0

PostPosted: Wed Jul 07, 2021 8:07 am
by ccabrera
It uses whatever SIPJS uses by default (which is Google).

I just pushed a couple of lines to the code where you can specify your own set of STUN servers, just in case they fail (as it has been happening with Google for the past days).


You can either download a fresh copy, or just change the contents of vici_phone.js. The commit is published here: https://github.com/ccabrerar/ViciPhone/ ... 70c9f53ae4

Re: Viciphone 2.0

PostPosted: Wed Jul 07, 2021 11:16 am
by carpenox
I also posted an article to my blog with how to change this thru rtp.conf

Re: Viciphone 2.0

PostPosted: Thu Jul 08, 2021 12:08 am
by dhijrwn
and also I notice that when the customer hangs up, there is no sounds of end beep and the label still in live call, uses viciphone 2.

Re: Viciphone 2.0

PostPosted: Thu Jul 08, 2021 10:09 am
by ccabrera
Keep in mind that Viciphone is meant to be used within Vicidial. That being said, when the customer hangs up, the agent is still in a call/conference with Vicidial, so technically, it's label should display the same live call as before.

The "beep" should by played by Vicidial web page when the customer enters/leaves the conference, not from Viciphone.

Re: Viciphone 2.0

PostPosted: Tue Jul 13, 2021 12:27 am
by kolian
Hi,

I was wondering if its possible to disable autogain control in viciphone. It causing more damage then use. It could be done through constraints but I'm not sure where is the part of the code to place it.

Thank you.

Re: Viciphone 2.0

PostPosted: Wed Nov 16, 2022 5:01 am
by LEOXXX
I was wondering if viciphone sets its own rtp port range or it will follow the defined ports by rtp.conf. If yes, on what script it was defined? Sorry I'm noob on this coding thing. TIA

Re: Viciphone 2.0

PostPosted: Thu Dec 01, 2022 3:37 pm
by mcargile
rtp.conf configures the RTP port range used by Asterisk for its side of the connection. The RTP port range for used by the client side (ie Viciphone) is up to the user's browser and OS to hash out.

Re: Viciphone 2.0

PostPosted: Tue Nov 07, 2023 8:54 am
by LEOXXX
Thanks mcargile for the response. Oh I guess that's the reason why I'm seeing much bigger range/number of rtp ports than predefined in rtp.conf when I'm running rtp debug. Btw based on what you've said, can we control the port range on client side or is there a default range on it?

Re: Viciphone 2.0

PostPosted: Tue Nov 14, 2023 8:47 pm
by carpenox
Typically it's 10000-20000 but there's no set ranges for agent side