From: Nedi <ne...@gm...> - 2007-05-27 19:17:15
|
I try to forward all incoming calls of my internal 13 to my mobile phone if I use followed code in my astlinux extensions.conf I have no success. i dial my internal 13 and 13 rings 13 the call was not forwarded to my mobile. I typed on my softphone *21*and my mobile number if I call normal from 13 to mobile it works ------------------------------------------------------- ; Unconditional Call Forward exten => _*21*X.,1,DBput(CFIM/${CALLERIDNUM}=${EXTEN:4}) exten => _*21*X.,2,Playback(call-fwd-unconditional) exten => _*21*X.,3,Hangup exten => _*22*,1,DBdel(CFIM/${CALLERIDNUM}) exten => _*22*,2,Playback(call-fwd-cancelled) exten => _*22*,3,Hangup ------------------------------ can be i use something wrong or old in my extensions.conf or sip.conf or I must something activate to work with dbput and dgdel or is there another way to realise that with calls forwarding I have in my extensions.conf exten =>13,1,Dial(SIP/13,25,r) exten =>13,n,Answer exten =>13,n,Playback(vm-nobodyavail) exten =>13,n,Voicemail(13) exten =>13,n,Hangup and in my sip [13] type=friend username=13 secret=13 callerid="13" <13> host=dynamic mailbox=13@default dtmfmode=rfc2833 canreinvite=no context=13 regards nedi |