similar to: problem with my softphone

Displaying 20 results from an estimated 2000 matches similar to: "problem with my softphone"

2008 Dec 28
2
Documentation DID + Asterisk
Hello there!!, Am looking for a manual or documentation that explain how to buy a DID number and how to configure it with Asterisk, and when some body call to that DID number Asterisk answer with a automatic operator.... Some body know about this manual? I already search in the web but nothing yet... Regards, Abel.
2010 Feb 12
7
Asterisk Cepstral TTS
Can someone point me to a page about writing a text file to call an external number and play a TTS with cepstral? I know it includes the creation of a .call file but beyond that im a bit lost.
2008 Oct 26
0
Asterisk on Freebsd 7.0 Release.
Hello, I want to know if some body use Asterisk on Freebsd 7.0 release? My problem is that, when I call to any extension and the asterisk need to reproduced a file GSM o MP3, whatever, that have a lot of noise... Only not have noise when the extensions is not avalaible..... That happen only in Freebsd 7.0, on Windows 32 don't happend that, Debian either... so, some body know why is that?
2008 Oct 27
0
asterisk on freebsd
Hello, I want to know if some body use Asterisk on Freebsd 7.0 release? My problem is that, when I call to any extension and the asterisk need to reproduced a file GSM o MP3, whatever, that have a lot of noise... Only not have noise when the extensions is not avalaible..... That happen only in Freebsd 7.0, on Windows 32 don't happend that, Debian either... so, some body know why is that?
2024 Dec 30
1
[PATCH v2 1/4] drm/dp: Add helper to set LTTPRs in transparent mode
On Thu, 26 Dec 2024, Abel Vesa <abel.vesa at linaro.org> wrote: > On 24-12-11 15:42:27, Johan Hovold wrote: >> On Wed, Dec 11, 2024 at 03:04:12PM +0200, Abel Vesa wrote: >> >> > +/** >> > + * drm_dp_lttpr_set_transparent_mode - set the LTTPR in transparent mode >> > + * @aux: DisplayPort AUX channel >> > + * @enable: Enable or disable
2024 Dec 11
1
[PATCH v2 1/4] drm/dp: Add helper to set LTTPRs in transparent mode
On Wed, Dec 11, 2024 at 03:04:12PM +0200, Abel Vesa wrote: > According to the DisplayPort standard, LTTPRs have two operating > modes: > - non-transparent - it replies to DPCD LTTPR field specific AUX > requests, while passes through all other AUX requests > - transparent - it passes through all AUX requests. > > Switching between this two modes is done by the DPTX by
2024 Dec 11
4
[PATCH v2 0/4] drm/dp: Rework LTTPR transparent mode handling and add support to msm driver
Looking at both i915 and nouveau DP drivers, both are setting the first LTTPR (if found) in transparent mode first and then in non-transparent mode, just like the DP v2.0 specification mentions in section 3.6.6.1. Being part of the standard, setting the LTTPR in a specific operation mode can be easily moved in the generic framework. So do that by adding a new helper. Then, the msm DP driver is
2024 Dec 30
1
[PATCH v2 1/4] drm/dp: Add helper to set LTTPRs in transparent mode
On Mon, Dec 30, 2024 at 03:18:35PM +0200, Jani Nikula wrote: > On Thu, 26 Dec 2024, Abel Vesa <abel.vesa at linaro.org> wrote: > > On 24-12-11 15:42:27, Johan Hovold wrote: > >> On Wed, Dec 11, 2024 at 03:04:12PM +0200, Abel Vesa wrote: > >> > >> > +/** > >> > + * drm_dp_lttpr_set_transparent_mode - set the LTTPR in transparent mode >
2025 Jan 03
4
[PATCH v3 0/4] drm/dp: Rework LTTPR transparent mode handling and add support to msm driver
Looking at both i915 and nouveau DP drivers, both are setting the first LTTPR (if found) in transparent mode first and then in non-transparent mode, just like the DP v2.0 specification mentions in section 3.6.6.1. Being part of the standard, setting the LTTPR in a specific operation mode can be easily moved in the generic framework. So do that by adding a new helper. Then, the msm DP driver is
2025 Jan 03
1
[PATCH v3 3/4] drm/i915/dp: Use the generic helper to control LTTPR transparent mode
On Fri, Jan 03, 2025 at 02:58:17PM +0200, Abel Vesa wrote: > LTTPRs operating modes are defined by the DisplayPort standard and the > generic framework now provides a helper to switch between them, which > is handling the explicit disabling of non-transparent mode and its > disable->enable sequence mentioned in the DP Standard v2.0 section > 3.6.6.1. > > So use the new drm
2019 Mar 16
0
Fwd: Full HTTPS support
Sorry, I sent it individually. Didn't I? ---------- Forwarded message --------- From: Abel Romero <romeroperezabel at gmail.com> Date: Wed, Mar 13, 2019, 6:19 PM Subject: Re: [Icecast-dev] Full HTTPS support To: <listas at tangopardo.com.ar> Oh, that's a good solution! My predicament is complicated to explain :- ) The only I want to share is a full HTTPS solution for
2010 Sep 28
2
Use R in Visual Basic Environment
I need your kind help regarding the following: I wish to know is there any way to use R in Visual Basic environment. I want to develop a VB application where R can be embedded (R will work as a back end statistical engine). If available, please provide me some source of study materials/articles available on the internet related to this. -- Thanks & Regards, Soumen Pal [[alternative HTML
2014 Oct 14
1
low frequency content
Hello, We are trying to figure out how to preserve the low-frequency content when we try to convert a .wav file to an .opus file. What settings in Opus that can accomplish this? Sincerely, Vinson Go cid:image001.png at 01C94EE1.4DA09EF0 TBSI - SIMPLICITY in Neuro-Solutions <http://www.tbsi.biz/> Tethered and Wireless Solutions for Neural Recording and Stimulation Vinson
2010 Jul 12
1
Comparison of two very large strings
Hi, I have a function in R that compares two very large strings for about 1 million records. The strings are very large URLs like:- http://query.nytimes.com/gst/sitesearch_selector.html?query=US+Visa+Laws&type=nyt&x=25&y=8. .. or of larger lengths. The data-frame looks like:- id url 1
2025 Feb 03
7
[PATCH v5 0/4] drm/dp: Rework LTTPR transparent mode handling and add support to msm driver
Looking at both i915 and nouveau DP drivers, both are setting the first LTTPR (if found) in transparent mode first and then in non-transparent mode, just like the DP v2.0 specification mentions in section 3.6.6.1. Being part of the standard, setting the LTTPR in a specific operation mode can be easily moved in the generic framework. So do that by adding a new helper. Then, the msm DP driver is
2005 Jun 06
5
Asterisk Live! CF
Abel, In have the same issue when I have burned the image to an 800MB CF Disk. All it displays is GRUB CLI in a continuous stream. Seshu -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of abel Sent: Monday, June 06, 2005 2:22 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject:
2008 Dec 29
1
noise in Asterisk 1.4 and 1.6 versions
I had installed Asterisk 1.4 and when I call to a exist extension, the voice have noise, but, when I call to a extension does no exist, asterisk played a voice that say me that extension does no exist, but without noise.... I want I some body can test with a softphone my server, ip: 75.74.115.209 user: ramses pass: ramses the extension 1000 exist, try what ever other extension does not exist to
1998 Oct 06
0
NT profiles on samba server
Hi, there, I put roaming profiles for NT4 users on samba server. In "Domain User Manager", I set "User profile Path" \\abel\profile\%U.pds, here abel is samba server. It works well, but everyday several users complain. Sometime, they cannot login because of roaming profiles. Sometimes, some users cannot run VC or VB. Sometime, I only need to remove ntuser.dat on samba
2025 Jan 03
2
[PATCH v3 1/4] drm/dp: Add helper to set LTTPRs in transparent mode
According to the DisplayPort standard, LTTPRs have two operating modes: - non-transparent - it replies to DPCD LTTPR field specific AUX requests, while passes through all other AUX requests - transparent - it passes through all AUX requests. Switching between this two modes is done by the DPTX by issuing an AUX write to the DPCD PHY_REPEATER_MODE register. Add a generic helper that allows
2009 Nov 25
2
XML package example code?
I'm interested in parsing an html page. I should use XML, right? Could you somebody show me some example code? Is there a tutorial for this package?