SetCallerPres Command Gone

Home » Asterisk Users » SetCallerPres Command Gone
Asterisk Users 2 Comments

The AGI debug command worked well, and I found the offending command:

SetCallerPres(allowed)

That worked in Asterisk 13, but from my google searching it looks like this command has disappeared in Asterisk 20 (actually everything after ver 13). I thought it was replaced with CALLERPRES(allowed) but this generated an error too in Asterisk 20.

Is there a replacement command?

—–Original Message—–
From: Eric Wieling [mailto:ewieling@nyigc.com]
Sent: Saturday, July 1, 2023 1:02 AM
To: Asterisk Users Mailing List – Non-Commercial Discussion ; TTT Subject: Re: [asterisk-users] AGI script commands

You have to read stdin to accept the data Asterisk sends when the AGI
starts before you can send any AGI commands to Asterisk. Also, “agi set debug on”.


http://help.nyigc.net/

2 thoughts on - SetCallerPres Command Gone