Hi All!
I've been trying to enable to blind forward functinality I did everything as it is writen in the getting started manual.
I have the following record in the database: mysql> select * from ser.usr_preferences where attribute = 'callfwd'; +------+----------+-------------------+-----------+---------------------------+------+---------------------+ | uuid | username | domain | attribute | value | type | modified | +------+----------+-------------------+-----------+---------------------------+------+---------------------+ | | test | scscf.ims.touk.pl | callfwd | sip:tzl@scscf.ims.touk.pl | 0 | 2006-11-27 11:57:55 | +------+----------+-------------------+-----------+---------------------------+------+---------------------+ 1 row in set (0.00 sec)
Whenever i try to call the test@scsct.im.touk.pl i receive the following reply from ser: SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 192.168.0.106:7000;rport=7000;branch=z9hG4bK7F6EAC5A9DD87C21CC2797D4722BBA05
From: tzl sip:tzl@scscf.ims.touk.pl:7000;tag=1499009376
To: sip:test@scscf.ims.touk.pl;tag=9463a2e9cf4445c72e97ac31aeb7f1ed.303b
Call-ID: 4833F4EA-84DA-95F7-5728-DB7036530039@192.168.0.106
CSeq: 111 INVITE
Proxy-Authenticate: Digest realm="scscf.ims.touk.pl", nonce="456aed756ad518cbd0b2e3a59239eaf72552cee2"
Server: Sip EXpress router (0.9.7-pre1 (x86_64/linux))
Content-Length: 0
Warning: 392 scscf.ims.touk.pl:5060 "Noisy feedback tells: pid=20052 req_src_ip=192.168.0.74 req_src_port=5060 in_uri=sip:tzl@scscf.ims.touk.pl out_uri=sip:tzl@scscf.ims.touk.pl via_cnt==2"
In the attachment i placed my ser.cfg file I kindly ask for your help. Bests Tomek