Spa122 fax configuration help

Hi,
SPA122 is not working with our analog FAX machine (HP Laserjet printer). Sending or receiving faxes is almost impossible, it is unpredictable.
SPA122 product page says it works with FAX machines, so how can we get it to work? I have read all documentation but most of it relates to T38 faxing, and I mean traditional analog faxing.
Regards,

upgrade SPA122 to latest firmware
use uncompressed codec, e.g. aLaw or uLaw (use the one preferred in your country; don't forget to set FAX Passthru codec as well)
turn off silence suppressor, echo suppressor
echo canceller should be enabled if V.21 protocol is used by fax and disabled if V.34 is used
set RTP Packet size to 10ms
set Network Jitter Level according expected jitter AND DISABLE automatic adjustments of it
reconfigure your fax - allow Tx and Rx speed up to 9600Bd only
Note that it may not solve your problem. Fax transmission require short end-to-end signal delay, jitter must not be so high and even low packet loss is just unacceptable at all, especially when ECM is not used. Your internet connection may not fulfill all those requirements.
In advance, SPA122 seems not to be state-of-the-art device, even with the latest firmware. It's predecessor, PAP2T offer better results on the same line.
Best advice ? Consider fax to be dead technology. Order your secretary to scan document and transmit it as part of email. Ask your provider for virtual-fax service (fax is received on provider side, then send to you as email).
Mark thread as answered if the response help you to solve the issue. It will help others to found solutions.

Similar Messages

  • Modern Replacement for Unity's IP Fax Configuration Wizard?

    Just finished a cutover from CUCM/Unity 4.x to CUCM/UCONN 8.5.
    All inbound faxes where being forwarded to a single email box by the h.323 gateway.  Now I see that then the IP Fax Configuration Utility was then sorting out those faxes to individual users mailboxes.
    What is the replacement for this on an 8.5 Unity Connection system?
    Thanks!

    Hi,
    Cisco Fax Server, this may answer your question:
    http://www.cisco.com/en/US/docs/voice_ip_comm/connection/8x/administration/guide/8xcucsag246.pdf
    Hope that helps,
    Brad

  • 1941W configuration help needed

    Our Deployment Scenario:-
    1941W Gigabit Ethernet 0/0 is connected to the PPOE connection of the ISP.
    Gigabit Ethernet 0/1 is connected to the wired LAN
    I have created 2 wireless radio Cisco_Kamran_BGN which is operating at 2.4 Ghz Devices and Cisco_Kamran_A which is operating at 5Ghz Devices.
    I have created 2 VLans for the Wireless.
    Vlan 10 for Cisco_Kamran_A        192.168.10.x
    Vlan 11 for Cisco _Kamran_BGN   192.168.11.X
    The problem is the Wireless users are not getting the IP address from the respective DHCP server which has been configured on the Router.
    Can please any from the community help me and show me where I am missing the configuration.
    Please find my router  & ap configuration below.
    Router Configuration
    Router#
    sh run
    Building configuration...
    Current configuration : 3022 bytes
    ! No configuration change since last restart
    version 15.1
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname Router
    boot-start-marker
    boot-end-marker
    enable secret 5 $1$TdQt$npYeaf/W0kRElcfMggzJ31
    no aaa new-model
    service-module wlan-ap 0 bootimage autonomous
    no ipv6 cef
    ip source-route
    ip cef
    ip dhcp excluded-address 192.168.1.1 192.168.1.50
    ip dhcp excluded-address 192.168.10.1 192.168.10.10
    ip dhcp excluded-address 192.168.11.1 192.168.11.10
    ip dhcp pool DHCP
    network 192.168.1.0 255.255.255.0
    default-router 192.168.1.1
    dns-server 195.229.241.222 213.42.20.20
    ip dhcp pool Cisco_Kamran_A
    network 192.168.11.0 255.255.255.0
    default-router 192.168.11.1
    dns-server 195.229.241.222 213.42.20.20
    ip dhcp pool Cisco_Kamran_BGN
    network 192.168.10.0 255.255.255.0
    default-router 192.168.10.1
    dns-server 195.225.241.222 213.42.20.20
    multilink bundle-name authenticated
    crypto pki token default removal timeout 0
    license udi pid CISCO1941W-E/K9 sn FCZ1553C1VK
    hw-module ism 0
    redundancy
    bridge irb
    interface Embedded-Service-Engine0/0
    no ip address
    shutdown
    interface GigabitEthernet0/0
    ip address 192.168.1.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly in
    duplex auto
    speed auto
    interface wlan-ap0
    description Service module interface to manage the embedded AP
    ip unnumbered GigabitEthernet0/0
    arp timeout 0
    no mop enabled
    no mop sysid
    interface GigabitEthernet0/1
    no ip address
    duplex auto
    speed auto
    pppoe enable group global
    pppoe-client dial-pool-number 1
    interface Wlan-GigabitEthernet0/0
    description Internal switch interface connecting to the embedded AP
    switchport mode trunk
    no ip address
    interface Vlan1
    no ip address
    interface Vlan10
    ip address 192.168.10.1 255.255.255.0
    ip access-group DSL_ACCESSLIST in
    ip nat inside
    ip virtual-reassembly in
    interface Vlan11
    ip address 192.168.11.1 255.255.255.0
    ip access-group DSL_ACCESSLIST in
    ip nat inside
    ip virtual-reassembly in
    interface Dialer1
    ip address negotiated
    ip nat outside
    ip virtual-reassembly in
    encapsulation ppp
    dialer pool 1
    ppp authentication pap callin
    ppp pap sent-username xxxxxx password 0 xxxxxx
    ppp ipcp route default
    ip forward-protocol nd
    no ip http server
    no ip http secure-server
    ip nat inside source list DSL_ACCESSLIST interface Dialer1 overload
    ip access-list extended DSL_ACCESSLIST
    permit ip 192.168.0.0 0.0.255.255 any
    control-plane
    line con 0
    password xxxxxx
    login
    line aux 0
    line 2
    no activation-character
    no exec
    transport preferred none
    transport input all
    transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
    stopbits 1
    line 67
    no activation-character
    no exec
    transport preferred none
    transport input all
    transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
    line vty 0 4
    password xxxxxx
    login
    transport input all
    scheduler allocate 20000 1000
    end
    Router#
    Router#
    Router#
    Access Point Configuration
    ap#
    ap#
    ap#
    sh run
    Building configuration...
    Current configuration : 2603 bytes
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname ap
    enable secret 5 $1$JxdQ$a2/00bWJuhUKP9QLC94YD/
    no aaa new-model
    dot11 syslog
    dot11 ssid Cisco_Kamran_A
       authentication open
       authentication key-management wpa
       guest-mode
       wpa-psk ascii 7 1045081417161C5A555C7A7B
    dot11 ssid Cisco_Kamran_BGN
       authentication open
       authentication key-management wpa
       guest-mode
       wpa-psk ascii 7 020D05561907017015165949
    username Cisco password 7 14341B180F0B
    bridge irb
    interface Dot11Radio0
    description 802.11bgn radio
    no ip address
    no ip route-cache
    encryption mode ciphers aes-ccm
    broadcast-key change 3600
    ssid Cisco_Kamran_BGN
    antenna gain 0
    station-role root
    bridge-group 11
    bridge-group 11 subscriber-loop-control
    bridge-group 11 block-unknown-source
    no bridge-group 11 source-learning
    no bridge-group 11 unicast-flooding
    bridge-group 11 spanning-disabled
    interface Dot11Radio1
    description 802.11a radio
    no ip address
    no ip route-cache
    encryption mode ciphers aes-ccm
    ssid Cisco_Kamran_A
    antenna gain 0
    no dfs band block
    channel dfs
    station-role root
    bridge-group 10
    bridge-group 10 subscriber-loop-control
    bridge-group 10 block-unknown-source
    no bridge-group 10 source-learning
    no bridge-group 10 unicast-flooding
    bridge-group 10 spanning-disabled
    interface GigabitEthernet0
    description the embedded AP GigabitEthernet 0 is an internal interface connecting AP with the host router
    no ip address
    no ip route-cache
    bridge-group 1
    no bridge-group 1 source-learning
    bridge-group 1 spanning-disabled
    interface GigabitEthernet0.10
    description 802.11a bridge
    encapsulation dot1Q 10
    no ip route-cache
    bridge-group 10
    bridge-group 10 subscriber-loop-control
    bridge-group 10 block-unknown-source
    no bridge-group 10 source-learning
    no bridge-group 10 unicast-flooding
    bridge-group 10 spanning-disabled
    interface GigabitEthernet0.11
    description 802.11bgn bridge
    encapsulation dot1Q 11
    no ip route-cache
    bridge-group 11
    bridge-group 11 subscriber-loop-control
    bridge-group 11 block-unknown-source
    no bridge-group 11 source-learning
    no bridge-group 11 unicast-flooding
    bridge-group 11 spanning-disabled
    interface BVI1
    ip address dhcp client-id GigabitEthernet0
    no ip route-cache
    ip http server
    no ip http secure-server
    ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
    bridge 1 route ip
    line con 0
    no activation-character
    line vty 0 4
    login local
    end
    ap#
    ap#
    ap#

    Hi Stepehen,
    Did the configuration as per your advice  but i am getting the below mentioned error which i have highlighted it in red. Please advice what needs to be done.
    Home
    Re: 1941W configuration help needed
    created by Stephen Rodriguez in Getting     Started with Wireless - View the full discussion
    conf t
    interface     Dot11Radio0
    no ssid     Cisco_Kamran_BGN
    no encryption mode     ciphers aes-ccm
    exit
    interface     Dot11Radio1
    no encryption mode     ciphers aes-ccm
    no ssid     Cisco_Kamran_A
    exit
    dot11 ssid     Cisco_Kamran_A
    vlan 10
    dot11 ssid     Cisco_Kamran_BGN
    vlan 11
    exit
    interface     Dot11Radio0
    encryption vlan 11     mode ciphers aes
    ssid     Cisco_Kamran_BGN
    exit
    interface     dot11radio0.1
    encapsulation     dot1q 1 native
    bridge-group 1
    interface     dot11radio 0.11
    encapsulation     dot1q 11
    bridge-group 11
    Configuration of     subinterfaces and main interface
    within the same bridge     group is not permitted
    exit
    interface     Dot11Radio1
    encryption vlan 10     mode ciphers aes-ccm
    ssid     Cisco_Kamran_A
    interface     dot11radio1.1
    encapsulation     dot1q 1 native
    bridge-group 1
    interface     dot11radio1.10
    encapuslation     dot1q 10
    bridge-group 10
    Configuration of subinterfaces and main     interface
    within the same bridge     group is not permitted
    end
    wr
    Reply to this message by going to Home
    Start a new discussion in Getting Started with Wireless at Home

  • Need configuration help on producing dial tone

    Hello Experts,
    I have a Cisco 2921 router with VWIC3-2MFT-T1/E1 card. On this card we have T1-CAS digital line connected. We have been provided with a set of DID numbers. We have a requirement where, when we dial a DID, the router should provide a dial tone, and should allow the user to dial to extension numbers. Not sure if this is feasible. If at all possible, will need to some configuration help.
    Thanks
    Arabinda

    Sure it's possible. What's the T1 connected to? The router will offer two-stage dialing (aka dial tone) when the incoming POTS dial-peer does not have the 'direct-inward-dial' command on it. The router will accept any input and search for an outbound dial-peer (or ephone-dn for locally registered DNs) to match. Be careful if the T1 is connected to the PSTN as this is a toll fraud risk. You need to use CoR to reign in what outbound dial-peers are available to it.
    Dial Peer Basics:
    http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a008010ae1c.shtml
    Class of Restrictions:
    http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml
    Please remember to rate helpful responses and identify helpful or correct answers.

  • T.37 OnRamp and OffRamp fax configuration- Problem

    Hello !
    I have configured CISCO 2901 call router with T.37 OnRamp and OffRamp fax configuration.
    I have configured SMTP for receiving fax from call router. I am using Novell GroupWise 8 e-mail application.
    I could able to receive fax from call router,
    But i m not able to send fax to outside world via call router
    Because while sending fax we are using outsideno@callrouterip address ( ex:  [email protected])
    My Novell GroupWise giving error like unable to find e-mail address in mail box ( Error : can not deilver message to internal loop address )
    Reason : Mail box not able to find address because of every time if you use No like  this [email protected] . Mail box not able to recognize and unable to forward to call router,
    I try to use windows FAX service to send fax to VOIP ( call router ), that does not work.
    Is there any tool or client setup we would able to use and deliver mail to call router to send fax.
    Until or else their is no use for using T.37 OnRamp and OffRamp fax configuration in call router
    Thanks
    Best Regards
    Jayaraja R

    fax receive called-subscriber $d$
    fax interface-type fax-mail
    mta send server smtp.domainname.com port 25
    mta send subject Fax-Mail Message
    mta send with-subject both
    mta send postmaster [email protected]
    mta send mail-from hostname callrouter.domainname.com
    mta send mail-from username fax
    mta send return-receipt-to hostname domainname.com
    mta send return-receipt-to username fax
    mta receive aliases X.X.X.X
    mta receive aliases callrouter.domainname.com
    mta receive maximum-recipients 5
    application
    service faxmail_offramp flash:app_faxmail_offramp.2.0.1.1.tcl
    service onfax flash:app_faxmail_onramp.2.0.1.3.tcl
    global
      service alternate default
    I hope this configuration would be sufficient ,
    Thanks
    Best Regards
    Jayaraja R

  • Multiple ethernet network adaptors + MySQL/php5: configuration help needed

    I would be grateful if someone could give me some advice on how to configure multiple ethernet adapters under OS X 10.5.6
    I have set up my system to work nicely with two ethernet network adapters, each with its own fixed IP. This bit works just fine. The machine supports two separate servers - a mail server and the OS X Apache2 server. I have configured the mail server to only listen to one of the IPs, and the Apache2 server to listen to the other (via httpd.conf). The system also has MySQL and php5 installed / enabled, and these services are only used by the Apache2 server.
    The problem I have is that when I start the machine, initially the php5 system cannot connect reliably to the MySQL database system. The fix I have found is to temporarily make the ethernet adapter connected to the mail server 'inactive'. While this is so, the php5/MySQL connection to Apache2 works. Curiously, once an initial connection between php5 and MySQL has been made, subsequently I can make the mail server's ethernet adapter active again without further problems.
    I initially thought this might be due to 'service order' issues - but changing the service order (e.g. putting the Apache adapter 'above' the mail adapter in the service order does not help. The fix only works by making the mail adapter inactive temporarily.
    I suspect that there is some configuration change I can make to clarify the setup I have. The MySQL and Apache installations only need to talk to the Apache server - but I am not sure how to record this configuration in the OS X system.
    Thanks in advance for any assistance that you can provide.
    Message was edited by: Gavin Lawrie

    Hi Stepehen,
    Did the configuration as per your advice  but i am getting the below mentioned error which i have highlighted it in red. Please advice what needs to be done.
    Home
    Re: 1941W configuration help needed
    created by Stephen Rodriguez in Getting     Started with Wireless - View the full discussion
    conf t
    interface     Dot11Radio0
    no ssid     Cisco_Kamran_BGN
    no encryption mode     ciphers aes-ccm
    exit
    interface     Dot11Radio1
    no encryption mode     ciphers aes-ccm
    no ssid     Cisco_Kamran_A
    exit
    dot11 ssid     Cisco_Kamran_A
    vlan 10
    dot11 ssid     Cisco_Kamran_BGN
    vlan 11
    exit
    interface     Dot11Radio0
    encryption vlan 11     mode ciphers aes
    ssid     Cisco_Kamran_BGN
    exit
    interface     dot11radio0.1
    encapsulation     dot1q 1 native
    bridge-group 1
    interface     dot11radio 0.11
    encapsulation     dot1q 11
    bridge-group 11
    Configuration of     subinterfaces and main interface
    within the same bridge     group is not permitted
    exit
    interface     Dot11Radio1
    encryption vlan 10     mode ciphers aes-ccm
    ssid     Cisco_Kamran_A
    interface     dot11radio1.1
    encapsulation     dot1q 1 native
    bridge-group 1
    interface     dot11radio1.10
    encapuslation     dot1q 10
    bridge-group 10
    Configuration of subinterfaces and main     interface
    within the same bridge     group is not permitted
    end
    wr
    Reply to this message by going to Home
    Start a new discussion in Getting Started with Wireless at Home

  • Quick upload not configured Help

    Quick upload not configured Help Why and how do I configure? Host ?, username, password?

    I have exactly the same question, using almost the same system: MacBook Pro, OS X Mountain Lion (10.8.3).
    What to do? I cannot find an answer for how do I configure? Host, Username? Password?

  • SCOT- FAX configuration

    How to configure to send FAX from SAP?.
    Is it possible to send without having smtp server?
    Is it reuired to use any specific FAX server software or any fax software can be triggered from SCOT?.
    Thanks
    sukhdev

    Hello sukhdev,
    It is possible to send thru external servers without using SMTP plugin as depicted in the diagram here:
    http://help.sap.com/saphelp_nw70/helpdata/EN/42/ea000fb4b31a71e10000000a422035/frameset.htm
    this can be done via some configuration settings, check out the process here:
    http://help.sap.com/saphelp_nw70/helpdata/EN/2b/d9260b4b8a11d1894c0000e8323c4f/frameset.htm
    Regards,
    Siddhesh

  • Fax configuration in 2007

    In administration guide I found this information related to the fax:
    SAP Business One offers fax services via Microsoft Fax Service. For additional information,
    see How To Install and Configure MS Fax Services on the Channel Partner Portal at:
    http://channel.sap.com/sbo/documentation.
    Can you please help me to find "How To Install and Configure MS Fax Services", becuase I couldn't find this on the portal.
    Thanks,
    Olga

    Hi Olga,
    Check the following Link
    https://websmp106.sap-ag.de/~form/sapnet?_FRAME=OBJECT&_HIER_KEY=701100035871000520489&_SCENARIO=01100035870000000183&
    https://websmp201.sap-ag.de/~sapdownload/011000358700001078902007E/HowToMSFax_2005A_2007A.pdf
    Fax
    Re: Fax Usage
    *Close the thread if issue solved.
    Regards
    Jambulingam.p

  • Auto FAX configuration

    Hi,
    I configured the Microsoft shared FAX service (U.S Robotics  56K FAX Modem) to send fax through a Windows Server 2003 as fax server. Now I want to configure from SAP ECC 6 to send FAX. Can anyone guide me or let me know the steps to configure Auto FAX from SAP?
    Appreciate if anyone can tell the steps involved apart from standard SAP HELP.
    Regards,
    Purna
    Edited by: Purnachander Pinjala on Nov 24, 2008 11:21 PM

    Hi
    Your request is a standard solution in SAP system, the technical name is "Condition"! As long as you finished the settings of Fax server, you can select the transmission media 2 -- Fax to handle it! You also can refer to the following information from help.sap.com.
    [http://help.sap.com/saphelp_47x200/helpdata/en/fd/5fff3922086721e10000000a114084/frameset.htm|http://help.sap.com/saphelp_47x200/helpdata/en/fd/5fff3922086721e10000000a114084/frameset.htm]
    Hope it's useful for you!
    Good luck
    Z.T

  • Windows 2008 Server Configuration - Help

    Hello All,
    I am not an expert in configuring servers and I have just started to learn. Please forgive me if I am doing something funny!
    I have a router with static IP address and DHCP enabled on the router. The router had the following configuration as shown below and the clients were obtaining IP address from the router and using the internet without a problem.
    Router Configutaion:
    Basic Setting:
    IP Address : 122.165.60.160 (My Wan Static IP)
    IP Subnet Mask : 255.255.252.0
    Gateway IP: 122.165.60.1
    DNS Address:
    Primary DNS : 203.145.184.32
    Secondary DNS: 203.145.184.13
    Lan TCP/IP Setup:
    IP Address: 192.168.2.1 (Router IP)
    IP Subnet Mask: 255.255.255.0
    DHCP Enabled:
    Statring IP : 192.168.2.11 
    Ending IP: 192.168.2.100
    Now, I have installed Windows 2008 R2 Server with Active Directory, DNS and DHCP, IIS. I have created a few users and did nothing more than that in the server.
    Server IP Settings
    Server IP: 192.168.2.5
    Subnet : 255.255.255.0
    Gateway : 192.168.2.1
    DNS: 127.0.0.1
    And when I tried to join the domain i created... corp.globe.com the clients were not able to find the domain I therefore changed the following settings in the router.
    DNS Address:
    Primary DNS : 203.145.184.32
    Secondary DNS: 192.168.2.5 (Server IP)
    After this change the clients were able to join the domain and login as well. However the clients were getting the IP from the router. I am facing a lot of problems as listed below.
    1. I am not able to ping the clients using the computer name from the server.
    2. Clients cannot ping other clients or server using name. (Suppose if I try... PING SYS1 .... It looks like it is trying to ping some 92.x.x.xx IP address) even if SYS1 IP address is 192.168.2.13
    3. Clients can access Internet, but I cannot browse anything in the server.
    Please help me in the configuration, or point me to some guide which describes the same. I tried to set up and enable the DHCP server using Windows 2008 machine and I disabled it DHCP on the router, clients where able to get the IP address from Windows 2008
    server, but they were not able to use internet. Please advise.
    Thanks for your time.

    Hi,
    And you cannot ping the clients using the computer name from the server?
    Did you turn off the firewall on server and client?
    If you are having problems connecting to Active Directory and you have already successfully verified network connectivity, there might be a name resolution problem. For more and detail information, please refer to:
    http://technet.microsoft.com/en-us/library/cc961921.aspx
    Regards.
    Vivian Wang

  • Automatic payment program configuration help u0096 Very urgentu0085

    Hi all,
    We have couple of house banks for a company code and have ranked them as 1 and 2 for the payment method (example: Check) so, how would or where can the user has an option to choose a house bank to pay his vendors. I saw that in the vendor master we can maintain the house bank however, that ignores the ranking maintained in the configuration and will always pick that back for processing the payments for that vendor but, we do not want to maintain in the vendor master.
    Hence, can anyone tell me how that ranking thing works meaning how would SAP or why would SAP choose the second or third ranked bank in processing the payments? As far as I know we do not use the parameter house bank in F110 then where can we control what bank to use to process the payments for the vendors?
    Your help in this regard is highly appreciated and rewarded with points
    Thanks in advance
    Kumar

    Hi Kumar,
    I think this setting is given in the T.Code "FBZP" under the heading Bank determination, wherein you have a selection "Available Amounts", I think if the amounts in that particular House Bank is exhausted, it will shift to the next House Bank in the Ordering level. You can just give it a try.
    Regards
    Sridhar

  • SFTP adapter Configuration help:

    Dear All,
    I am trying to configure SFTP (seeburger) in sap PI.
    I want to know how to connect SFTP adapter of seeburger with an SSH sever. (I have installed free SSH Server in my laptop).
    How to connect using SFTP SETTING as
    AUTHENTICAION Method: Private Key authorisation
    how to generate/use private key.
    Please Advice,
    Prakash
    Edited by: senthilprakash selvaraj on Jan 20, 2010 6:42 AM

    Dear All,
    I have installed SSH server and genreated the RSA key in Visual admin and i have configured the SFTP adater properly.
    Now i have a different issue.
    In Communication channel monitoring once i start the channel(SFTP) i am not getting any message. Its just saying Channel started and thats it. nothin else is coming.  not even throwing any error. what should i do. why its happing like that.
    I Tried with Authentication mode as Private Key as well as Password. in both configurations are proper.
    also i tried refreshing the cache..no use.
    Please help,
    Senthilprakash

  • HOW DO I GET TO USE MY E FAX PLEASE HELP/PHOTOSMART H.P E STATION C510 SERIES

    I NEED HELP, SOMEONE OUT THERE PLEASE HELP ME . I NEED TO GET THIS E FAX STARTED AND I ASK FOR HELP FROM H.P. SUPPORT AND THEY WERE NOT ABLE TO GET ME IN THE RIGHT DIRECTION , I MIGHT TAKE THIS PRINTER BACK AND RETURN IT FOR I NEED TO FAX BUT TO NO AVAIL! PLEASE HELP.  MARY1PEREZ

    I hope you are doing well and sorry to learn that you are having this issue. 
    Take a look to this Article should guide through the proccess of setting efax.
    Important : To send or receive faxes using eFax, your HP product must be connected to the Internet on a wireless network, and you must enable Web Services. If you use a USB cable to connect your HP product to your computer, you also need to connect it wirelessly to use eFax.
    Hope it puts you in the right path and your printer working;
    RobertoR
    You can say THANKS by clicking the KUDOS STAR. If my suggestion resolves your issue Mark as a "SOLUTION" this way others can benefit Thanks in Advance!

  • Small configure help please? I have 3 300-28 switches, I want to connect them and avoid stp (stp setup)

    HI!
    I have a small network. I have 3 300-28 cisco switches. I already connected my 3 servers  and clients with the switch 1 and now I want to add more clients and I need to add my other two switches in the network. Please guide me with the simple configuration So I can connect them all and avoid loop (stp). Thanks

    Hi Nagaraja Thanthry!
    Thanks for your reply. I am implementing it tomorrow. By just conecting the switches together at trunk ports  will there be no loop? I don't want my network chowk. I hope it will work well. I might need further help, please reply.
    1. I will do setting on all switches. Assign IP addresses to switches (to Vlan 1 default).
    2. Set one port (e.g 28) as trunk and all others as Access on all three switches.
    3. Then I will connect the switches with each other at trunk ports. Hope there will be no loop in this setting.
    4. Do I need to set any setting for stp in switches ?
    Please reply one by one thanks.
    I am using 192.168.0.1 255.255.255.0 IP range.
    Best Regards,

Maybe you are looking for