Displaying 3 results from an estimated 3 matches for "0_8".
Did you mean:
08
2006 Apr 11
3
strip domains
Hello,
Running FC5 x86_64 with dovecot-1.0-0_8.beta3.rhfc5.at
Using system user/passwds for 99.99% of users...have sql user/pass enabled
to test virtual users from mysql.
How do I strip off the domain when users provide user at domain.com so that
my userdb and passdb use just 'user'? (disregarding sql auth...I'm not
concerned wi...
2006 Sep 05
2
[LLVMdev] gfortran: array constructor problems
...c)
type :: int_info
integer :: kind
integer :: range
end type int_info
integer, parameter :: c = 4
type (int_info), parameter :: int_infos(c) = (/ &
int_info (1, range(0_1)), &
int_info (2, range(0_2)), &
int_info (4, range(0_4)), &
int_info (8, range(0_8)) /)
This is trying to declare a constant array of int_info structures.
range() is an intrinsic function that returns the expoent range of the
argument's type kind. I haven't quite been able to figure out where
that gets evaluated, but I am pretty sure it should be a constant at
compile ti...
2003 Mar 11
8
SIP registration
I have a test SIP account set up with WorldCom and I have been trying to
have Asterisk register to the WorldCom server with no luck. It appears
that the SIP headers are different coming from Asterisk. I have included
a packet capture from a successful login with a Windows Messenger client
for reference. I have also copied in the SIP packet I captured with sip
debug turned on. In my sip.conf file,