Displaying 2 results from an estimated 2 matches for "trunktest".
2005 Oct 05
0
Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o memory leak when using call files ?
...Extension: s
Priority: 1
CallerId: 01722270201
MaxRetries: 0
WaitTime: 35
RetryTime: 10
Account: TEST
SetVar: SMID1=TESTT05100514541601
SetVar: SMID2=721
SetVar: SMID3=
SetVar: SMINFO=TESTINFO
SetVar: SMOADC=+491722270201
SetVar: SMADC=+491234567890
SetVar: SMRETRYCNT=3
extensions.conf:
[general]
TRUNKTEST=Zap/r1
[test-dial]
;exten => _TEST.,1,SetCallerPres(prohib)
exten => _TEST.,1,SetCallerPres(allowed)
exten => _TEST.,2,Cut(SMID=EXTEN,:,1)
exten => _TEST.,3,Cut(REALEXTEN=EXTEN,:,2)
exten => _TEST.,4,Dial(${TRUNKTEST}/${REALEXTEN},30,ng)
exten => _TEST.,5,DBPut(DIALTEST/${SMID}/H...
2007 May 15
0
Build error
...f2c): undefined reference to `alarm_init'
bcmxcp.c:(.text+0x1f59): undefined reference to `alarm_set'
bcmxcp.c:(.text+0x20dc): undefined reference to `alarm_commit'
collect2: ld returned 1 exit status
make[1]: *** [hald-addon-bcmxcp_usb] Fel 1
make[1]: Leaving directory `/home/kjell/nut/trunktest/drivers'
make: *** [all-recursive] Fel 1
-----------------------------------------------------------------
Fel 1 = Error 1
What I can see, the alarm_init e.t.c functions is defined in
dstate-hal.h but seems not to be used.
Don't think I want to mess with that code, so any suggestions?
R...