Our current Asterisk 1.6.2.9 setup includes a CGI auto-dial application  
(written by someone else before me)  which sets up calls by creating files of 
the general form

Channel: SIP/$INSIDE_NUMBER
Context: $CONTEXT
Extension: $OUTSIDE_NUMBER
Priority: 1
CallerId: $INSIDE_NUMBER

in /var/spool/asterisk/outgoing/ .

It works very well.  However, it would be nice to be able to attach an 
additional piece of information along with the call record  There is a 
userfield in the SQL database, which is a VARCHAR(255) and would be plenty 
for what we need.  Is there a way to set the userfield of the CDR database 
from within such a callfile?

-- 
AJS

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to