Asterisk/SNOM

From Wiki
Revision as of 16:53, 20 July 2012 by Marcluer (talk | contribs) (Die Seite wurde neu angelegt: „*Preferences ** U.S. date format : OFF ** 24 hour clock : ON ** Show clock : ON ** Advertisement : OFF * Function Keys ** Directory ** Call Lists ** Action U…“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • Preferences
    • U.S. date format : OFF
    • 24 hour clock : ON
    • Show clock : ON
    • Advertisement : OFF


  • Identity
    • Login
      • Mailbox
      • Ringer 2
    • SIP
      • DTMF via SIP INFO: ON
    • RTP
      • RTP Encryption : OFF


  • Advanced
    • Behavior
      • Auto Dial : ?
    • QoS/Security
      • Ignore security advices : ON



LED setup

http://[Phone IP]/dummy.htm?settings=save&led_message_usage=PhoneHasMailboxMessage%20PhoneHasMissedCalls

extensions.conf

exten => 95,hint,Custom:mein-status
exten => 95,1,Answer()
exten => 95,n,Set(DEVICE_STATUS(Custom:mein-status)=${IF($[ ${DEVICE_STATE(Custom:mein-status)} = INUSE]?NOT_INUSE:INUSE)})
exten => 95,n,Hangup()