[Asterisk-Users] Call forwarding
Jeroen Moetwil
darkstar at linuxforge.net
Tue Mar 23 21:31:23 MST 2004
We're are trying to get call forwarding working on our Asterisk
PBX. I've found some examples like this:
exten => _*72.,1,DBput(CFIM/${CALLERIDNUM}=${EXTEN:3})
exten => _*72.,2,Answer
exten => _*72.,3,Wait(1)
exten => _*72.,4,SayDigits(${CALLERIDNUM})
exten => _*72.,5,SayDigits(${EXTEN:3})
exten => _*72.,6,Hangup
However this doesn't seem to work. I read that Asterisk
uses a Berkeley DB1 internally. This should be built into
it with the source? Are there any examples to get this
working correctly?
Thank you,
Jeroen Moetwil
More information about the asterisk-users
mailing list