Jump to content

pbx support

Members
  • Posts

    2,081
  • Joined

  • Last visited

Posts posted by pbx support

  1. Yes, I understand that and respect it. I also need to now if snomOne team is interested in make it work and if so I will do everything I can to help and of course a happy beta user ;-)

     

    // Kalle

     

    Ok, We will take another swing at it. We will try to make the diversion header flexible and editable like the other headers so that you have more control on it.

  2. The order is Extension, Domain, Trunk ANI. Yes, if the extension ani is not set, then PBX uses the domain ani. If that is not set either, then trunk ANI.

     

    If nothing is set, the extension number will be sent out (which probably not work for most trunk providers!)

     

    There is "ANI for emergency calls:" under the extension. The snomONE will send that if set. Otherwise, the above rule will be applied.

  3. Admin as the same rights with a simple user. How to obtain as in the 4.2.0.3981 the same right level ?

     

    If you open the snom_3xx_phone.xml and snom_820_phone.xml have the below setting (almost at the end)

    <admin_mode perm="">off</admin_mode>

     

    Either you can delete that line or you can change off to on

     

    The First Method under http://wiki.snomone.com/index.php?title=Modifying_Plug_and_Play_Files explains some generic details.

  4. Under "Admin->Settings->PnP" page, there are special settings for snom 300 keys 3-6. You can cleanup these first depending on the requirement, i.e., you can take out the least important key setting there and make it available for the service flag button. Then you can create and assign a button profile (http://wiki.snomone.com/index.php?title=Buttons, http://wiki.snomone.com/index.php?title=Button_Programming) for that extension.

  5. Not sure why you had to change the templates for this one. If you are doing PnP, most simple method is to put the MAC address of each these phones in the "Extension->Registration: Bind to MAC Address:" separated by spaces.

     

    Ex: 000413261234 000413261245 000413261256

     

    Only thing that will not work is "have the call missed indicator light go out on all phones when cancelled on one phone".

  6. I think the transfer to mailbox still happens/works. But we did some "intelligent" thing in the case of the blind transfer to provide more control to the transferor. PBX does not hangup the transferor automatically like it used to do before. Seems like that created this situation when you transfer the call directly to VM.

     

    We will take care of this issue in the future versions.

  7. Are you referring to cell phone calling into the system and then dialing out (to an external number) or cellphone calling into the system and then calling an extension number?

    Since you are talking about DISA, I assume you are not referring to the 'extension associated cellphone'.

  8. Currently, there is no option for the body. But the number 5555551212 should be your access number for the conference. If you still want to send alias for the conf room, then you can probably make it part of the description. Say, The conference room name is "AlabuConference Room x555"..

  9. This is a normal cell phone call into the PBX, not a cell associated with an extension

    Oh..PBX does not have any control on the delay of the cell phone hangup after sending a BYE message to the trunk provider when the internal user(snom phone) hangs up. So only the SIP message trace can tell us where the delay is.

  10. After discussing with the phone team, there is a setting we need to add to the phone templates. That setting is using_server_managed_dnd.

     

    In the snom_3xx_phone.xml and snom_820_phone.xml:

    After line:

    <user_active idx="{lc}" perm="RW">on</user_active> 

    Add line:

    <using_server_managed_dnd idx="{lc}" perm="RW">on</using_server_managed_dnd>

     

    Then you have to either re-sync or reboot the phones to take effect.

  11. Sorry to have taken my time. I finally found some free time to check this further.

    .

    .

    [0] 2012/06/03 15:32:55: Cannot send packet: No license

     

    SOAP access is restricted at the system level using "SOAP trusted IP address" field. So, we assume that the admin knows exactly what he/she is doing when it comes to database access using SOAP messages(especially, DBSet). Note that you can use ModifyAccount (http://wiki.snomone.com/index.php?title=Access_to_the_Database#ModifyAccount) to do similar operations and it does have some error checking.

×
×
  • Create New...