Displaying 2 results from an estimated 2 matches for "runagi".
Did you mean:
unagi
2010 Apr 30
0
Caller ID on Asterisk and Astribank
...is my configuration :
centos-5, asterisk 1.6.2.1, dahdi-linux-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...
2010 Nov 03
1
Gotoif changed in 1.8?
Hi Gang,
I'm testing 1.8.0 on one of my machines and this snippet
"chokes" on line 7 (works fine with 1.4.30)
[tb-account-balance]
exten => s,1,Set(BALCOUNT=0)
exten => s,n,NoOp(Verbose(acct ${digitacc} pwd ${digitpwd} ))
exten => s,n(runagi),Set(TEST_RETURN="NONE")
exten =>
s,n,AGI(acctbal.agi,${ABA},${digitacc},${digittype},${digitport},${CHANNEL(l
anguage)},${outtype})
exten => s,n,NoOp(Verbose(bal AGI RETURNED ${TEST_RETURN} ))
exten => s,n,Set(BALCOUNT=$[${BALCOUNT} + 1])
exten => s,n,Gotoif($[${BALCOUNT}...