asked on
from-internal-custom]
;1234,1,Playback(demo-congrats) ; extensions can dial 1234
;1234,2,Hangup()
;h,1,Hangup()
;include => custom-recordme ; extensions can also dial 5678
; Stevenh added this to try save call information to files when calls are transferred.
exten => s,n,system(echo "IN#${CALLERID(name)}#${CALLERID(number)}#${UNIQUEID}"> /tmp/panels/cid/${UNIQUEID})
; Stevenh added this to try save call information to files when calls are transferred.
[from-pstn-custom]
exten => s,n,system(echo "IN#${CALLERID(name)}#${CALLERID(number)}#${UNIQUEID}"> /tmp/panels/cid/${UNIQUEID})