Plugging fax server into h323 gateway

Hi All
we currently have a h323 gateway used for our outgoing calls via ISDN
We have a requirement for a fax server which has an isdn30 card in it to connect using our main isdn lines
Is it possible to use the other e1 port on this h323 gateway so the fax server can dial out ?
cheers

Hi Carl.
With a correct call routing configuration on VG, you can use a second E1 port to let your fax to dial out through another available E1 port.
Regards
Carlo

Similar Messages

  • When i plug my phone into itunes for the ios update, it downloads but then says it cant connect to the server. How do i get my update?

    When i plug my phone into itunes for the ios update, it downloads but then says it cant connect to the server. How do i get my update?

    Here are Apple Steps for Error 21:
    This error typically occur when security software interferes with the restore and update process. FollowTroubleshooting security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service.
    My additional advice:
    Also Error 21 can occur with DFU Mode Restore, try Recovery Mode Restore. Restart computer. Open iTunes on computer. Connect iPhone to computer. Hold both home and power buttons until iTunes recognizes iPhone in Recovery Mode. This usually takes about 20 seconds of holding both buttons. Click Restore button of iTunes.

  • FAX server in 10.5 server and across subnets

    We can use 10.5 Server as a FAX server. Since I got this working a while ago, it has run reliably.
    This is how we are doing it. Hopefully this will help others get it working too.
    Our server: 10.5.2, Pro Intel 2x2.8 quad with a USB Apple faxmodem attached to the front USB port plugged into a standard phone line. Print service is set up and running and happens to be serving printers for us. Once the FAX seemed to get confused and not receive or send. I unplugged the USB fax, plugged it back in and it was fine again.
    At the server I opened a text edit document and told the server to fax from Print > PDF > Fax PDF. A fax printer was automatically created on the server. While the fax was printing I told the printer in the Dock to "keep in dock." Opened that fax printer, choose "info" icon in top of window and renamed the fax from "external modem" to a new name so that it would be easy for our staff to use and find it. The server now has a fax on it. As anyone who has tried this has found you CANNOT edit the FAX from ServerAdmin. You can now see it as a queue with the new name it was given but editing it not possible from SA.
    At the server still in System Preferences > Fax and print > the new fax appears in the bottom of the printers list under "Faxes." Select the fax. Select "receive options" and set up how the fax is to receive and place received faxes. Ours go in to a folder in a share point which is available and automounted to everyone on our network so anyone, anywhere can get the incoming faxes. The next point assumes that you will do the same.
    In 10.4 and once in 10.5 I had to delete the fax manually from System Preferences and recreate it as above when everything seemed to stop working and unplugging the modem and rebooting the server did not fix the stall. As long as everything is named exactly the same when you recreate the fax, no other changes or repeat of what is described below was needed.
    For each of the users in our OD:
    Tell them each to do the following: Open Applications > Applescript > Folder actions setup. Check off "enable folder actions," hit the + under the left box and select the folder in the share where the faxes are being received. Now select the fax folder in the left and hit the + under the right box and choose "add - new item alert." Save as necessary. The users who do this will now get notification when a new fax arrives and is deposited by the server in the Fax folder.
    Now to get the fax to the clients to fax out on. The following will also get all of your shared printers onto any off server's subnet clients. For us the fax did not even show up in local subnet clients as printers usually do. So I kept working and eventually came up with the following:
    Our network:
    Main location 192.168.1.* server is here.
    Remote locations connected via Verizon T1 and routers with no firewalling
    192.168.2.*
    192.168.3.*
    Our client machines :
    Intel white iMacs all running 10.5.2 with no special software for faxing. Our clients are bound to and controlled by our server.
    I have been trying to get our server to serve the FAX across our 2 remote subnets since 10.3. With the newer CUPS coming with 10.5 and Apple now owning it I hoped that there would be an easy solution to get non local subnet computers the ability to see shared faxes and printers. Sent a forum question and got the following which was great news
    Erich Wetzel wrote:
    Can anyone advise, now that Apple owns CUPS, how to allow my other
    two subnets to BrowsePoll our server for its printers?
    The simplest way is to change the "Allow from @LOCAL" lines to be
    "Allow from all".  You can also use the web interface and check the
    "Allow printing from the Internet", which does the same.  If you
    don't want to open up that much, just add "Allow from" lines for
    each subnet.
    Once you make this change, *do not* toggle the printer sharing box,
    or you'll have to make the changes all over again.
    Michael Sweet, Easy Software Products           mike at easysw dot com
    Michael,
    Thanks for the reply, sounds like you have my solution.  Small problem, upon selecting "allow printing from internet" in the web interface and committing the changes, the server restarts and the check box is empty again.  In quick tests, the other options can be turned on and off as you would expect.  Is there something particular to the Apple 10.5.1 install that would not permit internet printing or not permit this change?
    I think the check box state in the web interface is a known bug in
    CUPS 1.3.4.
    I used the web interface for cups on the server and manually added the networks as described by Michael above. I don't know if it is required but I restarted the server. Open > Safari > browse to localhost:631 and you will get the CUPS web interface. The CUPS web interface is available on servers and clients. You can also browse to an IP or FDQN:631 to get the web interface from a receptive other machine.
    The server was now supposedly ready to accept "browsepoll" requests from clients. I had played with this before so I was somewhat familiar with what to do next. Essentially each client needs to be told to contact the server and ask it for its printers. That is what browsepoll does in CUPS.
    At the client, be logged in as an admin user OF THE CLIENT. Using Terminal and a text editor, edit as root /etc/cups/cupsd.conf
    A few lines down look for:
    # Show shared printers on the local network.
    Browsing On
    BrowseOrder allow,deny
    BrowseAllow all
    After that we added :
    #*added by Erich*
    BrowseProtocols all
    BrowseRemoteProtocols all
    BrowsePoll yourserver:631
    BrowsePort 631
    #*added by Erich*
    where "yourserver" is either the IP address or FDQN of your server as seen by the client machine.
    Save the file. Reboot the client. The CUPS system on the client will now ask your server CUPS system for its printers directly and repeatedly until it gets them. If it does not get any you will not be notified in anyway other than log messages on the client, see Console > /var/log > cups to review them, and the fact that you don't get your server's printers being available on the client.
    This last piece came from a discussion started by Alessandro Dellavedova : check the starting post
    http://discussions.apple.com/thread.jspa?messageID=5702731&#5702731
    If you go to Safari > Localhost:631 on the client, CUPS should now see both the printers and the fax which are being hosted by your server.
    Here's the fun part for me, with no additional playing I was now able to see the fax we created long ago in the print dialog printer list. You do not have to go to Print > PDF > Fax PDF, you can but do not have to. Just select the fax from the printer list and the dialog changes to fax appropriate options. Now we were able to print any document to the fax directly.
    Odd behavior I have yet to figure out. I do not see the fax in the System Preferences > print and fax pane on the client machines. However, I can now fax through our server from all of our clients no matter what subnet they are on.
    Making the same additions to the cupsd.conf file on remote machines which VPN via the internet to your network will get them the printers and fax in the same way. I do this with a powerbook and Imac from home so i can print at and fax from work.
    This is what I did to get it working for us. Hope this helps.
    -Erich

    This is Great! Thanks a lot, this was exactly what I was looking for!

  • CUCM and H323 gateway-Cause i = 0x80A6 - Network out of order

    Hi,
    I cant get calls into the CUCM from a H323 gateway. Incoming external calls here out of service message or Number Unobtainable. I've attched logs if anyone can help?
    Rich

    Hi Alex,
    Thanks for reply. I should've attached the full config as it shows the Translation Rules. See below.
    Can anyone help?
    voice translation-rule 2
    rule 1 /^56/ /5\2/
    rule 2 /^6/ /5/
    rule 3 /2/ /52/
    voice translation-rule 3
    rule 1 /^1\(.........$\)/ /01\1/
    rule 2 /^2\(.........$\)/ /02\1/
    rule 3 /^7\(.........$\)/ /07\1/
    rule 4 /^8\(.........$\)/ /08\1/
    rule 5 /^4\(......$\)/ /01914\1/
    rule 6 /^2\(......$\)/ /01912\1/
    voice translation-rule 6
    rule 1 /^[1-9]/ /90\0/ type international international
    voice translation-rule 7
    rule 1 /^1/ /901/
    rule 2 /^2/ /902/
    rule 3 /^3/ /903/
    rule 4 /^4/ /904/
    rule 5 /^5/ /905/
    rule 6 /^6/ /906/
    rule 7 /^7/ /907/
    rule 8 /^8/ /908/
    rule 9 /^9/ /909/
    voice translation-profile INCOMING
    translate calling 7
    translate called 2
    voice translation-profile OUTGOING
    translate called 3
    voice-card 0
    dsp services dspfarm
    interface FastEthernet0/0
    ip address 192.168.178.66 255.255.255.192
    ip pim dense-mode
    duplex auto
    speed auto
    h323-gateway voip interface
    h323-gateway voip bind srcaddr 192.168.178.66
    interface FastEthernet0/1
    no ip address
    duplex auto
    speed auto
    no keepalive
    interface BRI0/1/0
    no ip address
    isdn switch-type basic-net3
    isdn point-to-point-setup
    isdn incoming-voice voice
    isdn static-tei 0
    interface BRI0/1/1
    no ip address
    isdn switch-type basic-net3
    isdn point-to-point-setup
    isdn incoming-voice voice
    isdn static-tei 0
    control-plane
    voice-port 0/1/0
    translation-profile incoming INCOMING
    compand-type a-law
    cptone GB
    description ISDN2 .......... lines 1+2
    voice-port 0/1/1
    translation-profile incoming INCOMING
    compand-type a-law
    cptone GB
    description ISDN2 .......... lines 3+4
    ccm-manager music-on-hold
    mgcp fax t38 ecm
    dial-peer cor custom
    dial-peer voice 999 pots
    destination-pattern 999
    port 0/1/0
    forward-digits all
    dial-peer voice 9991 pots
    destination-pattern 999
    port 0/1/1
    forward-digits all
    dial-peer voice 112 pots
    destination-pattern 9112
    port 0/1/0
    forward-digits 3
    dial-peer voice 1121 pots
    destination-pattern 9112
    port 0/1/1
    forward-digits 3
    dial-peer voice 9999 pots
    destination-pattern 9999
    port 0/1/0
    forward-digits 3
    dial-peer voice 99991 pots
    destination-pattern 9999
    port 0/1/1
    forward-digits 3
    dial-peer voice 100 voip
    preference 2
    destination-pattern 52...
    progress_ind setup enable 3
    voice-class codec 1
    voice-class h323 1
    session target ipv4:192.168.0.150
    dtmf-relay h245-alphanumeric
    no vad
    dial-peer voice 101 voip
    preference 1
    destination-pattern 52...
    progress_ind setup enable 3
    voice-class codec 1
    voice-class h323 1
    session target ipv4:192.168.203.20
    dtmf-relay h245-alphanumeric
    no vad
    dial-peer voice 1 pots
    translation-profile outgoing OUTGOING
    preference 3
    destination-pattern 0T
    translate-outgoing called 10
    incoming called-number .
    fax rate disable
    direct-inward-dial
    port 0/1/0
    forward-digits all
    dial-peer voice 11 pots
    translation-profile outgoing OUTGOING
    preference 4
    destination-pattern 0T
    incoming called-number .
    fax rate disable
    direct-inward-dial
    port 0/1/1
    forward-digits all
    dial-peer voice 9 pots
    translation-profile outgoing OUTGOING
    preference 1
    destination-pattern 9T
    incoming called-number .
    fax rate disable
    direct-inward-dial
    port 0/1/0
    forward-digits all
    dial-peer voice 91 pots
    translation-profile outgoing OUTGOING
    preference 2
    destination-pattern 9T
    incoming called-number .
    fax rate disable
    direct-inward-dial
    port 0/1/1
    forward-digits all
    dial-peer voice 2 pots
    translation-profile outgoing OUTGOING
    destination-pattern 2......
    incoming called-number .
    fax rate disable
    direct-inward-dial
    port 0/1/1
    forward-digits all
    dial-peer voice 21 pots
    translation-profile outgoing OUTGOING
    destination-pattern 2......
    incoming called-number .
    fax rate disable
    direct-inward-dial
    port 0/1/1
    forward-digits all
    dial-peer voice 52982 voip
    preference 1
    destination-pattern 562982
    progress_ind setup enable 3
    voice-class codec 1
    voice-class h323 1
    session target ipv4:192.168.0.150
    dtmf-relay h245-alphanumeric
    no vad

  • Make your own Fax Server with Automator! (Pagesender solution for Mavericks)

    I have been scouring these discussion boards for some time now looking for a suitable substitute to PageSender, an awesome fax solution for the Mac from SmileOnMyMac LLC, which for some inexplicable reason stopped development and updates after OS 10.6.8. The result is that many small business office users who still rely on fax (and yes...no matter what they tell you, most of the business world DOES still use fax because it's legally binding and more secure than email for the transmission of legal documents or healthcare records, and does not rely on database integration accross different systems, which is sadly but very realistically still a long ways off), and no longer have a way to integrate faxes into a paperless or digital workflow office system.
    I suspect like many folks who receive faxes, those who used PageSender, used a very powerful feature to forward faxes by email, thereby turning your Mac into a Fax server that could distribute your faxes to other workstations and staff throughout the business via email. Presumably, if you have your own email server (Exchange, Kerio, AppleMail server, PostFix enabler etc.) you could distribute faxes on your own internal network, securely behind a firewall, and effectively create a digitial/paperless workflow for your faxes.
    Even if you have a USB modem or multifunction printer that allows you to recieve a Fax to your desktop (Apple's internal fax via printer preferences, and some HP models like the HP MFP 127fw) for example will allow you to recieve a Fax to a desktop folder or forward to a single email address. But the former is of limited functionaliy and the later only lets you send to an email address out over the internet with a registered public domain, which means you give up all control of privacy and means you can't process it through a private mail server to create a digital workflow for your office...
    ...Until now!!!
    I am happy to report that I have finally discovered a very easy and useable feature that will save a lot of time, money, and headaches for those looking to create a digital workflow and fax server system for a small office system. (I don't think there is any limit to scale here, but I suspect offices with more than 10 employees probably have a BizHub, or HP MFP/digital sender that can create the same process directly from the printer, but of course these come with a price tag of $2000 and up...).
    To accomplish this however, you will need some basic requirements which are as follows:
    1) A USB modem from either US Robotics or Zoom Modem. These are readily available from Amazon, MacMall or any number of other online vendors and work very well and seemlessly with all Macs running OSX right up through Mavericks
    OR
    A Multifunction printer that is capable of receiving faxes to a desktop Mac like the HP 127 fw. Other models exist from other manufacturers as well, but you will have to do a bit of research and probably check with the vendor or user manual directly to confirm that Fax to desktop is supported for Mac and OS 10.9.
    2) A dedicated Mail Server (MSFT Exchange, Kerio, MacOSX server with mail server enabled, or PostFix enalber or MailServe from Cutedge Systems)
    You will need to set up an email account on your server that is the parent for all incoming faxes from which the faxes will be sent out as part of your digital workflow. This is beyond the scope of this discussion but if you've come this far and you're still reading, you probably know  how to do this already. I recommend setting this up as a POP account, not IMAP. This way, the attatchments (your faxes) will always remain on your server as a back up, until you delete them from the server.
    3) Now simply go to System preferences and select "Printers and Scanners". Select either the Fax printer for your multifunction printer, or add a fax printer/reviever using the + button and select "Fax" if you are using a USB modem. You must have the USB modem attatched to the computer in order to use the built-in Apple Fax feature for the latter option.
    4) Now click on the receive options. Select "Recieve faxes to this computer" and set your ring answer settings. Check "Save to" and select the designated folder (either Faxes or Shared Faxes on your computer) or create a new folder. Depending on the volume of faxes, and your back up systems, you may want to designate a separate folder on a separate drive, exclusively for your Faxes. This is where all your faxes will be stored.
    5) Now launch "Automator" in your applications folder and create a new workflow. You will be presented with several options. Select "Folder Action".
    6) At the top right of the window space you will see "Folder Action receives files and folders added to" . Select the Fax folder you created in step 4.
    7)On the left hand side of the "Actions" menu select "Mail"
    8) From the list of actions select "New Mail Message" this will take the latest Fax added to your Fax folder and attach it as a PDF to a new outgoing mail. In the "TO" address put the email address that belongs to the parent account your created for the Faxes on your mail server eg. [email protected].  In the subject field you can put "Fax Workflow" or any other generic subject that will identify to all reciptients that this is an email that contains a Fax/PDF attatchment.
    Under "account" use the SMTP account you set up on your mail server to handle the routing of internal emails. In most cases, this will be the same as the parent account created above. (Effectively, this account is sending and receiving emails to itself).
    9) From the list of actions, select "Send outgoing messages".
    10) Save the Automator workflow with a name like "FaxDistribution" or "FaxFlow".
    11) Go back to the Fax folder you created in step 4. Right click or option click on the folder and scroll down the options menu and select "Folder Actions Setup". You will see a list of scripts including the Automator workflow you just created. Choose it.
    That's it!! From now on, when you get a fax, it will get dumped into the designated fax folder, and this will automatically trigger the workflow to atttach and send it as an email to anyone in your office that is set up to receive emails with the "faxserver" address. You now have a paperless fax digital workflow server system for distributing your faxes digitally to anyone in your office who needs to review your faxes. Good luck!

    Thank you for this interesting posting.

  • How to set up fax solution using Windows 2008 R2 Fax server role and Exchange 2007

    Hello, 
    I don't know if this is the right forum to post this but since it is related to Exchange I thought it might be. If this is not the right place, please direct me to the forum where my post would be more appropriate.  
    I'm looking to set up a Fax solution for the company that I work for as we are moving away from analog phone lines to VoIP using SIP. My original thought was to set up a Windows 2008 R2 server with Fax server role installed and have it route the fax message
    to Exchange 2007 SP3 so the fax message can be delivered to each user's inbox. I was reading a little bit on the Windows Fax server role and from what I saw it looks like it can only route fax messages to one email address. This not ideal for my company. Is
    there a way to have the fax server role route the email to each user's inbox? If so, how can I achieve this?
    How can implement this for this sending outgoing faxes as well?
    I don't know if this releveant or not but I will be using Asterisk as a media gateway between our SIP trunks and the Windows Fax server. 
    Any help is appreciated. Thanks!

    Please find the below url for the complete Fax configuration in Exchange 2007 Unified Messaging
    http://blogs.technet.com/b/exchange/archive/2007/04/18/3401950.aspx
    The article is so easy to understand with detail procedure and guideliness
    Exchange Queries

  • 2012 R2 Fax Server -- "The Message could not be sent. The wait operation timed out."

    I receive the following error on a newly installed 2012 R2 fax server when sending from the Windows Fax and Scan console:
     "The Message could not be sent.  The wait operation timed out."
    The test fax that fails only contains text that I type into the body.  However, if I add an attachment, the fax is successful.
    Any ideas??

    Hi,
    Would you please let me confirm whether install any third-party application on the Windows Server 2012 R2?
    Please perform a clean boot to eliminate software conflicts and monitor the result. Please also check if you install all necessary updates on the server.
    Meanwhile, please run
    sfc /scannow command to scan all protected system files and check if find issues.
    Please also refer to following article and check if can help you.
    Troubleshooting Your Fax Server
    By the way, there is a similar thread. Please also refer to following thread and check if can help you.
    Windows
    Fax and scan (Windows 8)
    Hope this helps.
    Best regards,
    Justin Gu

  • Adding MGCP FXS Ports to H323 Gateways

    Currently all of our Gateways are H.323 gateways.  Due to a business requirement we are now going to be enforcing our users to use forced authorization codes to place LD calls.  In order to facilitate this on our analog phones it seems the only option is to use MGCP gateways.
    From what I understand we can run multiple signalling protocols on voice gateways.  We have a variety of gateway models but by and large most of these gateways are VG224 models.  I think what I would like to do is keep the current h.323 dial-peer and voice-port settings for the PLAR emergency phones that we have on these gateways and only change the analog phones to MGCP. 
    Most of the route patterns to these h323 gateways look like this... 102[0-5] and then the dial peers on the individual gateways route to the appropriate voice port like this...
    dial-peer voice 1020 pots
     huntstop
     destination-pattern 1002
     port 2/21
    The Voice port config looks like this...
    voice-port 2/21
     timeouts interdigit 7
     description tie pr 1520
     station-id name PTRM 1020
     station-id number 1020
     caller-id enable
    My plan is to create the MGCP Gateways in CUCM as wells as the DN's... in this example x1020.  I will then enable MGCP on the gateways.  After that my assumption is that I can individually remove the Voice-port and dial-peer configurations and then add the MGCP dial peers with the port and "service MGCPAPP" commands.
    My other option is to redo the entire gateway at the same time and schedule after-hours down-times to make the change.  I want to avoid this if possible as we have 40+ gateways that need to be changed.
    Basically I just need some guidance or confirmation if my plan will work or if there is a better way to do this?  Are there any caveats or known issues I should look out for when running multiple signalling protocols on the same gateway?
    Thanks,
    Trav Moore

    Thanks Aaron,
    I was wondering about the MGCP ccm-config command but was worried it would re-write the entire h.323 gateway to MGCP.  Good to know that it won't and that this is a potential option.
    I actually do prefer the idea of only having one signalling protocol (I would like to go all SIP if not for the FAC codes needed). Unfortunately any maintenance that I do that impacts end-users requires a lot of after-hours scheduling and maintenance alerts.  These gateways have a combination of fax-machines, PLAR's (emergency phones and overhead paging), and analog phones.  Maybe eventually I can migrate all of these ports to MGCP.  For now the analog phones are the only ones that must be converted and if I can quickly convert them without anyone noticing aside from the minimal reset in CUCM then this would be ideal.
    Thanks!

  • I need a fax server that will drop to a network folder not email

    I work in a small medical office that recently went to electronic records.  However, all our referrals come in over our fax machine.  I need a fax server that will receive our faxes and drop them into a network folder.  I also want the ability to send outgoing faxes from each desktop.  I've been looking for 6 months and have not an answer.  Help please.

    Posting your email address here is not the wisest move. The spammer can harvest it very easily.
    I requested that Mods edit it so that is not so obvious.
    Allan

  • How to disable Fax Server printing?

    Recently installed and configured a fax server for a client running Server 2008.  Users Remote into the server to run their industry-specific software.  If they have a need to Fax something out of this application, they change their default printer
    setting in the program to the Fax server via Windows Fax and Scan.
    The faxes are transmitting and being delivered OK, but there is a copy of every outgoing fax that is printing on a shared network printer.  I cannot seem to locate any settings to turn this off and cannot figure out why a copy is being sent to a non-specified
    printer.  The client does not want ANY copies of these outgoing faxes printed anywhere.
    Where can I turn this printing function off for faxes?

    Hi John,
    Based on current situation, please refer to the following TechNet article and check if you deployed the fax
    server correctly. Please also check the configuring outgoing fax settings.
    Fax Server Step-by-Step Guide
    Meanwhile, please refer to the following article and troubleshoot the fax server.
    Troubleshooting: Fax Server
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • HT1695 plugged my Iphone into my laptop and its now showing these messages

    there are two messages showing one on my itunes and one on the phone its self.
    the one on ituens says "there is no sim card installed in the iphone you are attempting to activate"
    the one on the phone say "your iphone could not be activated because the activation server is temporarily unavailable. try connecting your iphone to itunes to activate it, or try again in a couple of minutes. if this problem persists, contact apple support at apple.com/support"
    well the problem is persisting please help.

    Plug his iPhone into the computer it normally syncs with and sync it.

  • Integration of Cisco Fax Server with CUCM

    Need some help with regards to the setup of Cisco Fax Server. I have Cisco Fax Server 9.4 Enterprise Suite which will be installed on Cisco 7816 server. Now my concern is with the integration of Fax server with CUCM. I have CUCM Ver 7. Could anyone tell me what configuration is required on CUCM and I believe we need to have dial-peer on the Voice gateway as well pointing to the Fax server. If anyone has deployed then please let me know the configuration on CUCM & the voice gateway.

    Hi..
    Thank u so much guys. I was mostly looking out for the integration of Fax server with CUCM, so i think this document should help. I has this document with me but had few doubts. Hopefully it should be cleared now. I will be doing the implementation later next week so i will keep you updated. Anyway thank u so much once again.
    Regards,
    Joy

  • Distributing Reports from BOEXI via Tobit Faxware Fax Server

    Has anyone any experience with sending reports by fax server, in particular Tobit Faxware from Tobit Software AG?
    I have recently joined a company using this and, before I made changes to a report in CRXI and saved it back to BOEXI R1, this application was working fairly well, and now not at all.  The application relies on control codes preceded by @@ symbols, which are interpreted by Tobit and stripped out before pages are sent out by fax.  The application is being used for the distribution of Statements and Arrears Letters, which are crucial to the business.  These were originally created with CR9 and CR10 and distributed with CE10.  I'm wondering if there are any differences in how report pages are rendered by the different versions.
    I am interested to hear from anyone with similar experiences.
    RobPimlott
    [email protected]

    Hello,
    Thanks for confirming.
    I believe the reason is CR Designer is built in and uses C++ code and the DEVMODEW to do the printing. .NET uses the Framework which is limited on what it maps over from the Printers DEVMODE to the Framework devmode ( what ever it uses - I have not dug into it just heard from Developers on other limitations we've run into) and doesn't work the same ways a DEVMODE.
    I doubt we'll ever be able to make it work as it does in the Designer, CR generates an EPF ( Proprietary file format ) and sends that to the printer as a "picture"
    Possible work around... Try exporting it to Word ( Editable ) Because I believe we do better at what you see in the designer is what you get in the export. Your fax program may be able to get those control codes.
    PDF may be another option....
    You'll have to add code to print the Word Doc but that should not be too much work...
    Thanks
    Don

  • Assistance with Fax Server Solution

    My company is wanting to implement a Cisco Fax Server Solution, Rightfax 9.3, to reduce costs. We are running Cisco VoIP and a network that spans 12 buildings. What do we need to have in place and/or need to purchase to impliment this solution or is there somewhere specific that we can learn how to do this?

    Kris,
    This guide should be helpful. We use RightFax with PRI voice cards, but T38 fax over IP would reduce gateway expense.
    http://www.cisco.com/en/US/docs/voice_ip_comm/fax_server/90/faxdocs.html
    If you have more specific questions after reviewing the guides I will try to help you out.
    Please use the pulldown menu to rate helpful posts.
    Dave

  • Integrating a fax machine into CUCM 9

    Dear All,
    We've having a new request concerning Fax Machines integration.
    Kindly confirm the possibility of integrating an existing fax machine into CUCM 9
    we have a CUCM 9 cluster with Voice gateway  includng E1 ISDN PRI.
    If possible kindly provide details about protocols and feasibikity.
    Awaiting your feedback,

    Hi.
    If faxes flow is not so high, you can consider ONRAMP and OFFRAMP VG application.
    Here is a doc.
    http://www.cisco.com/c/en/us/support/docs/voice/fax-modem-over-ip/47763-onramp-faxing.html
    http://www.cisco.com/c/en/us/support/docs/voice/fax-modem-over-ip/47764-offramp-faxing.html
    HTH
    Regards
    Carlo

Maybe you are looking for

  • DVI to ADC adapter doesn't work

    Greetings folks, I have an Apple DVI to ADC adapter going to a Formac 17" ADC display or alternatively an Apple 17" LCD ADC display. The displays do not function with either my MacBook Pro or my MacBook. I can't figure out which the Macs are having a

  • Java client failing to connect to web service - help!!

    Hi I have created a Web service using ASP Web Matrix, which currently resides on my C drive in c:\Service6\HelloWorld.asmx. The service can be tested from a browser on my local machine by calling: http://localhost/Service6/HelloWorld.asmx. This works

  • The time capsule option in the wifi settings is not appearing in my iPhone

    I recently setup the time calsule at my office and the wifi connection is ok, and when i tried to setup the time capsule on my iphone and ipad there is no option of time capsule on the wifi settings but the option is shown on the apple website http:/

  • ToC missing intermittent - URGENT

    Intermittent missing ToC in WebHelp. The Table of Contents often appears, sometimes doesn't. The pane is always there, but all of the ToC items are missing. The Index, Search and Glossary work normally. Everything works OK on my desktop PC (Windows X

  • Asking for your help... a message in a bottle!

    I need to import onto my new I pad many pdf documents I need to see when I am at work. How to?