Spa phone searching for spaM:A:C semicolons! in its filename

Provisioning a new set of spa504G phones. I've always used 
for spa504G.cfg, the phone finds it. I've always used:
<flat-profile>
<Resync_On_Reset>Yes</Resync_On_Reset>
<Resync_Periodic>3600</Resync_Periodic>
<Profile_Rule>tftp://ipaddress/xml/spa$MA.xml</Profile_Rule>
</flat-profile>
The new set of phones weren't provisioning, so I ran a tcpdump on the tftpserver. Sure enough, for the first time ever, the phones are looking for:
spae8:ed:f3:6b:48:b2.xml instead of spae8edf36b48b2.xml. I copied the xml to use colons and sure enough the phone provisioned and connected to my pbx.
So... how do I make it stop doing this? This is a tragedy, you have no idea how difficult it will be to get more spa phones at this point.
A bit more info:
I also tried <Profile_Rule>tftp://ipaddress/xml/spa$MAC.xml</Profile_Rule> in the initial config file.
The phones came with firmware 7.5.2 and I always upgrade to 7.5.3 using:
<Upgrade_Rule ua="na">($SWVER ne 7.5.3)? tftp://ipaddress/sw/spa50x-30x-7-5-3.bin</Upgrade_Rule>
however, this time it's not upgrading, either.
Any ideas? Anyone else seen this before? How can I make it stop, using special characters in the filename is not going to work for me.

<Profile_Rule>tftp://ipaddress/xml/spa$MA.xml</Profile_Rule>
the phones are looking for:
spae8:ed:f3:6b:48:b2.xml instead of spae8edf36b48b2.xml
Well, the $MA macro should expand to MAC with no colons. And it work this way on all firmware versions I meet. So unless it's a bug specific to 7.5.2 version, it should work. I can't test this particular case as I have no phone with 7.5.2 firmware.
The phones came with firmware 7.5.2 and I always upgrade to 7.5.3 using:
<Upgrade_Rule ua="na">($SWVER ne 7.5.3)? tftp://ipaddress/sw/spa50x-30x-7-5-3.bin</Upgrade_Rule>
Wrong. It's not possible to upgrade pre-7.5.2b version to post-7.5.2b version directly. You should upgrade to 7.5.2b first. Read release notes. Also, you should consider upgrade to latest (7.5.6) version rather than to somewhat ancient 7.5.3.
Mark thread as answered if it answered your questions. It will help others to found solutions.

Similar Messages

  • How to search for a certain cross reference using its name in FM 11?

    How to search for a certain cross reference using its name in FM 11?

    Well, thank you. I am only using Find dialog box. By "name", I'd like to give an example. The background is FM 11 structured. I have an element "xref" which is used to make cross reference. Now In Chapter 1, there is a sentence like "This is an ODU for ...". I made a cross ref of the word "ODU" to its full name "outdoor unit" in Chapter 2 (in the same book). After this, the word "ODU" in the sentence in Chapter 1 will no longer be a plain text. So I no longer can use the find dialog box to search for "ODU" because it is already an xref rather than text. I am not if it's clear.

  • Search for a file with part of a filename in a given folder.

    How can I search for a file with part of a filename in a given folder?
    Or can I change the columns in Advanced Search so that the heading is filename?

    thanks, Michel. it had occurred to me to put a scratch tag on the folder, but I was hoping for an easier way. in future I'll do as you suggest though, because it's easier than what I have been doing.
    daryl

  • Hub Phone (Searching for Hub) Problem

    Hello, i have BT Hub Phone version 2.1 A Handset software version v1935i006f007 Type A
    It has stopped working and constantly says searching for Hub. I have read a lot of forums and tried everything to get it to work, but to no avail I have tried to reset it but it just says not available, in fact it says not available for everything i try to do.
    My home hub is Software version 8.1.H.J (Type A)
    Any help will be much appreciated,
    Regards Jay

    Hi Jayzed,
    Thanks for posting. Can I ask how long have you had the handset? Did the problem occur suddenly or did it happen gradually? Have you tried resetting the hub? Is the phone light on the hub lit? Let me know as many details on the problem as possible and we'll take it from there.
    Cheers
    David
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • When I try to download a free app my phone ask for my cc number and says its incorrect?? Why and how do I fix it?

    Why is my Phone asking for this information? How do I fix it?

    Did you try to contact account support to get expert help with regaining and restoring access to your account ?

  • BAPI to search for customer

    dear all
    Iam search for a BAPI  to be used in search for particular customer using one of its attribute wich is stored  in kna1 table
    and also search in its details stored in ADRC taple if possible.       
    and also  BAPI for search for  equipment  using one of its attribute like serial number or sold to party .
    thank you

    Hi lamey,
    the function module BAPI_HELPVALUES_GET has exceptionally good documentation.
    Please read it an makle use of the IMPORTING and TABLES parameters to get what you want:
    *"  IMPORTING
    *"     VALUE(OBJTYPE) LIKE  BAPIF4A-OBJTYPE DEFAULT SPACE
    *"     VALUE(OBJNAME) LIKE  BAPIF4A-OBJNAME DEFAULT SPACE
    *"     VALUE(METHOD) LIKE  BAPIF4A-METHOD
    *"     VALUE(PARAMETER) LIKE  BAPIF4A-PARAM
    *"     VALUE(FIELD) LIKE  BAPIF4A-FIELD OPTIONAL
    *"     VALUE(EXPLICIT_SHLP) LIKE  BAPISHLP STRUCTURE  BAPISHLP OPTIONAL
    *"     VALUE(MAX_OF_ROWS) LIKE  BAPIF4A-MAX_ROWS DEFAULT 0
    *"     VALUE(DESCRIPTIONONLY) LIKE  BAPIF4A-DESCRIP DEFAULT SPACE
    *"  EXPORTING
    *"     VALUE(RETURN) LIKE  BAPIRETURN STRUCTURE  BAPIRETURN
    *"  TABLES
    *"      SELECTION_FOR_HELPVALUES STRUCTURE  BAPIF4B OPTIONAL
    *"      HELPVALUES STRUCTURE  BAPIF4C
    *"      VALUES_FOR_FIELD STRUCTURE  BAPIF4D
    *"      DESCRIPTION_FOR_HELPVALUES STRUCTURE  BAPIF4E
    EXPLICIT_SHLP can be used to specify the search help
    SELECTION_FOR_HELPVALUES can be used to specify complex selection criteria.
    Read the genreal documentaion and the parameter documentation, it has many hints for you.
    Let us know if successful, Thank you.
    Regards,
    Clemens

  • Search for  BAPI to access it throw Java pro gramme

    dear all
    Iam search for a BAPI to be used in search for particular customer using one of its attribute wich is stored in kna1 table
    and also search in its details stored in ADRC taple if possible.
    and also BAPI for search for equipment using one of its attribute like serial number or sold to party .
    which i can access it  in my   portal .
    thank you

    Hi Ahmed,
    Have a look at the below link, some example bapi names are mentioned here -
    http://www.sapfans.com/forums/viewtopic.php?p=648307
    Also, there are no. of bapi's uses kna1 or adrc table so, you better search on specific requirement on sdn.com.
    Regards,
    Sen

  • [CS5.5][Os X 10.7] Problem searching for file when placing a picture

    Hi,
    With this post, I would like to ask a question.
    In Indesign CS5.5 on Mac Os X, when placing a picture using the place option, there is in the top right corner a search field. When browsing to a certain network folder and trying to search for files whitin that folder, which have filenames containing a part of the search string, no files are found.
    For example: a folder containing 200 files with names starting with "sports baseball 001" up to "sports baseball 200". When searching for "baseball" no results are found.
    What I could find on the internet, are several discussions relating to huge problems with Spotlight on 10.7 and 10.8 and network drives.
    Does anyone know of any fix or plugin for Adobe Indesign that allows fast file search in a folder when placing a picture in a document?
    Whe have this issue with all our mac's running these versions of Os X and Adobe Indesign.
    Any feedback would be helpfull.
    John

    Good to hear that Adobe engineering is taking a look. However you might want to file a formal bug/feature report here: Wishform, to get it on record as a customer/user problem, and to perhaps attract additional requests from others who have the same problem.
    I'm not sure if the commercial Mac application Default Folder X would fix the problem. You might want to test their trial.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Can I search for a WebApp Item by it's unique ID number?

    Can I search for a WebApp Item by it's unique ID number in a WebApp search form?

    I've been searching for this as well, and while you can't search for a web app item by its ID no, you can link to it directly by using a URL with the web app id in it.
    See this discussion Re: Is it possible to use a web app id in the url?

  • HT1414 my iphone 4 turns on but cannot make calls or send texts because it is "searching" for service it says to connect to itunes but when  connect it to my itunes it doesnt pop up and i need my phone to work asap !

    i have an iPhone 4 and it turns on but it keeps "searching" for service and it says to connect to my itunes and a support grouop but when i plug it into my laptop (and i have a toshiba not a mac) my phone doesnt even connect so i have no idea whatas going on with my phone and i need it asap!

    Check your connection - Reset Network Settings - Toggle Airplane Mode -
    If none of those help hard reset the phone
    Hold down the Home button and the Power on/off button "at the same time"
    -Screen will go black then after a few seconds you should see the Apple Logo, once you see the logo let go of both buttons. Allow the iPhone to reboot-

  • Anyone else had issues with phone network being unavailable on iPhone 4 since updating to iOS 5.0.1? My iPhone 4 is continually searching for a network and does not find my provider. I swapped SIMs with another iPhone 4 on ios 4 to confirm device problem.

    Has anyone else had issues with phone network being unavailable on iPhone 4 since updating to iOS 5.0.1? My iPhone 4 is continually searching for a network and does not find AT&T, my provider. I swapped SIM cards with another iPhone 4 running ios 4 and established this is a device problem, not a SIM card problem.

    Does the device get any signal? 
    Sounds like the device may have had a hardware failure.  If it is out of warranty, the only option is the Out of Warranty replacement.
    AppleCare is only an option if it is still under the original warranty.

  • I have lost my 'music, mail, safari and phone' icons and i cant get them back alothough i can still find them when i search for them in the search bar.

    my 'music, mail, safari and phone' icons have gone from my home screen and the rest of my apps have spread out only show 16 on a page (instead of 20)  i have no idea how to get them back and have tried resetting home screen which did nothing.  i can get onto these applications but i have to search for them in the search screen.  can anyone help me get these icons back?  if so please help

    this just rearanges the icons in the same order but with the screen still set up with only 16 icons an the bottom 4 (muisc mail...) missing    are there any other ways i can get them back?

  • My instagram app icon on my iphone 4 is missing. When I go to the app store and try to reinstall it, it says open. When i search for it on my phone it can't find it? What should I do?

    My instagram app icon on my iphone 4 is missing. When I go to the app store and try to reinstall it, it says open. When I search for it on my phone it can't find it? What should I do?

    Make sure your phone is connected to the computer and iTunes is open
    1. Visit Instagram.com from your computer web browser
    2. Click "Download in the app store"
    3. It will download and show up in your iTunes
    4. Highlight and sync the app to your iPhone (note: it will not show up on your phone, even after it says syncing is complete).
    5. In iTunes, select the Instagram icon and click "Remove" or "Uninstall"
    6. Click Accept and Uninstall when it asks you to confirm as it will remove instagram and its data from your iPhone
    7. Disconnect the phone from the computer
    8. Manually reboot the phone after exiting all apps
    9. Upon re-start, you will be able to access the app in the App Store, and install it

  • After updating to IOS 8.2 my iphone 5 constantly searches for a network. I have tried resetting network, restoring from an earlier back up, resetting as a new phone - all of which have been unsuccessful- HELP !!

    After updating to IOS 8.2 my iphone 5 constantly searches for a network. I have tried resetting network, restoring from an earlier back up, resetting as a new phone - all of which have been unsuccessful… HELP !!

    Hi chuckrabaw,
    Thanks for using Apple Support Communities. Based on what you stated, it sounds like the iPhone is searchiong for a network. It looks like you have already done some troubleshooting. There are a few steps listed in this article you did not mention trying, they may be able to help the issue.
    If you see No Service in the status bar of your iPhone or iPad - Apple Support
    Cheers,
    Mario

  • HT4623 I have just updated my i phone 4s with the new ios 6 software and most of my apps have disapeared when i got to the app store and search for an app i cant find i click on it and it says the app is installed. Iff i double click on it it opens. Any i

    I have just updated my i phone 4s with the new ios 6 software and most of my apps have disapeared when i got to the app store and search for an app i cant find i click on it and it says the app is installed. but i cant find it in my apps if i double click on it it opens. Any ideas?
    Thanks Pete

    I have the same problem.  Some of my purchased songs are missing also.

Maybe you are looking for

  • Isue of Free Goods

    Dear All I have created a Scenario of Free gods [Exclusiove]for all Customer in 1:1 ratio .Its running fine but there is one requirement that if 10 product of fre goods are avaqilable ion Stock but 6 product of main item are only available.the system

  • How can you manage an icloud account if you are unable to acces the email to reset password

    downloaded IOS8 to my Iphone and now it is logged to my old Icloud account. I am unable to change it to my actual account because I need my password to sign out of the old one. I no longer have access to the email on my old account . Can somebody hel

  • Errors in DB13 when running cleanup logs or stat

    I am having the following error with ECC 6.0 kernel 700 oracle 10.1 FOR CLEANUP LOG - Job started Step 001 started (program RSDBAJOB, variant &0000000000000, user ID SAP*) Execute logical command BRCONNECT On host TSTERP2005 Parameters: -u / -jid CLN

  • Transferring contacts from iphone 4 to 4s?!?!?

    Hello, My iphone 4 was stolen and my contacts were not backed up on icloud. I have now got an iphone 4s, is there any way of getting back my contacts? They may have been backed up on iTunes...... Please help!!

  • N80 v4.0707.0.7 two problems

    Hi, I have updated the firmware and afterwards I encountered two problems. 1. I used the back-up to memory function and after install I restored it. The problem is every time I switch my phone on it says it cannot complete install, go to Tools>App.Mg