search for: get_cid

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

Did you mean: set_cid
2007 Jun 18
2
Blind xfer issue -- URGENT!
...houldn't be or a dialplan issue with Asterisk. Any help any of you can provide would be great. If you need more info, please ask. Thanks in advance, Jay --- Relevant dialplan snippets: {Extensions.conf} ; Catch all extensions exten => _X.,1,Set(account=${EXTEN}) exten => _X.,n,AGI(get_cid.php) exten => _X.,n,Set(CALLERID(all)=${cid}<${account}>) exten => _X.,n,Set(context=COM) exten => _X.,n,Set(type=INC) exten => _X.,n,Set(from=${account}) exten => _X.,n,Set(to=COM) exten => _X.,n,AGI(create_filename.php) exten => _X.,n,Set(MONITOR_FILENAME=${filename}) e...
2005 Jul 08
1
Serial port DTMF Caller-ID reciever /w scripts for X100P/X101P/Clones....
...PSTN. You then run a perl script "cid_logger.pl" as a daemon, and modify extensions.conf to call an agi script whenever a call comes in, and if it's on the X100 card it will get the caller id information collected by my cid daemon and return to asterisk in the CALLERID variable. get_cid.pl should be but in asterisk agi-bin directory, and the following modifications should be implemented in extensions.conf: [from-pstn-reghours] exten => s,1,GotoIf($[${FAX_RX} = disabled]?from-pstn-reghours-nofax,s,1:2) exten => s,2,Answer exten => s,3,agi,getcid.pl ;exten => s,...