search for: answeredby

Displaying 2 results from an estimated 2 matches for "answeredby".

Did you mean: answered
2010 Jul 26
1
URgent - capturing 'answered'
...dy have this: $my.query("UPDATE call_log SET endtime = NOW() WHERE id = #{call_log_id}") And i needed to do something like: $my.query("UPDATE call_log SET endtime = NOW(),answeredby= #{$agi.WHOANSWEREDTHEPHONE} WHERE id = #{call_log_id}") And in above example it would write SIP/operator1-e77f into answeredby. Any help is greatly appreciated! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/piperma...
2014 Jan 28
3
[HELP]: Auto-answering calls placed from call files
...I've asked this on the asterisk-dev list, so sorry for cross-posting. So far I'm not sure how to accomplish this without looking at the source code or looking at some other way to get around this issue. I'm trying to have an automated call to an Aastra SIP phone and have the call auto-answeredby the phone. I know that a SIP call placed to the phone can be auto-answered if a certain SIP header is added to the call. I am able to apply the SIP headers manually and get that working (using SIPAddHeader(Alert-Info: info=alert-autoanswer) in the dialplan, but for call files, I don't seem to b...