Jump to content

Karl Stallknecht

Customers
  • Posts

    1,154
  • Joined

  • Days Won

    21

Posts posted by Karl Stallknecht

  1. We had horrible luck with the Panasonic TGP phones on 2600hz (even though they worked fine with another PBX system), and 2600hz support said they don't officially support them. We switched all of our clients to the SNOM M325 and haven't had any issues. I know that isn't the answer you want, but, just thought I'd throw that out there!

  2. @Darren Schreiber I realized I never said thank you for your detailed explanation on this post! I appreciate you going over the architecture thought behind this.

    I love the creativity in this thread, but for now I think these methods are just too prone to error on the side of my staff or our clients. I do like the idea of an external service, although not sure I have enough time on my hands to write that :-/ 

  3. 10 hours ago, Jack Noe said:
     
    1. I want an extra soft key for Blind Transfer and an extra soft key for  Attn Transfer. Currently i can only set currently, either blind either attn.

     

    Polycom firmware 5.6.x brings this feature back where it asks you during every transfer and you can very easily select. It was removed in 5.3.x through 5.5.x - the only alternative you have is to program a soft key through the custom config file but that takes up an extra soft key:

    <blind feature.enhancedFeatureKeys.enabled="1" softkey.1.enable="1" softkey.1.precede="1" softkey.1.use.active="1" softkey.1.action="$P1N4$$Trefer$" softkey.1.label="Blind" efk.efkprompt.1.status="1" 
    efk.efkprompt.1.label="Enter transfer destination" 
    efk.efkprompt.1.type="numeric" 
    efk.efkprompt.1.userfeedback="visible" 
    efk.efkprompt.1.digitmatching="none"
    />

     

     

     

    10 hours ago, Jack Noe said:
     
    1. I want a line key to have the function as a prefix. As i have customers who want  to dial out with a specific caller ID on that line, So instead of creating a device and setting the line key for line 2, i want to set a prefix to dial the star code ill set for the caller ID. I attached a snap shot of a yealink phone.

     

    You can add a prefix by creating a softkey. Here is an example using *36:

    <inter feature.enhancedFeatureKeys.enabled="1" softkey.2.enable="1" softkey.2.use.idle="1" softkey.2.action="*36$P1N3$" softkey.2.label="Prepend" 
    efk.efkprompt.2.type="numeric" 
    efk.efkprompt.2.userfeedback="visible" 
    efk.efkprompt.2.digitmatching="none"
    />

     

     

     

     

    10 hours ago, Jack Noe said:
     

     

    1. I want a line key on the polycom to serve as a transfer, so while on the phone i can click  one key to transfer to a specific place i will set up, i attached a snapshot of a yealink phone  

     

    You would do that by adding a "feature key" in advanced provisioner (within Monster) and then setting it to "automata"

  4. Change "triplet" and "low trill" to "internal" and "external" respectively.

    Then add this to the custom config file (making sure to change ringer7 and ringer12 to the ones you want - you have to use this format though...I don't recall which numbers triplet and low trill are):

     

    <polycomConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="polycomConfig.xsd">
        <se>
            <se.rt>
                <se.rt.custom1
                    se.rt.custom1.name="internal"
                    se.rt.custom1.ringer="ringer7"
                />
                <se.rt.custom2
                    se.rt.custom2.name="external"
                    se.rt.custom2.ringer="ringer12"
                />
            </se.rt>
        </se>
        <voIpProt>
            <voIpProt.SIP>
                <voIpProt.SIP.alertInfo
                    voIpProt.SIP.alertInfo.2.value="internal"
                    voIpProt.SIP.alertInfo.2.class="custom1"
                    voIpProt.SIP.alertInfo.3.value="external"
                    voIpProt.SIP.alertInfo.3.class="custom2"
                />
            </voIpProt.SIP>
        </voIpProt>
    </polycomConfig>

  5. Just now, SPC-Tim said:

    Could I bug you to try it if you have 5 mins and a VVX 201? I just ordered one but it wont be here till monday, and if i can expedite the testing and get these programmed over the weekend that would be amazing! :)

    Oh sorry I don't have one! I only have VVX 400s

  6. 33 minutes ago, SPC-Tim said:

    I know  @Karl Stallknecht might be the person to ask, but has anyone provisoned a VVX 201 on 4.1 successfully with the Advanced provisioner? I was unsure if the 300 or 301 would work with it, and do not have a 201 to test on in office.

    I think it would work, although you won't be able to use as many "feature keys" obviously.

  7. 3 hours ago, Tuly said:

    Not worried about clients using API, Most of them don't even know what CMD is or even how to download teamviewer😊😊    But they sure know how to go into the Web and start clicking buy numbers....

    Ditto. I'm shocked at how many people can't just go to our website /help and click "allow" and read us the code...TeamViewer is one of the easiest too lol.

  8. 3 minutes ago, Bobby Camisa said:

    If you're providing video services I think there is cause for concern. I don't think you have much to fear on VoIP, even hosted. Hosted is using port 7000, it's going to look like random internet traffic. The voice packets are so small, I don't think there is a reason to be concerned. I think the Netflix and the likes have cause for concern. The larger companies care more about media then they do voice. If you're delivering voice through an ATA, or an Adtran TA9xx you may want to change the ports being used for voice traffic to mirror what hosted is using by default. 

    I thought people have already been able to prove that Comcast is de-prioritizing SIP traffic in some places though?

  9. @Tuly Yea that's definitely a queue. That being said we can kind of fake this same behavior by using a ring group and setting it to play MOH instead of ringing. And to avoid the issue of beeping for call waiting, you can disable call waiting on the phone itself. The only issue with this is you have to create a call flow that indefinitely loops so that if the customer is on the phone it won't just skip it...meaning you can't have voicemail.

×
×
  • Create New...