Re: [OpenSIPS-Users] How can I change/set Caller ID to anonymous and alter caller ID

2010-08-29 Thread Sujeev
! On Sun, Aug 29, 2010 at 9:25 PM, IƱaki Baz Castillo i...@aliax.net wrote: 2010/8/29 Sujeev suppo...@meewadaya.com: if ($avp(s:did)) { if(is_present_hf(Remote-Party-ID)) { remove_hf(Remote-Party-ID); } if(is_present_hf(Privacy)) { remove_hf(Privacy); } uac_replace_from($avp

[OpenSIPS-Users] How can I change/set Caller ID to anonymous and alter caller ID

2010-08-28 Thread Sujeev
; if (method==INVITE) { if ($avp(s:hidecli)) { append_hf(anonymous;party=calling;id-type=subscriber;privacy=off;screen=no\r\n); avp_delete($avp(s:hidecli)); }; }; but this doesn't work. Thank you! Sujeev ___ Users mailing list Users

Re: [OpenSIPS-Users] How can I change/set Caller ID to anonymous and alter caller ID

2010-08-28 Thread Sujeev
); } if(is_present_hf(Privacy)) { remove_hf(Privacy); } uac_replace_from($avp(s:did),); avp_delete($avp(s:did)); }; --- Do you think this method is safe? On Sun, Aug 29, 2010 at 10:56 AM, Zahid Mehmood z...@columbia.edu wrote: HI Sujeev, try this in place of your append_hf statement

[OpenSIPS-Users] avp_db_load() fetch multiple attribute at one time

2010-08-23 Thread Sujeev
P.S I followed this http://www.mail-archive.com/us...@openser.org/msg00589.html Thank you, Sujeev ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] SIP UAs Authentication based on a combination of username, password and IP address of the UA

2010-08-11 Thread Sujeev
Hello Bogdan, Thanks again! Everything works fine. Regards, Sujeev On Wed, Aug 11, 2010 at 9:54 PM, Bogdan-Andrei Iancu bog...@voice-system.ro wrote: Hi Sujeev, Sujeev wrote: [...] one more thing could you please tell me how can I add MemCache support for this config. I

[OpenSIPS-Users] SIP UAs Authentication based on a combination of username, password and IP address of the UA

2010-08-05 Thread Sujeev
Password : 10001 I added these info into a DB. When ATA 1 uses IP address 10.2.222.4 ATA can register with my OpenSIPs server. When ATA 1 uses IP address 10.2.222.5 the registration should be failed. Is that possible? if yes please tell me how. Thank you. Sujeev