Advertisement
Advertisement
| 07.18.2008 at 08:22AM PDT, ID: 23577139 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: |
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})
|