[Asterisk-Users] AGI accountcode.
duncan
duncan at impede.net
Sun Aug 3 13:48:26 MST 2003
>I've setup cdr_mysql and am using AGI to authenticate users based on the
>called-from # (callerid), use the AGI perl module. Looking at the info
>stored in the caller detail, I see a field called "accountcode", is it
>possible for me to set this field in AGI? I'd like to tie it to a
>username, that I pull during my SQL authentication, so I can search the
>cdr table based on a username, rather then a source phone number.
using the (excellent) AGI perl modules you would do this:
$AGI->exec('SetAccount', $username);
hope this helps
duncan
More information about the asterisk-users
mailing list