Free Source Softphones Problem

Hi,
I'm trying to configure various free source softphones (linphone, ekiga and jitsi) to a cucm, but all of them failed. My question is, how can i configure an account to make them work properly.
While trying to see what fails in wireshark, it says that it can't find the account.
Thanks.

Hi Mate,
I had tried jitsi in past while testing something. I was able to register it to CUCM.
1) Created End user
2) Setup Digest credentials on the end user page(used by SIP client)
3) Created a basic third part SIP device in CUCM with a dummy mac address.
4) Assigned extension etc. and did setup DIGEST USER on the phone config to the user created in step 1
5) Associate the device to end user
from jitsi:
1) Add account> SIP ID: [email protected] (where 1.1.1.1 was my primary subscriber not Pub)
2) Pwd: Digest Credentials set above
3) Advanced>Connection>Authorization name: userid of the end user created in step1
This is what had worked for me
-Terry

Similar Messages

  • SAP Crystal Reports data source connection problem using sap business one

    Hi,
    I m facing a problem regarding: SAP Crystal Reports data source connection problem using sap business one
    I am trying to create a Crystal report but when I try to configure a new connection it does not work.
    I select Sap Business One data source and try to complete the information required to connection but it does not list my companies databases, what is the problem?
    Our Current SAP related software details are as follows:
    OS: Windows Server 2008
    SAP B1 Version: SAP B1 9 (902001) Patch 9
    SAP Crystal Report Version: 14.0.4.738 RTM
    Database: MS SQL Server 2008 R2
    I have also added some screenshots of the issues.
    Please have a look and let me know if you have any questions or any further clarifications.
    I m eagerly waiting for a quick and positive reply.

    Hi,
    There is problem with SAP Business One date source.
    I had faced same problem, I used OLEDB Data-source, and it worked fine for me.
    So, try to use OLEDB.
    Regards,
    Amrut Sabnis.

  • Hard drive issues due to Time Machine backup? Can't source the problem.

    Last night my computer began to run extremely slow. All apps simultaneously lagged (spinning wheel of death), but then began working again after about 0.5-1 minute. This whole-system crash repeated about every 10 minutes a total of probably 5-6 times. The last time all apps stopped functioning and (CPU usage of iTunes was 85-95% for some reason (viewed using activity monitor), I am guessing due to its use of multiple hard drives as my music is stored on an external drive) and my computer just shut off after about 3 minutes of completely stalling. Rebooted computer and was left with an EXTREMELY slow system; opening up the quick menu (forgot the name, button on the top row of keyboard) for booting applications took 2-3 minutes. I eventually started disk utility, verified disk. It said I needed to repair disk by restarting my computer while holding down [Command] R message. Made sure i had a backup (at the time of that backup my computer was experiencing the problems above, 11:21pm), so I restarted whilst holding command R. Booted into the OSX utilities, retried the disk repair, received the "Disk Utility cannot repair this drive: back up as many files as you can..." message. Erased/reformatted my internal hard drive, and ran "repair disk" again; disk utility found no problems with the disk. Restored my files to my internal hard drive using OSX utilities (using the full system restore of the 11:21pm backup), and left it running while ran some errands. When I came back to look at my computer, it had attempted startup and crashed with the "kernel error" or whatever where all the text is on the left of the screen. It said something about not being able to find "disk2", which I believe was the disk containing OSX utilities (as veiwed in disk utility while running OSX utilities). Force shutdown, reboot with command R, wiped my internal drive again. Decided to only install a fresh version of OSX in an attempt to scan for viruses (using Sophos Antivirus, running scan as I am typing this), as the slow behavior of my computer had been very strange and began almost instantaneously (seemed like a virus/malware). No threats found so far with Sophos (scanning all my external drives too to source the problem in time machine backups), but I have deduced that there is something wrong with the most current Time machine backup, as it re-established the "problem" (easily fixed once drive is erased using OSX utilities) with my hard drive once I restored it to my internal hard drive. I am wondering (if it is not a virus) if I will need to repeat this whole process with every time machine backup to find where it went wrong, or if i can somehow pinpoint the problem easier. Will all of my Time Machine backups be corrupted now? Why would the Time Machine backup affect the state of the hard drive (does in need to be repaired or not)? Very confused at these random problems. If it is a virus (I will post the results of the Sophos antivirus scan as soon as it is finished), can I remove it from the backup and then restore it with no problems? What do you suggest I do? Will it make a difference to restore the most recent backup (11:21pm) using Migration assistant now that I am running a fresh install of OSX mountain lion? How can I source and eliminate the problem?

    Activity Monitor – Monitor Performance Problems  
    Performance Guide
    Why is my computer slow
    Why your Mac runs slower than it should
    Slow Mac After Mavericks
    Things you can do to resolve slowdowns  see post by Kappy
    Try running this program and then copy and paste the output in a reply. The program was created by Etresoft, a frequent contributor.  Please use copy and paste as screen shots can be hard to read.
    Etrecheck – System Information

  • Adobe Story free application install problem

    I have been using Adobe Story Free version for a year but with the most recent automatic update (Dec 2012) the desktop application will not open. Upon clicking the icon for Adobe Story it attempts to take an update but stops with the following message:
    " Sorry, an error has occurred. This application cannot be installed because this installer has been mis-configured. Please contact the application author for assistance."
    Does anyone know how to fix this?

    Sandeep,  Thank you! Adobe Story is okay now.
    Date: Sat, 29 Dec 2012 10:58:48 -0700
    From: [email protected]
    To: [email protected]
    Subject: Adobe Story free application install problem
        Re: Adobe Story free application install problem
        created by [email protected] in Adobe Story - View the full discussion
    Hi, Please uninstall the current Adobe story application and then install latest from https://story.adobe.com/AIR/AdobeStory.air . That should fix it. Thanks,Sandeep
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4953552#4953552
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4953552#4953552
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4953552#4953552. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Story by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • JSC2: Source level problem

    Dear members,
    I am trying to complete this code in JSC1:
    public Map<String, Object> listBoxMap;
    and i am getting following compilation error
    generics are not supported in -source 1.4
    (try -source 1.5 to enable generics)
    i tried to change the source level in project.property file from 1.4 to 1.5 but when i restart IDE; it recognize the change and set it back to 1.4.
    I searched on forums as well to find out the solution of this problem and came across a statement that JSC2 does not support source level 1.5 but the post was actually posted back in July 2006.
    Does anybody know the solution of this problem or has SUN fixed this problem ?
    Regards,

    Goodness! This is the very reason I switched from SJSC2 to Netbeans 5xx about a year ago! I thought by now the server issue (only allowed 8x then) and the JDK version would be taken care of by now. Tough eih?
    In Netbeans 5.5.1, you can attach the Sun Java System Application Server 9 (update 3 if you wish) and use JDK source 6 (with Update 1 if you wish), hassle-free. Depending at the stage you are at development-wise, you may want to consider experimenting, but probably wait for a few more responses as there may be a quick fix to your issue.

  • Where i can find lc workspace bug free source code?

    Hi,
    I have adobe livecycle es2 pack installed alongwith workbench 9.0. i need bug free workspace source code for customization. as souce code availabe in live cycle es2 sdk is not what has been described in "customize workspace ui". I don't want to downlaod full live cycle server again or workbench?
    i just need patched livecycle workspace source code?
    where i can find the zip file or is there any other way to update the same?

    It is not clear what version you have (es2 pack?) but there were definite problems with the workspace source code and customization in the ES2 GM release.  These were fixed in SP1 and are also in SP2.
    Note that the workspace source is distributed in both the LC and Workbench installs but the Workbench install may contain the original GM release source, depending on the Workbench version you have.  Workbench 9.5 was released with LC ES 2.5 (aka SP2), but i'm not sure if that even has the updated source.
    To avoid any confusion, you should only use the source from the LC ES2 install.  And to get the latest workspace source you should apply the latest service pack (this would be SP2 at this time) and get the latest ProcessManagement Patch for SP2.  The workspace source is in the zip file at the location indicated in Jasmine's reply.

  • Building FretsOnFire from source - python problem

    I am trying to build FretsOnFire from source so that I can get a native x86_64 version working.
    So far I have working builds of amanith and pyamanith in AUR.  I know these are working because I can run FretsOnFire directly from python.
    To run FretsOnFire using just python, download both the src and the binary package.  Copy the contents of the data folder from the binary package to the src package.  Then run "python FretsOnFire.py" from the src directory of the source package.  (This works on my i686 machine but I can't remember testing it on my x86_64 one).
    Now I want to make the binary... To do that we need to edit Makefile.unix in the source package. Changes needed are:
    1) CXFREEZE=/usr/share/cx-freeze/FreezePython
    2) PYTHON_LIBS=/usr/lib/python2.5
    3) /usr/local/lib/amanath -> /usr/lib/amanath
    4) remove the following lines (quick hack that needs fixed later...):
               /usr/lib/liblapack.so.3 \
               /usr/lib/libg2c.so.0 \
               /usr/lib/atlas/libblas.so.3 \
    5) cx_freeze and epydoc are needed so intstall them.
    6) copy FretsOnFire (shell script) from the binary package to data/launcher.sh in the source package
    7) make -f Makefile.unix
    Everything builds nicely!  But running FretsOnFire from the newly created dist directory gives:
    ImportError: No module named glx
    What do I need to fix this?

    @Demind:  As I said above, I wanted a native x86_64 build.  I have a hatred for lib32. 
    The problem is that amanith source code is not downloadable anymore.
    I would be very happy to help you building a native x86_64 fretsonfire package but without that source code is impossible.
    I don't know if in the past amanith was easily downloadable but now it doesn't seem to be so.
    That's the real problem in my opinion and that's why i've used lib32.
    However using lib32 is not so bad come on
    Hmmm...  I downloaded it only a couple of weeks ago.  I even put working PKGBUILDs for amanith and pyamanith into AUR.  But I see the company making it has gone all commercial on us.
    Also, lib32 is evil!   I don't use it out of principle.  I was going to forgive FretsOnFire for the non-free songs but not to the extent of having to lib32ify my pure64(TM) system!

  • Return of Free goods item - Problem in item category

    I am trying to create return order of Free sample billing
    (ZFDP). The return order type for the free sample is ZFDR.
    We have specified Item category for the ZFDR is RENN (Free good item) in IMG Activity -> Assign Item categories.
    When I create order and save it, it prompts me to enter G/L Account.
    This material is free. It should not prompt G/L Account for it. There is no revenue recognition specified for the item category. I tried changing item category to ZKLN i.e Free of charge item. This item category does not prompt for G/L Account while creating order. but I can not use this item category because it prompts me for Avialability. I can not remove the Avaialabilty check for it because the same item category is used in the Free sample order where availability check is required
    In ZFDP order type, we are issuing 100% discount by using R100
    discount condition.  Please let me know how can I solve this problem.
    I think there is some problem in my item category itself. .
    My setting for Item category in IMG - Define item category is
    same for both ZKLN and RENN. Only difference is RENN has returns
    tick and pricing field is blank. In ZKLN pricing is defined as B- 100%
    discount. I also tried changing the pricing option of RENN to B.
    But still it is asking for G/L Account.
    I can not use ZKLN instead of RENN because my ZKLN is used in the
    Free item Sales order.
    Please help.
    Regards
    Saurabh Gothivrekar

    Hi
    I got answer to my query. YOu need to specify the bill type while defining sales document type. This bill type should not have account assignment mentioned in it.
    I changed the bill type, which does not have Account assignment procedure attached to it.
    It has solved my problem

  • 0CUSTOMER_ATTR  Data source Activation Problem

    Hi,
    I am trying to Activate 0CUSTOMER_ATTR  Data source at BW side. Its giving warnings
         'Field UMSAT ( Position 76 ): Packed numbers should have an odd number of digits'
    while Activating
         "Error when creating transfer structure /BIC/CCBB0CUSTOMER_ATTR in source system "
         "Error when activating DataSource 0CUSTOMER_ATTR  "       
    Regards,
    varun

    Hi,
    try to replicate the datasource and then run program RS_TRANSTRU_ACTIVATE_ALL for this infosource in SE38.
    If this does not help take a look at this forum threads:
    Transfer Structure Error
    Error while activating Transfer structure
    Error when activation transfer structure..........,
    Error activating Infosource
    The warning 'Field UMSAT ( Position 76 ): Packed numbers should have an odd number of digits'
    should be no problem because it is a content object.
    Regards
    Andreas

  • Free Buffer Waits Problem

    Hi there,
    (OS= OL, DB=11.2, RAM=128g, CPUs=16)
    I have a large bulk DML operation (using MERGE statement) to populate a cube-like table with about 3,000,000 records per day from about 600,000 records fact table data. It takes approximately 7 minutes to complete. It can be seen from OEM that the wait event: Free Buffer Waits is the main wait event during this operation.
    I spent some time googling the issue to find ways to get rid of that, but I'm get disappointed. I dont know now that if there is a problem in my DB parameters or it is related to OS level configuration or even other reasons. The DB is using AMM with 100g as the MEMORY_TARGET parameter and the cube-like table doesnt use ASSM.
    Please help me to learn how to handle the problem. This can be said in terms of some checking approaches to control the environment or any other ways.
    TNX.
    SMSK.
    Edited by: f9smsk on Dec 18, 2012 5:52 AM
    Edited by: f9smsk on Dec 18, 2012 5:55 AM

    @Nikolay Savvinov
    No I don't have that. any other monitoring tools?
    @Rob_J
    Can you provide me with some links to illustrate this?
    @Jonathan Lewis
    I found that wait event in the OEM performance curves. In OEM, the amount of time that some CPUs are dealing with some occurrences is shown in terms of performance curves, I think. In other word, I dont know how to provide you with what fraction of 7 minutes consumed for that wait event. I can tell you things I think useful which maybe non-scientific:
    As I mentioned before, I'm using a merge statement. As you know, this statement starts with a evaluation of using clause and then the DB decides on update or insert. I think the wait event is not due to first sub-operation but it is for insert operation and with a lower probability for update. The curve of "Free Buffer Wait" in the configuration class of OEM conforms with this assumption. It does not exists in first minute of 7 minutes. We can assume that the CPUs are calculating the using statement. Then it suddenly raised up to its peak and after some seconds, say 30-40 seconds, it falls down dramatically to a very little amount and goes on this way to eventually fade out at 5th minute. Please help me if there is a more scientific way to express the event.
    Tnx,
    SMSK.

  • Free iLife Apps Problem?

    Ok so I bought my iPod Touch 5g on September 11, 2013 brand new.  When Apple announced there giving away of iLife apps if you buy a new Apple product, I checked the app store to see if they were free.  They were free....i was very excited.  Since then my iPod had a hardware problem and I exchanged it for a refurbished one today.  When I went back to see if they were free today, they were not.  Is there any way Apple can give them to me for free if I have my original receipt.  I really want these apps and am dissapointed that they are no longer free. Any help would be appreciated.

    Have you tried redownloading them by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    If you can't then contact iTunes:
    Apple - Support - iTunes - Contact Us

  • Free Song DOwnlaod Problem

    Hi,
    I got two "Free Downloads" from a coke voucher thing.(for $0.79 songs) i downloaded one perfectly. But later on i downloaded another song, it look my song credit away but didnt download the song! could anyone help?
    Thank you

    Look under the Store menu in iTunes for the "Check for purchases" command and run that. You may find the other track there to be downloaded.
    If not, follow the instructions on their web page for contacting the iTunes Store and explain the problem to them.
    Good luck.

  • Free case app problem

    Ok so I got that free case app in order to get a free case if you're experiencing antenna problems, however, it will only let you get the bumper in black but on the website ALL of the colors are NOT available for sale because they are for the antenna problem. This makes no sense whatsoever

    The reason they are not for sale on their website is because there aren't any available. They can't keep up with the production. They have a separate app. to try and accommodate all of iPhone 4 owners with a free bumper or case...and unfortunately they are only offering the black bumper and black or clear cases. It's a free case or bumper...so I'm not complaining.
    Message was edited by: BlingMe

  • Parrallels/ VMWare with Windows 7 64 bit from Free Source (Installing)

    I am still a rather new Mac user and making the transition from Windows.  Unfortunately, there are numerous, small programs that I am still relying on that is virtually only compatable with Windows (using wineskin seems unstable for these programs).  So, instead of letting go of Windows completely, I'd like to get Windows on my Mac (which was a huge selling point for me when I got my Mac).  I have attempted to install Windows XP Pro using the latest version of VMWare - this was unsuccessful for some reason.  I have decided to make a second attempt at installing Windows using either Parrallels or VMWare, however this time using Windows 7 64 bit Full Version.  The only hold up in following through is obtaining the Windows 7 software.  Looking into getting the best price I have found plenty of websites offering ISO downloads for Windows 7.  Unfortunately, the official Microsoft website does not sell Windows 7 any longer.  Thus before taking the dive into buying the software from a source like Staples, OfficeMax, or any other place, I am wondering how legit these websites are (please see the websites below).  In no way am I trying to be cheap, however, if this is something that is legit, I thought "why not".  The attention grabber for looking into these websites (website #3) was the explanation of the Service Package 1 files not being included on the software disc when purchased.  Whether this would make a difference or not when installing Windows 7 on my Mac or not, I would not know.
    http://unlockforus.blogspot.com/2012/03/downloading-windows-7-for-free-full.html
    http://expert2program.blogspot.com/2013/02/windows-7-ultimate-download-full.html
    http://www.downloadcrew.com/article/25105-windows_7_home_premium_sp1_64-bit
    So my questions...
    Would the downloads on these websites be a legit way of obtaining Windows 7 and getting it to work on my Mac?
    Would obtaining and purchasing a software disc be the best?
    Lastly... what should I look out for when purchasing Windows 7 software to avoid any pitfalls?
    Finally, I am using a Mac Book Pro, purchased brand new from Apple in May 2012 - I have no exact clue of any of its specs.
    P.S.  I read through plenty of questions of the forum and have found not very many questions covering this issue.
    To any who can address the questions here on this post, I thank you for your time and assistance in advance.

    Actually, see this website for the explanation of the SP1 files:
    http://www.downloadcrew.com/article/25015-windows_7_home_premium_sp1_64-bit
    Thanks.

  • XML data source - Performance problem

    Environment - Crystal Reports 2008 , crjava-runtime_12.2.200 jar files, Java 1.5  and XML data source
    We are generating reports from our java application. .rpt file is designed using CR 2008 .
    The problem we have is its taking longer time to generate a report. Atleast its taking 5-6 minutes. XML file size is around 300 KB. .rpt file size is 2000 KB.
    Steps involved in report generation in Java program.
    1. Creating ReportClientDocument.
    2.Opening ReportClientDocument( reportClientDocument.Open())
    3. constructing XML datasource IXMLDataSet(xml_ds). ( setting XML and XSD)
    4. setting the datasource to database controller. -- reportClientDocument.getDatabaseController().setDataSource(xml_ds, "", "")
    5. then exporting the report in pdf format.
    I don't know what I am doing wrong. Please advise me to improve the performance of this function.
    Thanks,
    Makesh

    Ted,
    I figured out the cause of the problem. I am using JDeveloper as my IDE thats causing the delay. When I deployed the application and ran it, it took just 30 secs for the report using "Pushing" mechanism. Thats amazing. Thanks for your support.
    I have another problem. I am not sure whether to post a separate thread for this problem. Anyway I explain the problem here. If you think it needs another thread, I will post a new one.
    When I use my IDE or the following command JRC runs fine and generates the reports with graphs and all.
    java -classpath C:\JDK\java1.5\bin\CERT.jar;C:\oracle\JDeveloper10.1.3\jdbc\lib\ojdbc14dms.jar;C:\oracle\JDeveloper10.1.3\jdbc\lib\orai18n.jar;C:\oracle\JDeveloper10.1.3\jdbc\lib\ocrs12.jar;C:\oracle\JDeveloper10.1.3\diagnostics\lib\ojdl.jar;C:\oracle\JDeveloper10.1.3\lib\dms.jar;C:\Apps\CERTLib\log4j-1.2.8.jar;C:\Apps\CERTLib\CRLib\com.azalea.ufl.barcode.1.0.jar;C:\Apps\CERTLib\CRLib\commons-collections-3.1.jar;C:\Apps\CERTLib\CRLib\commons-configuration-1.2.jar;C:\Apps\CERTLib\CRLib\commons-lang-2.1.jar;C:\Apps\CERTLib\CRLib\commons-logging.jar;C:\Apps\CERTLib\CRLib\CrystalCommon2.jar;C:\Apps\CERTLib\CRLib\CrystalReportsRuntime.jar;C:\Apps\CERTLib\CRLib\cvom.jar;C:\Apps\CERTLib\CRLib\DatabaseConnectors.jar;C:\Apps\CERTLib\CRLib\icu4j.jar;C:\Apps\CERTLib\CRLib\jai_imageio.jar;C:\Apps\CERTLib\CRLib\JDBInterface.jar;C:\Apps\CERTLib\CRLib\jrcerom.jar;C:\Apps\CERTLib\CRLib\keycodeDecoder.jar;C:\Apps\CERTLib\CRLib\log4j.jar;C:\Apps\CERTLib\CRLib\logging.jar;C:\Apps\CERTLib\CRLib\pfjgraphics.jar;C:\Apps\CERTLib\CRLib\QueryBuilder.jar;C:\Apps\CERTLib\CRLib\webreporting-jsf.jar;C:\Apps\CERTLib\CRLib\webreporting.jar;C:\Apps\CERTLib\CRLib\XMLConnector.jar;C:\Apps\CERTLib\CRLib\xpp3.jar;C:\Apps\CERTLib\iText-2.1.5.jar -Xms256m -Xmx512m com.cert.gui.CERTMainFrame
    Note: CERT.jar has all the application classes and library classes.
    But when I package all these jar files in to single jar file and run the below command, it generates reports with all the features except Graphs.
    java -Xms256m -Xmx512m -jar CERT.jar (OR)
    java -classpath C:\JDK\java1.5\bin\CERT.jar; -Xms256m -Xmx512m com.cert.gui.CERTMainFrame
    Note: CERT.jar has all the application classes and library classes
    I need the above command to run successfully as I am planning to use java web start for application deployment.
    Please help me to solve this problem.
    Thanks,
    Makesh
    Edited by: Makesh on May 28, 2009 12:07 AM
    Edited by: Makesh on May 28, 2009 12:13 AM
    Edited by: Makesh on May 28, 2009 1:32 AM

Maybe you are looking for

  • Acrobat X external document linking problem

    Hello, I have been using Acrobat 6 standard for our user manuals for years and have recently started using Acrobat X. It seems that the external document linking has changed though.  I used to put all of our 3rd party literature (PDFs) in a separate

  • Safari 6 on OSX Mountain Lion Keeps Crashing

    This has been plauging me constantly for the past week. Every time I try to open up Safari, it makes an attempt to load a page sometimes, then it crashes unexpectedly. Any help would be much appreciated. I have 110 gigs of memory free. Here is the cr

  • Linking calender to report

    Hi, While entering the date type binding parameter of the report I want the portal calender to pop up so that I select the date from it. How do I do that. Thnx

  • Portability of Skype to go number

    Can I port my Skype to go number to a cell phone, in another word to convert it to a cell phone number?

  • How is the new camera in low light situations?

    I was hoping the new iPad camera would have a flash.  I take a lot of photos for work and would like to use my iPad. Is there an aftermarket flash?