Content
Sv translation | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Overview Asterisk was originally written by Mark Spencer of Digium dba Linux Support Services Inc. Code has been contributed from Open Source coders around the world. All snom phone models can be used with Asterisk. Basic Asterisk configurationThe relevant files for SIP phones in Asterisk are sip.conf, extensions.conf and voicemail.conf.The configuration depend on the desired dial plan and usernames e.g. preference to use phone extensions as a usernames. sip.confsip.conf describes some general SIP parameters and all the SIP devices in the Asterisk PBX system. Please check the Asterisk sample files that come with the software or see our sample file section. extensions.confExtensions.conf describes the dialplan for the Asterisk PBX system. It can be used in many ways. Please check the Asterisk sample files that come with the software or see our sample file section. voicemail.confvoicemail.conf describes how all the mailboxes should behave. Please check the Asterisk sample files that come with the software or see our sample file section. snom configuration for Asterisk interoperabilityBasic configurationIn order to use snom phones with Asterisk, you will need to configure some SIP parameters.
SIP Lines
SIP codecssnom and Asterisk both support several codecs but unlike snom, a separate license is required for Asterisk when using g.729 codec (Contact Digium inc.) Message Waiting Indication (MWI)MWI also works with Asterisk. If someone has left you a voicemail, you will receive indication of this (MWI). In snom 3xx, this will be displayed in two ways: a yellow LED will blink and there will be an MWI on the display. This is cleared only when you check your voicemails (and delete them). In order to set this scenario up, configure the following:
Multicast StreamingMulticast Streaming is possibile in Asterisk starting from version 1.8. You must use the MulticastRTP channel like these lines of extension.conf:
When you dial the 201 extension Asterisk starts sending a multicast stream to 239.255.255.245 port 5555, so you need to configure multicast_listen/mc_address on your phones. At the moment of writing (2013/03/14) there is an Asterisk open issue that breaks this feature if you're using a file as a audio source. Function keysIntercomAdd to your extensions.conf
Shared LineThis isn't currently supported by Asterisk. Extension Monitoring (BLF) & Call Pick-UpSnom phones will only support this feature on unpatched Asterisk versions. See the requirements and possible implementation in our "Call Pick-Up" article. Here you can find a little howto explaining hot to take advantage of Asterisk "device states" feature.
Sample FilesExample 1:To reach your snom phone, you can, for example, have the following three lines for extension 910 in extension.conf: extension.conf
sip.conf
voicemail.conf
Example 2:sip.conf
extension.conf
LinksExternal
|
Sv translation | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Overview
Asterisk was originally written by Mark Spencer of Digium dba Linux Support Services Inc. Code has been contributed from Open Source coders around the world. All snom phone models can be used with Asterisk. Basic Asterisk configurationThe relevant files for SIP phones in Asterisk are sip.conf, extensions.conf and voicemail.conf.The configuration depend on the desired dial plan and usernames e.g. preference to use phone extensions as a usernames. sip.conf
extensions.conf
voicemail.conf
Snom configuration for Asterisk interoperabilityBasic configurationIn order to use snom phones with Asterisk, you will need to configure some SIP parameters.
SIP Lines
SIP codecssnom and Asterisk both support several codecs but unlike snom, a separate license is required for Asterisk when using g.729 codec (Contact Digium inc.) Message Waiting Indication (MWI)MWI also works with Asterisk. If someone has left you a voicemail, you will receive indication of this (MWI). In Snom 3xx, this will be displayed in two ways: a yellow LED will blink and there will be an MWI on the display. This is cleared only when you check your voicemails (and delete them). In order to set this scenario up, configure the following:
Multicast StreamingMulticast Streaming is possibile in Asterisk starting from version 1.8. You must use the MulticastRTP channel like these lines of extension.conf:
When you dial the 201 extension Asterisk starts sending a multicast stream to 239.255.255.245 port 5555, so you need to configure multicast_listen/mc_address on your phones. At the moment of writing (2013/03/14) there is an Asterisk open issue that breaks this feature if you're using a file as a audio source. Function keysIntercomAdd to your extensions.conf
Shared LineThis isn't currently supported by Asterisk. Extension Monitoring (BLF) & Call Pick-UpSnom phones will only support this feature on unpatched Asterisk versions. See the requirements and possible implementation in our "Call Pick-Up" article. Here you can find a little howto explaining hot to take advantage of Asterisk "device states" feature.
Sample FilesExample 1:To reach your snom phone, you can, for example, have the following three lines for extension 910 in extension.conf: extension.conf
sip.conf
voicemail.conf
Example 2:sip.conf
extension.conf
LinksExternal
|