Hi everyone,
I need help to use different ring patterns. Specifically, the admin guide contains this section:
ITSP Driven Distinctive RingingOBi device offers 10 ring and 10 call-waiting tone patterns in each ring profile. These patterns are numbered from 1 to 10. Each pattern also comes with a configurable name. A different default ring may be assigned to each trunk on the device.
An ITSP can tell OBi device which ring to use by name for a call routed to SP1/SP2 by inserting an Alert-Info header in the SIP INVITE sent to the device. The Alert-Info must include a URI. For example:
Alert-Info:
http://www.xyz.com/some-folder/bellcore-dr4When the device receives this, it will look for a ring tone name or call-waiting tone name in the ring profile that matches the Alert-Info URI. Ring tone names are compared case- insensitively. If a match is found, device plays the corresponding ring or call-waiting tone. Otherwise, device plays the default ring.
The only problem is that nowhere does it mention what
www.xyz.com and some-folder should be set to. I've tried setting the alert-info to
http://127.0.0.1/<dir>/Bellcore-dr4 with about 100 different <dir> I could think of (A, 1, ProfileA, Profile.A, Ring.Profile.1, RingProfileA, etc... with different combinations of cases) without success. I've also tried to point to my HTTP server instead of 127.0.0.1, but the device doesn't make any request on my server...
Any idea, what I should use Alert-Info to get any distinctive ring other than the default Bellcore-dr1?
Thanks!
Jean ;-)