Hello
I have made a brochure which has the dimension 630(mm) 297(mm) which is made for printing jobs. the dimension 630 is then folded so it becomes 3 pages (you fold it lika a Z.) Why I have to do like this is because I have an illustrative picture on page 2 with explaining text
Now I have to...
Hello
I have a very annoying problem, if I'm using the 'line tool' and drawing a line current line wont get the color that the swatches has? I dont know whats wrong...
/D_S
Hello
I have a funny problem....
Earlier I had an asterisk (A1) connected to a CCM and it worked very good. Later on I had to switch machine and installed a new asterisk A2 that is connected to the same CCM as mentioned earlier. The CCM is the one I had when I was using A1 the only thing I...
Hello
Earlier I have been using SIP-phones from Polycom. On some of their modells you can use their display as a web browser. 7960 seems to be a phone of good quality but can I use its display as a web browser for display needed information for current user?
If the answer is yes, how do I do...
Hello
Lets say I have 2 CCM phones (P1 & P2)
P2 has call "forward when busy" and this number is used by an SIP trunk i.e if P2 is busy it should redirect to nr 23XXXX which a route pattern takes care of and send it via my SIP-Trunk to an Asterisk.
Lets say now that P1 making a call to P2...
Hello
In my CCM I have registrated 2 devices ( devA and devB)
devA has a DN 5040 and devB has a DN 5041, if I make a call between them everything is working nicely...
but if I try to make a call from asterisk to CCM (devA or devB) its not working let me explain...
In asterisk I have made a...
Hello
I have installed VMware on Linux (Red Hat Enterprise) without any problems but when I try to install windows 2000 prof. it says that it cant find any cdrom? In the settings window wheere you choose to "start virtual machine" it says that my cdrom is on /dev/cdrom/
Any ideas what can be...
Hello
Lets say a user is dialing 95080
I want to remove first digit (9) and add +461111 before 5080 so it matches my id in my Asterisk so the final number/id will be +4611115080. That number/id is then used when using my SIP-trunk.
How can I achieve this?
Regards /D_S
Hello
I'm playing around with 4.1. I have seriously problem to get this to work as I want.
What I want to do is making CCM-phones speak with Asterisk-phones.
I have done this:
1) Added a Devicepool and added devices to this devicepool
2) The devices above belongs to a specific user
3) I have...
Hello
Lets say I have 10 variables thatI want to check if they are null ( "" )
instead of writing:
if( $var1 eq "" && $var2 eq "" && $var2 eq "" && .... $var10 eq ""){ Do something }
can I do this in a more "minimalistic" way like
if([$var1..$var10] eq ""){ Do something}
Regards/D_S
Hello
Lets say I have a hashtable myhash{'valueA'}
If I have to controll if their is a value in myhash{'valueA'}
I thought I could do:
if(myhash{'valueA'} eq ""){
statement 1
}else{
statement 2
}
but when I do the control above it always goes to statement2 even if values doesnt exist in...
Hello
I need some help with getting dates of a specifik week, and mondays should be the first day of week. I have tried to modify existing syntax (that I have found in this forum) but the date spans dont get correct when there is a mont h shift....so can anyone help me please.
Regards/D_S
Hello
Is there a way to trace how much memory a PERL program is consuming when its running.
I want to see what happens during the program is executing and how the memory is increasing when the program is running.
I have done "top" (linux) but then I cant se when the memoryconsuming part is...
Hello
I would be very glad if anyone could help me to solve this problem.
I have a "start date" and an "end date" now I need to get all dates between those days stored in an array (@dates)...has all the dates included ("start date" .. all dates between.. "end date")
How is that done using...
Hello
Is there a difference between:
if(defined $myvalue){
}
and
if($myvalue){
}
What I want to control is if $myvalue has a value or not
$myvalue is a Hashvalue that maybe isnt set so thats wy I have to control if it exists.
Regards/D_S
Hello
I have a Mysqldatabase which I store "event data" for an application. In this case I have to use PERL because the application is made using PERL, another guy has already started but Im having seriosly problems knowing what he has done so I would really be glad if anyone could help me...
Hello
I'm a newbie of PERL and have a question about sending parameters to functions. As I understand the parameters are stored in an array so lets say I do as below
my $i="test"
my @tmp=("1","2","3");
writeThis(@tmp,$i);
.
.
.
sub writeThis(){
my @tmplocal=shift;
my $ilocal=shift;
print "My...
Hello
I wonder.... I'm Java developer and would like to use some "objects" in my application. I have 3 questions that I would be very happy if anyone could help me to explain so I understand.
Lets say I have an object called Person.
In my application I do:
.
use Person; #Defined and is in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.