similar to: Connecting 2 asterisks, one with PJSIP and other SIP returning 401

Displaying 20 results from an estimated 300 matches similar to: "Connecting 2 asterisks, one with PJSIP and other SIP returning 401"

2013 Jan 22
2
Creating a Data Frame from an XML
Hello, I'm attempting to read information from an XML into a data frame in R using the "XML" package. I am unable to get the data into a data frame as I would like. I have some sample code below. *XML Code:* Header... Data I want in a data frame: <data> <row BRAND="GMC" NUM="1" YEAR="1999" VALUE="10000" /> <row
2013 Jan 22
1
Create a Data Frame from an XML
Hello, I'm attempting to read information from an XML into a data frame in R using the "XML" package. I am unable to get the data into a data frame as I would like. I have some sample code below. *XML Code:* Header... Data I want in a data frame: <data> <row BRAND="GMC" NUM="1" YEAR="1999" VALUE="10000" /> <row
2023 Jun 30
4
[PATCH v1 0/4] PCI/VGA: Improve the default VGA device selection
From: Sui Jingfeng <suijingfeng at loongson.cn> Currently, the default VGA device selection is not perfect. Potential problems are: 1) This function is a no-op on non-x86 architectures. 2) It does not take the PCI Bar may get relocated into consideration. 3) It is not effective for the PCI device without a dedicated VRAM Bar. 4) It is device-agnostic, thus it has to waste the effort to
2023 Jan 25
5
[PATCH v2 1/4] drm/amdgpu: Use cursor start instead of ttm resource start
cleanup PAGE_SHIFT operation and replacing ttm_resource resource->start with cursor start using amdgpu_res_first API. v1 -> v2: reorder patch sequence Signed-off-by: Somalapuram Amaranath <Amaranath.Somalapuram at amd.com> --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 11 ++++++++--- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 10 +++++++--- 2 files changed, 15 insertions(+), 6
2012 Feb 13
1
Gluster Management UI on oVirt platform
Hi all, There is a proposal to develop the Gluster Management UI based on the oVirt <http://www.ovirt.org> platform. This will enable re-use of the enterprise features already available in oVirt. The proposed approach is available here <http://www.ovirt.org/wiki/AddingGlusterSupportToOvirt>. Comments / Suggestions welcome. -- Regards, Shireesh
2004 Apr 01
1
samba oplocks ...
I've tried to configure samba to lock files bewteen windows and linux but i couldn't i've read a lot of messages here, but trere is no one that have something about the file smb.conf. i have this in my global secction but i doesn't work [global] workgroup =3D GMC create mask =3D 0777 os level =3D 16 directory mask =3D 0777 hosts allow =3D
2001 Feb 05
2
Project "Muncher" the next step in wine
Ok, It's a lame name but it was the best I could come up with after spinning around in a desk chair for a few minutes. Here is the general idea behind it. Once, in an interview, Steve Balmber, the CEO of Microsoft threw some standard MS FUD out about Linux being a poor choice becaue each distro tends to "mutate" linux and has no solid direction I thought "Wouldn't
2015 Sep 15
3
Asterisk 13 WebRTC Status report
hi, i'm fighting with webrtc for 14 days reporting my experience to minimize number of crazy asterisk users i have working webrtc with simpl5 + asterisk 13 + pjproject 2.4.5 + chan_pjsip + secure websockets + secure audio + audio in both ways problems first, i needed run chan_sip for old hard phones and wss with chan_pjsip only for webrtc. this is possible with patch from
2023 Jan 25
4
[PATCH v3 1/4] drm/amdgpu: Use cursor start instead of ttm resource start
cleanup PAGE_SHIFT operation and replacing ttm_resource resource->start with cursor start using amdgpu_res_first API. v1 -> v2: reorder patch sequence v2 -> v3: addressing review comment v2 Signed-off-by: Somalapuram Amaranath <Amaranath.Somalapuram at amd.com> --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 4 +++- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 10 +++++++--- 2
2007 Jan 22
1
Icecast 2 and SAM Broadcaster
I've been reading all of your posts. Some of it has been helpful. My Questions. I'm using a Windows XP computer using Icecast 2 as the server and using SAM broadcaster as my encoder. I'm at a college setting. I can connect to my stream by manually going to either Itunes or Media Player and typing in my address. When I use IE or Mozilla, nothing happens I don't get any music
2011 Feb 15
4
3gp to theora problems again
hello. as many times before i ran into troubles to encode with ffmpeg2theora from a 3gp file. the example files are here: original: http://startx.plentyfact.org/media/theorastuff/test.3gp ffmpeg2theora: http://startx.plentyfact.org/media/theorastuff/test.ogv the 3gp file ( from some phone ) is Video: mpeg4, yuv420p, 800x480 [PAR 1:1 DAR 5:3], 2962 kb/s, 23.95 fps, 60 tbr, 1k
2006 Dec 04
0
One share works, one doesn't
I'm using FC6 and Windows XP Pro. I have two shares defined as such: [docs] comment = My documents path = /home/gmc/for_backup read only = no public = no valid users = gmc [vmware] path = /vmware read only = yes public = no valid users = gmc The directories look like this: [root@gmc for_backup]# ls -ld /home/gmc/for_backup /vmware drwxr-xr-x 19 gmc gmc
2023 Jun 30
0
[PATCH v1 3/4] drm/amdgpu: Implement the is_boot_device callback function
From: Sui Jingfeng <suijingfeng at loongson.cn> [why] The vga_is_firmware_default() defined in drivers/pci/vgaarb.c is arch-dependent, it's a dummy on non-x86 architectures currently. This made VGAARB lost an important condition for the arbitration. It could still be wrong even if we remove the #ifdef and #endif guards. because the PCI bar will move (resource re-allocation). [how]
2014 Mar 04
0
externhost and reregister
externhost is monitoring for ip changes with an interval of externrefresh, so far so good. Wouldnt it be handy if asterisk would do an sip reregister if it detects an ip change? My SIP provider has sometimes very high intervals of 1 hour and if ip changes, the registration doesnt work until it expires or asterisk is restarted or sip reload. Or just everyone uses fixed ip addresses? For now,
2023 Jun 30
0
[PATCH v1 4/4] drm/radeon: Implement the is_boot_device callback function
From: Sui Jingfeng <suijingfeng at loongson.cn> [why] The vga_is_firmware_default() defined in drivers/pci/vgaarb.c is arch-dependent, it's a dummy on non-x86 architectures currently. This made VGAARB lost an important condition for the arbitration. It could still be wrong even if we remove the #ifdef and #endif guards. because the PCI bar will move (resource re-allocation). [how]
2009 Aug 14
2
no ring tone
how do i troubleshoot no ring tone. It was working and all i added was the lines below now it doesn't ring. Edit sip_nat.conf for proper NAT: localnet=192.168.1.0/255.255.255.0 externhost=pbx.DOMAIN.com (Set your external hostname name here) externrefresh=10 fromdomain=DOMAIN.com (Set your external domain name here) nat=yes qualify=yes canreinvite=no Add extra codecs to
2011 Mar 19
1
Getting No Antenna bar when behind a NAT
My Asterisk server is behind a NAT and I have set: ---------------------------------------------------------------------------- externhost="my.server.address" externrefresh=180 localnet=192.168.0.0/255.255.0.0 localnet=10.0.0.0/255.0.0.0 localnet=172.16.0.0/12 nat=yes --------------------------------------------------------------------------- in [general] section of sip.conf. I can
2002 Aug 28
5
Analogue artifact estimation
Hi List, Just batting a few ideas around here, but would it be possible to include in to the codec, estimation for common video artifacts that occur in the analogue world? For example, anything that's gone through a composite stage will likely have dot-crawl and false colour - if we can recognise this effect in the encoder, we can treat it as a special case. Other artifacts that come to
2008 Apr 29
18
tap:aio not working...
I''m running SLES10 SP1 and have been using file:/ for my file-backed domUs. The domUs sit on a shared OCFS2 SAN-backed filesystem and are run on my three or four XEN servers. I''m having issues with the loopback devices not being released when the domUs shutdown or migrate, so I decided to switch over to tap:aio for my file-backed domUs. This isn''t working, either.
2009 Jan 29
2
Don't get asterisk to run behind NAT router
Hi people! I am not getting smart getting asterisk 1.6 behind a NAT to run. 1. I enabled IP forwarding on debian linux 2. told asterisk in "general" that he is behind NAT and mentioned him his external static IP Adress as well his domain in the outside world. If a client who is connected with a DSL modem calls me, a grandstream module in the LAN behind the router, in the same network