Can anyone point me to a working how to on state_interface?<br><br>I found this little example: <br><a href="http://www.freepbx.org/v2/ticket/3496">http://www.freepbx.org/v2/ticket/3496</a><br><br>But it didn't work with the backport on v1.4.x, so I have v1.6.2 installed on my test box, and it's still not working. <br>
<br>Are there any special settings that need to be set for this to work? <br><br>queues.conf:<br>[test]<br>ringinuse=no<br>eventmemberstatus=yes<br>eventwhencalled=yes<br>member => Local/1050@internal/n,0,,SIP/1000<br>
<br><br>sip.conf:<br>[1000]<br>type=friend<br>context=phones<br>host=dynamic<br>secret=cAu19lap<br>canreinvite=no<br>allow=all<br>nat=yes<br>expire=120<br>callcounter=5<br><br>extensions.conf:<br>[phones] ; IP SIP Phones, allows them to call local agents.<br>
include => internal<br><br>[internal]<br>exten => 1050,1,Dial(SIP/1000)<br><br><br>Queue always shows the agent has 'Not in Use' ... <br>testbox*CLI> queue show<br>test has 0 calls (max unlimited) in 'ringall' strategy (0s holdtime, 0s talktime), W:0, C:0, A:0, SL:0.0% within 0s<br>
Members: <br> Local/1050@internal/n (Not in use) has taken no calls yet<br> No Callers<br><br>Any ideas?<br><br><br>