[Asterisk-Users] agi debug - unable to set normal priority

Christian Benke a0305292 at unet.univie.ac.at
Mon Jan 16 06:51:42 MST 2006


Hello!

In my agi-debug i get the following error-message:

AGI Rx << Jan 16 14:45:52 WARNING[18299]: asterisk.c:788 ast_set_priority:
Unable to set normal priority
AGI Tx >> 510 Invalid or unknown command
AGI Rx << SET VARIABLE MODCLI 00434345452

the agi i call is a very simple shellscript that simply removes wrong
charakters:
#!/bin/bash

modcli=`echo $1 | sed -e 's/#//g' -e 's/*//g'`
#echo $modcli

echo "SET VARIABLE MODCLI $modcli"

the script works as expect, sending the modified variable back to asterisk...
anyone knows what this error-message means?

regards
christian



More information about the asterisk-users mailing list