From: Mark P. <g7...@g7...> - 2007-05-29 16:23:12
|
They do say that 13 is an unlucky number ;-} On Sun, 2007-05-27 at 21:16 +0200, Nedi wrote: > 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 > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |