Displaying 20 results from an estimated 78 matches for "8003".
Did you mean:
  2003
  
2005 Feb 17
1
(Kphone) Registration Failed: Forbidden
...r with asterisk, i can make calls to 
the demos and even get into the mailbox but kphone cannot register. 
Here's my story. Can you help me?? Please
I have installed asterisk on debian using apt-get install asterisk.
I have configured an extension in extensions.conf as follows
    exten => 8003,1,Dial(Sip/8003,${RINGTIME},rt)
    exten => 8003,2,SetLanguage(en)
    exten => 8003,3,Voicemail(u8003)
    exten => 8003,103,Voicemail(b8003)
    exten => 8003,104,Hangup
And in sip.conf i have
    [8003]
    type=friend
    host=dynamic  ;<- This is supposed to allow registratio...
2009 Feb 04
1
How to hack a mongrel cluster to restart in an alternating manner?
...s soluiton:
http://blog.carlmercier.com/2007/09/07/a-better-approach-to-restarting-a-mongrel-cluster/#content
Which means I an call to mongrel_rails cluster::restart to do this:
mongrel_rails start 8001
mongrel_rails stop 8001
mongrel_rails start 8002
mongrel_rails stop 8002
mongrel_rails start 8003
mongrel_rails stop 8003
mongrel_rails start 8004
mongrel_rails stop 8004
Instead of:
mongrel_rails stop 8001
mongrel_rails stop 8002
mongrel_rails stop 8003
mongrel_rails stop 8004
[.....503....application offline.....]
mongrel_rails start 8001
mongrel_rails start 8002
mongrel_rails start 8003...
2007 Mar 29
4
Machine reboot - monit fails to start mongrels
Greetings -
I dug around a bit and I couldn''t find a definitive answer to this  
question, apologies if it''s been covered before.   A box running a  
apache 2.2 -> mongrel cluster for a rails app got power cycled at my  
ISP.  Unfortunately monit couldn''t start the mongrel processes  
because the pid files were still there. Here is my monit config (for  
each mongrel
2016 Jan 24
2
question on multipul streams
...am pretty new to the ice cast concept and server. However, I have installed it and successfully hosted streams.
On my server, we offer hosting of ice cast servers.
For example, I have the main server in which I use running on port 8000. What I want to do is allow other users to broadcast using port 8003, etc, but with a different password then the main user. I am sure I?m just missing something here, but since I?m new with this I don?t really know what to search for.
I tried copying the icecast.xml file to another place, and configured it with the user accounts having different passwords, and the...
2005 Jul 11
0
Sys.timzone() returns NA - problem caused by as.POSIXlt? (PR#8003)
This is not a bug in R: the documentation does say the result is 
OS-specific.
`GMT' is a not a proper timezone on Windows, so NA is a valid answer.
(Windows seems to use GMT to refer to the timezone of the UK, e.g.
> Sys.time()
[1] "2005-07-11 07:49:56 GMT Daylight Time"
> Sys.timezone()
[1] "GMT Daylight Time"
although I am in British Summer Time not GMT.)
1998 Aug 20
2
Event ID: 8003 and Samba
I am getting the following Rdr messages from a BDC (NTBDC01)
MESSAGE:
-----------------------------------------------------
The master browser has received a server announcement
from the computer JERRY that believes that it is the
master browser for the domain on transport
NetBT_ILANPCI2. The master browser is stopping or an
election is being forced. 
2007 Nov 10
0
[Bridge] WDS STP weirdness
...idge      8000.00095bf7938d       message age timer          0.00
    designated port        8002                    forward delay timer        0.00
    designated cost           0                    hold timer                 0.24
    flags                  
   ath1 (3)
    port id                8003                    state                forwarding
    designated root        8000.00095bf7938d       path cost                100
    designated bridge      8000.00095bf7938d       message age timer          0.00
    designated port        8003                    forward delay timer        0.00...
2018 Feb 13
2
wbinfo -U id gives different users on same dc
Hello.
I have 2 clustered server and they're using same DC. But wbinfo gives me
different user with same "UID" and on every failover I'm facing with this
problem.
Server 1:
[root at DEV1~]# getfacl a1 -n -dc
user::rwx
user:0:rwx
user:8003:rwx
group::---
group:0:---
mask::rwx
other::---
[root at DEV1~]# wbinfo -U 8003
S-1-5-21-3833684748-2620639523-3326022584-1110
I moved the pool on Server2
Server 2:
[root at DEV2~]# getfacl a1 -n -dc
user::rwx
user:0:rwx
user:8003:rwx
group::---
group:0:---
mask::rwx
other::---
[root at DEV2~]...
2005 Apr 23
2
streaming single mp3 files
I am new to this list, so this question is already answered.
I thougth that if <webroot> and <fileserve> is set in icecast.xml i 
could stream
mp3 files by http-protocol like 
http://occ1.net:8003/modules/media/gallery/music/alternativerock/mab/emphasizedlove.mp3.
But it didnt work.
I have setup icecast and ices to stream *.m3u and that worked.
So my setup should be correct.
2006 Jul 02
3
Mongrel Randomly getting TERM
Has anyone ever experienced this problem? Every 12-24 hours *one of* my
mongrel processes gets a TERM signal and quits.
There is all I get in my mongrel log..
** Mongrel available at 0.0.0.0:8003
** TERM signal received.
And my rails-log is silent too. No request starting. Just the end of a
successful request and then nothingness.
The other processes are doing just fine and stay up for good. Anyone know
what''s going on here?
Oh yeah, and its lighty-proxy + mongrel on Ubuntu.
-h...
2008 Feb 06
3
Windows Trouble with --link-dest set: "file not found" when rsync tries to create hard link
...e/putty.exe)
set modtime of putty.exe to (1201715055) Wed Jan 30 11:44:15 2008
But the file in backup4 DOES EXIST.
C:\Documents and Settings\pauljohn\My Documents>dir
c:\crapbackup\backup4\putty.exe
dir c:\crapbackup\backup4\putty.exe
 Volume in drive C has no label.
 Volume Serial Number is 8003-3493
 Directory of c:\crapbackup\backup4
01/30/2008  11:44 AM           454,656 putty.exe
               1 File(s)        454,656 bytes
               0 Dir(s)  27,704,442,880 bytes free
C:\Documents and Settings\pauljohn\My Documents>dir
c:\crapbackup\backup5\putty.exe
dir c:\crapbackup\back...
2016 Jan 23
5
RX dropped packets on guests subnets
Hello,
I have first a question (and then may be a problem), that I have difficulties to understand and eventually to investigate.
On each of my guests VM, I see constantly a RX dropped number increasing , Even if the VM does nothing !
ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.100.15  netmask 255.255.255.0  broadcast 192.168.100.255
       
2011 Jan 11
0
slow response to INVITE
...02075d60f895e8264904b3133107aa47 at 172.16.0.
   6..CSeq: 28907 INVITE..User-Agent: Grandstream GXW4108 (HW 1.1, Ch:3) 
1.3.4.9..Max-Forwards: 70..Allow: 
INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,OPTIONS,INFO,S
   UBSCRIBE,UPDATE,PRACK..Content-Type: application/sdp..Content-Length: 
306....v=0..o=system 8003 8000 IN IP4 172.16.0.6..s=SIP Call..c=IN IP4 
172.16.0.6..
   t=0 0..m=audio 5016 RTP/AVP 0 8 18 4 3 101..a=sendrecv..a=rtpmap:0 
PCMU/8000..a=rtpmap:8 PCMA/8000..a=rtpmap:18 G729/8000..a=rtpmap:4 
G723/8000..a=rtpmap
   :3 GSM/8000..a=ptime:20..a=rtpmap:101 
telephone-event/8000..a=fmtp:101 0-11.....
2002 May 17
2
read.table
...lem for me, but I
wonder if there is a bug here.
drt <- read.csv2("t.txt", header=TRUE)               # ok
dcs <- read.table("t.txt", header=TRUE, sep=";")  # wrong
R.1.5.0. on Windows
the file t.txt:
codi;long;lat;alt;prov;nom
8002;-0.65;38.72;816;A;BANYERES
8003;-0.77;38.70;592;A;BENEIXAMA
8003A;-0.78;38.70;580;A;BENEIXAMA, AGROMET
8004;-0.77;38.63;754;A;BIAR, CASA PORSELL
8005;-0.95;38.77;644;A;VILLENA, LA ENCINA
8006;-0.98;38.70;557;AB;CAUDETE, DERRAMADOR
8006I;-0.92;38.68;515;A;VILLENA, LA VEREDA
8007;-0.87;38.63;505;A;VILLENA
8009E;-0.87;38.47;560;A;MO...
2016 Jan 24
0
question on multipul streams
...new to the ice cast concept and server. However, I have installed it and successfully hosted streams.
> On my server, we offer hosting of ice cast servers.
> For example, I have the main server in which I use running on port 8000. What I want to do is allow other users to broadcast using port 8003, etc, but with a different password then the main user. I am sure I?m just missing something here, but since I?m new with this I don?t really know what to search for.
> I tried copying the icecast.xml file to another place, and configured it with the user accounts having different passwords, and...
2006 Apr 20
1
lighttpd with Rails + PHP
How can i make lighttpd work with rails and php?
--
_________
Noel R. Morais
2001 Dec 31
1
win2k/samba problem
...blem was resoved by removing TCP/IP from my Win2k machine and then
reinstalling TCP/IP.  Now I've stumbled into this problem.
The following error is repeated over and over in my event viewer:
------------------------------
Event Type:	Error
Event Source:	MRxSmb
Event Category:	None
Event ID:	8003
Date:		12/31/2001
Time:		2:11:42 AM
User:		N/A
Computer:	FROGGIE2
Description:
The master browser has received a server announcement from the computer
FROGGIE5 that believes that it is the master browser for the domain on
transport NetBT_Tcpip_{31DB9FC8-6EDD-4E91-. The master browser is stopping or...
2005 Oct 10
0
Asterisk behaving wierd!!
...39;services'
[1;30;40m    -- [0;37;40mAdded extension '8000' priority 1 to services
[1;30;40m    -- [0;37;40mAdded extension '8001' priority 1 to services
[1;30;40m    -- [0;37;40mAdded extension '8002' priority 1 to services
[1;30;40m    -- [0;37;40mAdded extension '8003' priority 1 to services
[1;30;40m    -- [0;37;40mAdded extension '8003' priority 2 to services
[1;30;40m    -- [0;37;40mAdded extension '8003' priority 3 to services
[1;30;40m    -- [0;37;40mAdded extension '8003' priority 5 to services
[1;30;40m    -- [0;37;40mRegistere...
2007 Dec 13
1
mod_proxy_balancer mod_rewrite permission issue
...ss / on this server."
Finally, I added the "Allow from all" property (in the vhost config file),
just like this:
<Proxy balancer://mongrel_cluster>
        BalancerMember http://127.0.0.1:8001
        BalancerMember http://127.0.0.1:8002
        BalancerMember http://127.0.0.1:8003
        Order allow,deny
        Allow from all
</Proxy>
then the "Forbidden" problem was solved.
The "all" could not be changed to "127.0.0.1" or others. I guest this should
be related with the implement detail of the mod_rewrite.
My question is, could this &q...
2004 Jan 19
3
configuration to Grandstream via tftp
Hi,
Anyone know how to set up tftp server for grandstream.
I gues it should be somethink like
<tftpserver-dir>
     <mac-address>
          firmware.bin
          config.txt
Is this correct ?
And how should the config-file look like. ?
I had search sipphone.com but did'nt find anything.
/HHA
_________________________________________________________________
Rethink your