How is the new LiTZ feature implemented? I’ve updated to the latest
code in the repository, but I don’t see any examples in the config
files, unless I looked over it?
I’d like to start experimenting with this, I’ve got a SIP phone hanging
off of my app_rpt box that I would like to make ring in response to a
LiTZ event for example.
An update, this was easier than I thought, I dug through the source a bit and figured it out I think.
Add litzcmd=dosomethinghere to your node stanza in rpt.conf
For example in mine, I have it set to ring my SIP phone with *62:
litzcmd=*62 ; Long Tone Zero, ring node operator’s SIP phone
You should see something similar to this in the Asterisk console:
[Feb 16 20:49:30] NOTICE[18459]: chan_usbradio.c:2440 usbradio_read: Got DTMF char 0 duration 3455 ms
Very slick, I could see a million different ways to implement this!!!
Stephen
K1LNX
···
On Tue, Feb 16, 2010 at 8:26 PM, Stephen - K1LNX k1lnx@k1lnx.net wrote:
How is the new LiTZ feature implemented? I’ve updated to the latest
code in the repository, but I don’t see any examples in the config
files, unless I looked over it?
I’d like to start experimenting with this, I’ve got a SIP phone hanging
off of my app_rpt box that I would like to make ring in response to a
LiTZ event for example.
On Tue, Feb 16, 2010 at 5:53 PM, Stephen - K1LNX k1lnx@k1lnx.net wrote:
An update, this was easier than I thought, I dug through the source a bit and figured it out I think.
Add litzcmd=dosomethinghere to your node stanza in rpt.conf
For example in mine, I have it set to ring my SIP phone with *62:
litzcmd=*62 ; Long Tone Zero, ring node operator’s SIP phone
You should see something similar to this in the Asterisk console:
[Feb 16 20:49:30] NOTICE[18459]: chan_usbradio.c:2440 usbradio_read: Got DTMF char 0 duration 3455 ms
Very slick, I could see a million different ways to implement this!!!
Stephen
K1LNX
On Tue, Feb 16, 2010 at 8:26 PM, Stephen - K1LNX k1lnx@k1lnx.net wrote:
How is the new LiTZ feature implemented? I’ve updated to the latest
code in the repository, but I don’t see any examples in the config
files, unless I looked over it?
I’d like to start experimenting with this, I’ve got a SIP phone hanging
off of my app_rpt box that I would like to make ring in response to a
LiTZ event for example.