If you want to actually choose the ringtones rather than use the default polycom builtin tones you'll need to put the wav files into an unmanaged device files section and activate it, then manually hack up /etc/sipxpbx/polycom/mac-address.d/sip.cfg.vm and add a section something like this near the top:
<sip> <sampled_audio saf.1="" saf.2="doorbell.wav" saf.3="BOING3.wav" saf.4="aycaramba.wav" saf.5="homer-doh.wav" saf.6="ctu24.wav" saf.7="ALRIGHTY.wav" saf.8="cow_moo.wav" saf.9="" saf.10="" saf.11="" saf.12="" saf.13="" saf.14="" saf.15="" saf.16="" saf.17="" saf.18="" saf.19="" saf.20="" saf.21="" saf.22="" saf.23="" saf.24=""/> </sip> Note that saf.2 == ringtone 13, saf.3 is 14 etc. saf.1 is used when the phone boots, don't use it for a ringtone. After you do this resend the profile to the phone and Bobs your uncle. Be careful to meet the specs of the wav file (look in the polycom docs for detail, below is an abbreviated version from the UI), I use Audacity to convert/edit ringtones: +se.saf.label=Sampled Audio +se.saf.description=WAV files used for rings or progress tones. \ +May be a local file or http/ftp URL. \ +Must have microsoft style wav header and be one of: \ +<ul> \ +<li>G.711 u-Law (8 bit, 8 kHz mono)\ +<li>G.711 A-Law (8 bit, 8 kHz mono)\ +<li>L16/16000 (16 bit, 16kHz mono)\ +<li>L16/32000 (16 bit, 32 kHz mono)\ +<li>L16/48000 (16 bit, 48 kHz mono)\ +</ul> \ + 32Khz and 48Khz are supported on soundstation 6000 and 7000 only. \ + Max size is 300 kbytes, size of all files in aggregate is limited by phone resources. I submitted changes to the polycom plugin to do this through the UI but they didn't make it into 4.2, this is pretty easily. I can post the patch as well, it does not require a rebuild of sipXecs, you should be able to patch the files in /etc/sipxpbx/polycom and restart sipXconfig (if you do it via the UI then the settings will be backed up/etc). -Eric On Apr 23, 2010, at 9:50 AM, Picher, Michael wrote: > Yes it is. > > On each phone has multiple lines, in the phone config go into those lines on > each of the phones and set the ring tone. > > From: [email protected] > [mailto:[email protected]] On Behalf Of > [email protected] > Sent: Friday, April 23, 2010 9:38 AM > To: [email protected] > Subject: [sipx-users] Polycom different Ringtones > > Hello, > > We use sipXecs Version 4.0.4 in combination with Polycom IP 650 phones. > Each phone are configured with multiple phone lines. For example pesonal > number and office main number. > Is it possible to have different ringtones for the different lines? > > > > Best regards > Cyrill Reiser > [email protected] > > is||coord ag > Information Solutions Coordinators > a subsidiary of ffc fincoord holding ltd. | Beustweg 12 | CH-8032 Zurich > Phone +41 44 258 88 82 | Fax +41 44 258 88 99 > [email protected] | www.iscoord.com > > This email and any files transmitted with it are intended solely for the use > of the individual or entity to whom they are addressed. If you have received > this email in error please notify the sender. If you are not the named > addressee you should not disseminate, distribute or copy this e-mail. Privacy > statement > > _______________________________________________ > sipx-users mailing list [email protected] > List Archive: http://list.sipfoundry.org/archive/sipx-users > Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users > sipXecs IP PBX -- http://www.sipfoundry.org/
_______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users sipXecs IP PBX -- http://www.sipfoundry.org/
