Tuesday 27 December 2011

[bs-telecom] Digest Number 1612

Messages In This Digest (18 Messages)

Messages

1a.

Re: Help || NTDC: What to prepare for the interview

Posted by: "Saeed Khattak" saeed_taurus@yahoo.com   saeed_taurus

Mon Dec 26, 2011 7:37 am (PST)



plz tell me does any one from KPK got interview latter.....

--- On Sat, 12/24/11, Obaid Khan <engr.obaid@yahoo.com> wrote:

From: Obaid Khan <engr.obaid@yahoo.com>
Subject: [bs-telecom] Help || NTDC: What to prepare for the interview
To: "bs-telecom@yahoogroups.com" <bs-telecom@yahoogroups.com>
Date: Saturday, December 24, 2011, 4:05 AM

 

Hello. I have an interview on 2nd Jan for Junior Engineer NTDC Pakistan. What should i prepare for the interview?
All those brothers of Sindh and Balochistan, who recently gave the interview for the aforementioned post should brief us about it
Thankyou!

1b.

Re: Help || NTDC: What to prepare for the interview

Posted by: "zia tariq" smackit26@yahoo.com   smackit26

Tue Dec 27, 2011 5:34 am (PST)



Hello Obaid,

Are you from punjab ? when did you recieve interview letter? Kindly reply.

Regards
Zia

--- On Mon, 12/26/11, Saeed Khattak <saeed_taurus@yahoo.com> wrote:

From: Saeed Khattak <saeed_taurus@yahoo.com>
Subject: Re: [bs-telecom] Help || NTDC: What to prepare for the interview
To: bs-telecom@yahoogroups.com
Date: Monday, December 26, 2011, 1:19 AM

 

plz tell me does any one from KPK got interview latter.....

--- On Sat, 12/24/11, Obaid Khan <engr.obaid@yahoo.com> wrote:

From: Obaid Khan <engr.obaid@yahoo.com>
Subject: [bs-telecom] Help || NTDC: What to prepare for the interview
To: "bs-telecom@yahoogroups.com" <bs-telecom@yahoogroups.com>
Date: Saturday, December 24, 2011, 4:05 AM

 

Hello. I have an interview on 2nd Jan for Junior Engineer NTDC Pakistan. What should i prepare for the interview?
All those brothers of Sindh and Balochistan, who recently gave the interview for the aforementioned post should brief us about it
Thankyou!

1c.

Re: Help || NTDC: What to prepare for the interview

Posted by: "wakkas111@yahoo.com" wakkas111@yahoo.com   wakkas111

Tue Dec 27, 2011 5:34 am (PST)



ya im from kpk n i got intervoew call..n my interview is on 29th dec...kindly any one from sindh guide us about the interview

________________________________
From: Saeed Khattak <saeed_taurus@yahoo.com>
To: bs-telecom@yahoogroups.com
Sent: Monday, December 26, 2011 11:19 AM
Subject: Re: [bs-telecom] Help || NTDC: What to prepare for the interview


 
plz tell me does any one from KPK got interview latter.....

--- On Sat, 12/24/11, Obaid Khan <engr.obaid@yahoo.com> wrote:

>From: Obaid Khan <engr.obaid@yahoo.com>
>Subject: [bs-telecom] Help || NTDC: What to prepare for the interview
>To: "bs-telecom@yahoogroups.com" <bs-telecom@yahoogroups.com>
>Date: Saturday, December 24, 2011, 4:05 AM
>
>

>Hello. I have an interview on 2nd Jan for Junior Engineer NTDC Pakistan. What should i prepare for the interview?
>All those brothers of Sindh and Balochistan, who recently gave the interview for the aforementioned post should brief us about it
>
>Thankyou!
>
2.

Help || MS telecom germany

Posted by: "mudasarawan2005" no_reply@yahoogroups.com   mudasarawan2005

Mon Dec 26, 2011 7:38 am (PST)



anybody give me information about Masters from germany in german mode????

3a.

Re: Help || Transparent Squid Proxy Script

Posted by: "Rehan Khan" hankook_21@yahoo.com   hankook_21

Mon Dec 26, 2011 7:39 am (PST)



Here is complete shell script.
Script first configure Linux system as router and forwards all http request to port 3128

#!/bin/sh
# ----------------------------------------------------------
# See URL: http://www.cyberciti.biz/tips/linux-setup-transparent-proxy-squid-howto.html
# (c) 2006, nixCraft under GNU/GPL v2.0+
# ----------------------------------------------------------
# squid server IP
SQUID_SERVER="10.0.0.81"
# Interface connected to Internet
INTERNET="eth1"
# Interface connected to LAN
LAN_IN="eth0"
# Squid port
SQUID_PORT="3128"

# DO NOT MODIFY BELOW
# Clean old firewall
iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
# Load IPTABLES modules for NAT and IP conntrack support
modprobe ip_conntrack
modprobe ip_conntrack_ftp
# For win xp ftp client
#modprobe ip_nat_ftp
echo 1 > /proc/sys/net/ipv4/ip_forward
# Setting default filter policy
iptables -P INPUT DROP
iptables -P OUTPUT ACCEPT
# Unlimited access to loop back
iptables -A INPUT -i lo -j ACCEPT
iptables -A OUTPUT -o lo -j ACCEPT
# Allow UDP, DNS and Passive FTP
iptables -A INPUT -i $INTERNET -m state --state ESTABLISHED,RELATED -j ACCEPT
# set this system as a router for Rest of LAN
iptables --table nat --append POSTROUTING --out-interface $INTERNET -j MASQUERADE
iptables --append FORWARD --in-interface $LAN_IN -j ACCEPT
# unlimited access to LAN
iptables -A INPUT -i $LAN_IN -j ACCEPT
iptables -A OUTPUT -o $LAN_IN -j ACCEPT
# DNAT port 80 request comming from LAN systems to squid 3128 ($SQUID_PORT) aka transparent proxy
iptables -t nat -A PREROUTING -i $LAN_IN -p tcp --dport 80 -j DNAT --to $SQUID_SERVER:$SQUID_PORT
# if it is same system

 
Regards,
Rehan Khan

________________________________
From: rehan yaqoob <rehany_2003@yahoo.com>
To: "bs-telecom@yahoogroups.com" <bs-telecom@yahoogroups.com>
Sent: Sunday, December 25, 2011 6:12 PM
Subject: [bs-telecom] Help || Transparent Squid Proxy Script


 
Dear Friends,

    Currently i am doing a job as a Network Administrator in Fabric Textile and 100 users are use computer everyone access internet . i have installed squid server on centos 5.4 when i setting in client browser then internet is working but i want with out browser setting . kindly help me how to configure transparent proxy in squid server plz help me.

 

 
 
Thanks & Regards
(REHAN YAQOOB)
 
Samnabad ,Lahore, Pakistan
Cell no: +92 321 4448417
Email:- rehany_2003@yahoo.com
3b.

Help || FO Engineer VAS  Ericsson  interview

Posted by: "Waqas arshad" vikas_arshad@hotmail.com   vikas_arshad

Tue Dec 27, 2011 5:33 am (PST)





Dear all
how are yo guys ? a Friend of mine got call for FO Engineer VAS Ericsson interview .Can some one tell what should he prepare ? waiting for your response


Regards
WaQas Arshad
03455090851

4a.

Query || Masters in Engineering Management

Posted by: "naveed islam" naveed_389@hotmail.com   naveed_389

Mon Dec 26, 2011 7:39 am (PST)



Salam,
Can anybody give guidance about whether any university in Pakistan offer Engineering management Masters Degree program. Also need help if any one can guide about some foreign institute offering this degree program with some kind of scholarship.
Your kind response will be highly appreciated.

RegardsNaveed Islam
4b.

Re: Query || Masters in Engineering Management

Posted by: "Zubair.Ahmed" z_a314@yahoo.com   z_a314

Mon Dec 26, 2011 10:24 am (PST)



Dear Naveed,
                    
                     Yes,here in pakistan some universities are offering Enigeering Management.Infact
                      iam also doing Telecom Management from IoBM Karachi.If you are interested than go
                      to WWW.Iobm.edu.pk that will be better for you.

 Have a Good Time.
 

THANKS
BEST REGARDS
Engr.ZUBAIR AHMED

________________________________
From: naveed islam <naveed_389@hotmail.com>
To: bs-telecom@yahoogroups.com
Sent: Monday, December 26, 2011 7:05 PM
Subject: [bs-telecom] Query || Masters in Engineering Management


 
Salam,

Can anybody give guidance about whether any university in Pakistan offer Engineering management Masters Degree program. Also need help if any one can guide about some foreign institute offering this degree program with some kind of scholarship.

Your kind response will be highly appreciated.

Regards
Naveed Islam
4c.

Re: Query || Masters in Engineering Management

Posted by: "asad iqbal" asad_uetian@yahoo.com   asad_uetian

Tue Dec 27, 2011 5:32 am (PST)



Dear Naveed,

UET Taxila! Plz. follow the link below:
http://www.uettaxila.edu.pk/Faculty_IEMS.asp

________________________________

From: naveed islam <naveed_389@hotmail.com>
To: bs-telecom@yahoogroups.com
Sent: Monday, December 26, 2011 7:05 PM
Subject: [bs-telecom] Query || Masters in Engineering Management


 
Salam,

Can anybody give guidance about whether any university in Pakistan offer Engineering management Masters Degree program. Also need help if any one can guide about some foreign institute offering this degree program with some kind of scholarship.

Your kind response will be highly appreciated.

Regards
Naveed Islam

4d.

Re: Query || Masters in Engineering Management

Posted by: "Waqas Idrees" mwaqas_03@yahoo.com   mwaqas_03

Tue Dec 27, 2011 5:33 am (PST)



W/salam

Center for Advance Studies in Engineering, Islamabad offers MS is Engineering Management and MS in Management.
Engineering management is for Engineers and Management is for non-engineering back ground students.
CASE is one of the leading institute in Pakistan and I has good repute in Market... Secondly CASE offers a flexible course plan best suitable for professionals.
http://case.edu.pk/

Regards
Muhammad Waqas Idrees

________________________________
From: naveed islam <naveed_389@hotmail.com>
To: bs-telecom@yahoogroups.com
Sent: Monday, December 26, 2011 4:05 PM
Subject: [bs-telecom] Query || Masters in Engineering Management


 
Salam,

Can anybody give guidance about whether any university in Pakistan offer Engineering management Masters Degree program. Also need help if any one can guide about some foreign institute offering this degree program with some kind of scholarship.

Your kind response will be highly appreciated.

Regards
Naveed Islam
4e.

Re: Query || Masters in Engineering Management

Posted by: "Muhammad Yousuf" usuf59@yahoo.com   usuf59

Tue Dec 27, 2011 5:33 am (PST)



NED karwa rahi ha

BR

Muhammad Yousuf
+923453050499

________________________________
From: Zubair.Ahmed <z_a314@yahoo.com>
To: "bs-telecom@yahoogroups.com" <bs-telecom@yahoogroups.com>
Sent: Monday, December 26, 2011 10:06 PM
Subject: Re: [bs-telecom] Query || Masters in Engineering Management

 
Dear Naveed,
                    
                     Yes,here in pakistan some universities are offering Enigeering Management.Infact
                      iam also doing Telecom Management from IoBM Karachi.If you are interested than go
                      to WWW.Iobm.edu.pk that will be better for you.

 Have a Good Time.

THANKS
BEST REGARDS
Engr.ZUBAIR AHMED

________________________________
From: naveed islam <naveed_389@hotmail.com>
To: bs-telecom@yahoogroups.com
Sent: Monday, December 26, 2011 7:05 PM
Subject: [bs-telecom] Query || Masters in Engineering Management

 
Salam,

Can anybody give guidance about whether any university in Pakistan offer Engineering management Masters Degree program. Also need help if any one can guide about some foreign institute offering this degree program with some kind of scholarship.

Your kind response will be highly appreciated.

Regards
Naveed Islam

4f.

Re: Query || Masters in Engineering Management

Posted by: "Neeha Farooq" neehafarooq@yahoo.com   neehafarooq

Tue Dec 27, 2011 5:33 am (PST)



NUST, UET Lahore,CASE are some of the universities offering MS in Engineering Management.
Good Luck

________________________________
From: naveed islam <naveed_389@hotmail.com>
To: bs-telecom@yahoogroups.com
Sent: Monday, December 26, 2011 7:05 PM
Subject: [bs-telecom] Query || Masters in Engineering Management


 
Salam,

Can anybody give guidance about whether any university in Pakistan offer Engineering management Masters Degree program. Also need help if any one can guide about some foreign institute offering this degree program with some kind of scholarship.

Your kind response will be highly appreciated.

Regards
Naveed Islam
4g.

Re: Query || Masters in Engineering Management

Posted by: "tariq nawaz" tariqnawazkhan@yahoo.com   tariqnawazkhan

Tue Dec 27, 2011 5:34 am (PST)



As per my understandings, first search a potential job in your Engineering management and do some research in this field, as if its beneficial for you, please dont do any degree coz it sound cool. I hope you are getting what i am trying to say. 
 

Regards,

Engr. Tariq Nawaz Khan

________________________________
From: naveed islam <naveed_389@hotmail.com>
To: bs-telecom@yahoogroups.com
Sent: Monday, December 26, 2011 6:05 PM
Subject: [bs-telecom] Query || Masters in Engineering Management


 
Salam,

Can anybody give guidance about whether any university in Pakistan offer Engineering management Masters Degree program. Also need help if any one can guide about some foreign institute offering this degree program with some kind of scholarship.

Your kind response will be highly appreciated.

Regards
Naveed Islam
5.

Help || Solaris Certification

Posted by: "Kamran Awan" awanspy@yahoo.com   awanspy

Mon Dec 26, 2011 7:41 am (PST)



Salam all,

I am interested in the Solaris Certification that is "Sun Certified Solaris Associate, SCSAS". Please send me helping, reading material.

Thanks & Regards,

Kamran Rasul
Automation Engineer

MEOS Establishment
www.meosuae.com
Dubai, U. A. E.
(+971) 0504 534 817
6.

JOB ll Saudi Arabia ll Huawei Access NOC expert ll Min 4 years exper

Posted by: "Urwah Masud" urwah_masud@yahoo.com   urwah_masud

Mon Dec 26, 2011 3:39 pm (PST)




Hi
LCC Saudi Arabia is currently looking for Huawei Access NOC expert. Below is the job description:
Monitoring the operations of SDH and GPON Huawei networksHaving experienc of monitoring from NMS (iManager T2000) and NetviewerProvide technical Support to the Front Office and FMESolid knowledge of Huawei GPON and OSN productsAnalyzing and rectification of of Alarms Working in shifts 24 x 7 Dont send CVs if you dont have above relevant experience.
Send resumes at saad_jamal@lcc.com  ------------
Urwah Masud
7.

Job || Solution Architect & Senior Manager Data Core Engineering AND

Posted by: "Shahzad Ali Shargo" wsa042@yahoo.com   wsa042

Tue Dec 27, 2011 5:35 am (PST)





----- Forwarded Message -----
From: Fahad Jamil <fahad@careerpakistan.org>
To:
Sent: Monday, 26 December 2011, 15:05
Subject: Positions: Solution Architect AND Senior Manager Data Core Engineering AND Systems Security Specialist

Dear All,

As you have experience in this industry, I would appreciate it if you could refer candidates to me for the following position(s).
(Job Description is attached below).

Thank you for your time. I look forward to hearing from you.

Kind Regards,

Fahad Jamil
Recruitment Specialist
Career Pakistan
+92 345 530 0048
fad.jamil@gmail.com
fahad@careerpakistan.org

Detailed JDs are given below (Deadline: Dec 29th 2011, Thursday):

------------------------------
Position No 1:

We are looking for candidates for the Solution Architect position at a
Multinational Telecom Company.

Position Title: Solution Architect
Sector: Telecom
Company type: Multinational Telecom Company
Location: Lahore
Salary: 50K to 100K

Essential Requirements:
-- Experience of Multinational Telecom Company (Operator, or WiMax, or Vendor company) 
-- Experience of OSS/BSS (designing, or implementation, or operations)
-- About 6 to 8 years (or more) experience

The ideal candidate should
-- Hold a Bachelor's degree in Computer Sciences
-- Have 6 to 8 5 years of relevant experience
-- Have Experience in OSS/BSS Solution Designing & Implementation,
Strong Communication & Interpersonal skills and Oracle Database
configurations

Job Description
-- Develop Solution outlines for development and delivery of OSS/BSS
applications
-- Support Manager IT Infrastructure Planning in making key technology
decisions.
-- Ensure tactical and strategic developments while ensuring that the
design meets business requirements
-- Work closely with Infrastructure Architect to deliver efficient
OSS/BSS solution implementations
-- Take full ownership of designing database environment of various
BSS applications including upgrades and new implementations.
-- Work with IT and Business teams in an open and collaborative
communication style to ensure the effective delivery
-- Monitor and follow up with development progress, environment setup
progress, any pending issues with other teams during upgrades and new
implementations.
-- Ensure that database design is built following industry standards
and best practices during the implementation of services and post
implementation.
-- Participate in the support of testing life cycles of application
upgrades and new implementations.
-- Work closely with respective teams to develop 1 and 3 year OSS/BSS
Technology strategies

Desirable Skills
-- Understanding of existing and emerging Technologies
-- Experience in creating Solution Business Cases and SQL
-- Proficient in MS office suit

------------------------------
Position No 2:

We are looking for candidates for the Senior Manager Data Core Engineering position at a Multinational Telecom Company.

Position Title:Senior Manager Data Core Engineering
Sector: Telecom
Department: Technical
Company type: Multinational Telecom Company
Location:Islamabad
Salary: 190K to 380K

Essential Requirements:
-- Recent experience in Telecom company
-- About 8 to 10 years (or more) experience 
-- Experience of IP Core
-- Experience of following Juniper Product Series: T, M, Mx, Ex, E, SRX, SBR is mandatory
-- Experience related to managing people  

The ideal candidate should:                          
-- Hold a Bachelors / Master degree in Engineering
-- Have 8 to 10 years of experience with minimum 7 years of IP-Core experience and at-least 3 years of experience in IP Core planning
for carrier grade network

Job Description:
-- Be responsible for end to end core network team planning, budgeting and selecting the vendors
-- Coordinate with higher management representing the team, goals and requirements
-- Manage Combined IP Core Team and Network
-- Manage a team of 26 people
-- Manage the Broadband WiMAX and Core Team and Network
-- Evaluate technical solutions
-- Finalize budget for all projects/activities with respect to Data Core
-- Ensure all project timelines are strictly followed during the project life cycle
-- Design Authority for the IP Core and Broadband/WiMAX core network and provide inputs to higher management for
optimization of network and requirements for the projects
-- Conduct technology trials and IOTs for different vendor equipment
-- Review the team progress and conduct internal team meetings for goals achievement strategy
-- Finalize the integration plan of any new service for Data Core network
-- Coordinate with Finance, IT billing, Broadband Commercial Teams, PTA/PTCL & Marketing teams for their requirement
and technical solution that can be offered based on the required services
-- Coordinate with Corporate Affairs for regulatory requirements
-- Monitor all technical issues related to Data Core Engineering
-- Be responsible for timely execution of contracts and services with effective OPEX Management
-- Be responsible for Data Core Optimization and Nationwide Planning

Essential Skills:
-- Have experience of IP Networks planning and implementation (Experience on following Juniper Product Series T, M, Mx, Ex, E, SRX, SBR is mandatory)
-- Have relevant experience of Carrier Grade VOIP, IP/MPLS Network
-- Have experience in Telecom Operation

Desirable Skills:
-- Should have relevant skills for technical documentation
-- Should have RFP/RFQ preparation skills
-- Good understanding of Finance concepts
-- Be able to handle projects of size of Multi Million $

------------------------------
Position No 3:

We are looking for candidates for the Systems Security Specialist position at a Multinational Telecom Company.

Position Title: Systems Security Specialist
Sector: Telecom
Company type: Multinational Telecom Company
Location:Islamabad
Salary: 50K to 100K

Essential Requirements:
-- Recent experience in Information Security 
-- Expertise in using McAfee Products
-- About 4 to 7 years (or more) experience
-- Note: Candidate can be from any sector
The ideal candidate should
-- Have a Bachelors of Computer Sciences degree
-- Have 4-7 Years of relevant experience

Job Description
-- Manage daily operations related to end point security solutions Including but not limited to AV, HIPS, Antispyware, DLP, end point encryption
-- Compliance to Mobilink Internet and Information Security policies and Internet threats management using filtering solutions.
-- Vulnerability Management reports for Management, identify Gaps and recommend solutions Incident Management and Handling
-- Work as Tier 3 Support for the security infrastructure and provide end user support
-- Conduct on need basis Application Security reviews and prepare recommendations based on best practices
-- Vendor Management (Communication with vendors, SLA Management)
-- Identify and Manage security threats using RSA Envision
-- Handle Operations of Group-shield for Exchange, handles exchange related AV and Anti-Spam issues
-- Maintains and manages systems security infrastructure
-- Execute security infrastructure upgrades as guided by team lead
-- Creates biweekly reports for overall security posture of the organization for Management

Essential Skills
-- McAfee Products
-- Excellent trouble shooting skills
-- Ability to work under stress and pressure
-- Project Management Skills
-- Technical writing skills for creating SOP and Policies

Desirable Skills
-- Security Information & Event Management Solutions knowledge
-- Excellent written and verbal communication skills
-- Security Information & Event Management Solutions knowledge
-- Excellent written and verbal communication skills
----------------------
8.

Job || Core Network Engineer (IP-MPLS) || Saudi Arabia

Posted by: "Hasan Kaji" hasan.kaji@gmail.com   hasan_kaji

Tue Dec 27, 2011 5:36 am (PST)



Dear all

We are looking for candidate engineers with the following skills and
experience.

Function: Core Network Engineer.

Location: Saudi Arabia

In-depth knowledge of network switching and routing protocols and other
technologies:

· OSPF.

· BGP.

· IS-IS

· MPLS and TE.

· VPN (layer2, and 3),Metro Ethernet, Q-in-Q, and GRE.

· Layer 2 and Layer 3 switching

· Bridging, VLANs, Trunking, and Spanning Tree,

· Ethernet Technologies, Link aggregation,

· DHCP, NAT, NTP, VRRP, SNMP, and DNS.

· Multicasting.

· VLSM, Route Summarization, Policy based routing, Route
Filtering, and Redistribution

· Quality of Service.

· High Availability and failover technologies.

· Network Security, Firewalls, IPSec, and IPS.

· IPv6.

· Good experience in EMS and NMS.

· Shall able to translate HLD into LLD,able to develop Network
Implementation Plan (NIP),Network Ready for Use (NRFU), Network Migration
Plan (NMP).

· Good experience in the Project Implementation phase.

· Shall able to troubleshoot, analyze and resolve complex IPnetwork.

· Shall have documentation skills and able to transfer and share
the knowledge, of implemented network to the team members and the client.

· Experience in integration with third party vendor equipment and
works with other technology teams.

· Experience in installing packet core network including 2G/3G
mobile, WiMAX and LTE.

· Knowledge and hands-on experience in ZTE Datacom equipment will
be an advantage.

*Education and Qualifications:*

· BS in *Computer or Communications Engineering*.

At least 5 years hands-on experience.

Professional level certifications from one of top vendors, expert level
will be an advantage.

Willing to start immediately.

The candidate MUST BE *IQAMA HOLDER* (Free Iqama + Transferable candidates
are only acceptable).

· Non Iqama holder CVs will not be entertained

· Candidate must be immediately available

Who meet the above mentioned Criteria, please send their CV to
hk@sis-limited.com for immediate Consideration

Kind Regards,

*Hasan Kaji*

Recruitment Consultant

Mob +966 53 306 4046

Tel +966 1 455 7549

Fax +966 1 455 6300

Skype sis-hasan

Email hk@sis-limited.com
9.

Sharing || Novateur Trainings

Posted by: "Zainab Mubashir" zainab.mubashir@yahoo.com   zainab.mubashir

Tue Dec 27, 2011 5:36 am (PST)



Dear Friends,

Novateur is offering training programs in many diverse domains. Please visit the website for further details.

www.novateurpk.com

Regards,
Recent Activity
Visit Your Group
Yahoo! Finance

It's Now Personal

Guides, news,

advice & more.

New web site?

Drive traffic now.

Get your business

on Yahoo! search.

Yahoo! Groups

Do More For Dogs Group

Connect and share with

dog owners like you

Need to Reply?

Click one of the "Reply" links to respond to a specific message in the Daily Digest.

Create New Topic | Visit Your Group on the Web
*Please consider the environment before printing this e-mail*

This electronic message contains information from bs-telecom A Virtual Forum which may be privileged or confidential. The information is intended to be for the use of the member(s)or entity named above. If you are not the intended recipient please destroy this message immediatly. Please don�t send/share confidential OWNED information material, bs-telecom bears no responsibility of the contents of the email.
Best Of Luck for your Future BS-Telecom


MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

No comments:

Post a Comment