...
Option | Values | Description | Models |
---|---|---|---|
id | string | A unique identifier for the listener, required | D40, D45, D50, D60, D62, D65, D70, D80 (1_11_0) |
name | string | A name to be provided in the phone's announcement status bar when audio is received over this listener, required | D40, D45, D50, D60, D62, D65, D70, D80 (1_11_0) |
extension | string | Sets a local extension for this listener, that, if dialed by the phone, causes the phone to ignore RTP from this listener. | D40, D45, D50, D60, D62, D65, D70 (2_6_3), D80 (1_11_0) |
addr | IPv4 address | Multicast address to which phone should subscribe for audio, required | D40, D45, D50, D60, D62, D65, D70, D80 (1_11_0) |
port | Valid integer for ports (1-65535) | Port, combined with address above, to which phone should subscribe for audio, required | D40, D45, D50, D60, D62, D65, D70, D80 (1_11_0) |
priority | integer, 1-10 | Prioritization level, lower given more priority, for playing back streams when more than one subscribed address is providing audio, required | D40, D45, D50, D60, D62, D65, D70, D80 (1_11_0) |
interrupt_callerscalls | integer, 0-2 | If 1, places any in-progress calls on hold before playing back audio, and ignore the phone's local volume setting, playing back the audio at full volume. If 0, in-progress calls will have their audio played over the top of any in-progress calls. If 2, phone will ignore pages for this listener if it is involved in another call (added in 2_9_5 and 1_12_3). Defaults to 0. | D40, D45, D50, D60, D62, D65, D70, D80 (1_11_0) |
...