search for: inside_number

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

Did you mean: inode_number
2010 Dec 20
2
Setting `userfield` from within a callfile
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...
2010 Dec 21
1
SOLVED: Re: Setting `userfield` from within a callfile
...0 A J Stiles <asterisk_list at earthshod.co.uk> > > > 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 i...