Displaying 1 result from an estimated 1 matches for "trkd".
Did you mean:
trk
2010 Apr 30
0
Caller ID on Asterisk and Astribank
...complete-2.2.1, libpri-1.4.10.2
ibm X-3200 series, xorcom astribank (16fxo, 8fxs), 16 line telco (hunting)
everything fine until I try to feed my app with caller id.
My extensions.conf :
[incoming1]
exten => s,1,AGI(/var/apps/core/runagi,incoming,${CALLERID(num)})
exten => s,n,QUEUE(${que},trkd)
exten => h,1,Hangup()
here is the log :
-- Starting simple switch on 'DAHDI/15-1'
[Apr 30 11:24:40] ERROR[30895]: callerid.c:562 callerid_feed: No start bit found in fsk data.
[Apr 30 11:24:40] WARNING[30895]: chan_dahdi.c:8712 ss_thread: CallerID feed failed: Success
[Apr 30 11:2...