<div dir="ltr"><div>Hello,</div><div><br></div><div>This has a bit of a long explanation... ultimately the question is why adding a section to sip.conf made a difference to One Touch Record.<br></div><div><br></div><div>We're implementing a recording toggle using the "Record" button on a SIP telephone and Asterisk's "One Touch Record" feature in features.conf.</div><div><br></div><div>It worked without problem when the calling party pressed the Record button, but it didn't work when the called party pressed the Record button. When the called party pressed the button Asterisk logged "Recording requested, but no One Touch Monitor registered. (See features.conf)", even though it was certainly enabled in features.conf<br></div><div><br></div><div>The destination was called with a dial string like SIP/<a href="http://1111@12.34.56.78:5060">1111@12.34.56.78:5060</a>. Eventually we worked out that adding a section to sip.conf like this allowed it to start working:</div><div><br></div><div>[<a href="http://12.34.56.78:5060">12.34.56.78:5060</a>]</div><div>type = friend</div><div>... etc..</div><div><br></div><div>We already (before it started working) had a section almost identical but without the port in the section name:</div><div>[12.34.56.78]</div><div><div>type = friend</div><div>... etc..</div></div><div><br></div><div>The question is, why did adding the section with the port in the name make a difference? Is it because only Asterisk sip users (of which a friend is one) are allowed to use One Touch Record? If so I don't see this documented anywhere. Note that adding or removing the 'w' or 'W' options to the Dial seems to make no difference at all, and following the addition of the sip.conf section it works without either of these options in the Dial.<br></div><div><br></div><div>Thank you in advance for any insight into this.<br></div><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>David Cunningham, Voisonics Limited<br><a href="http://voisonics.com/" target="_blank">http://voisonics.com/</a><br>USA: +1 213 221 1092<br>New Zealand: +64 (0)28 2558 3782</div></div></div></div></div></div></div></div></div></div></div></div>