Hi All,
I tried to set CF (unconditional) but without any luck.
extensions.conf:
exten => CFU,1,DBput(CFIM/${CALLERIDNUM}=VoiceMailSystem)
exten => CFU,2,Hangup
exten => CF,1,Set(DB(CFIM/${CALLERID(NUM)})=VoiceMailSystem)
exten => CF,2,Hangup
(VoiceMailSystem is a user in my Asterisk)
when calling CFU the console shows:
– Executing DBput(“SIP/6891-081a9ec0”, “CFIM/6891=VoiceMailSystem”) in new stack
– DBput: family=CFIM, key=6891, value=VoiceMailSystem
– Executing Hangup(“SIP/6891-081a9ec0”, “”) in new stack
== Spawn extension (internal, CFU, 2) exited non-zero on ‘SIP/6891-081a9ec0’
when calling CF the console shows:
– Executing Set(“SIP/6891-0819e288”, “DB(CFIM/6891)=VoiceMailSystem”) in new stack
– Executing Hangup(“SIP/6891-0819e288”, “”) in new stack
== Spawn extension (internal, CF, 2) exited non-zero on ‘SIP/6891-0819e288’
X-Lite in both cases shows 603 Declined.
When I try to call the extension to which CFU should be active I still get a ringing tone at this extension.
Any idea?