Re: [OpenSIPS-Users] avp_delete() function

2009-12-14 Thread Bogdan-Andrei Iancu
Hi Mouncif, Depends of what do you want to do - remove all avps ? if so, the correct syntax is: avp_delete(*); Regards, Bogdan Mouncif Benniane wrote: is the following valid? avp_delete(*); or should I just do: avp_delete(); I am using opensips 1.6 Cheers!

Re: [OpenSIPS-Users] Register requests

2009-12-14 Thread Bogdan-Andrei Iancu
and what is your question ? :) Regards, Bogdan Darshak Modi wrote: Hi, In log I can see lots[ hundreds ] of register requests coming. Dec 14 05:33:14 localhost /sbin/opensips[5900]: In Register Dec 14 05:33:14 localhost /sbin/opensips[5900]: ACC: transaction answered:

Re: [OpenSIPS-Users] Register requests

2009-12-14 Thread Darshak Modi
It gives error TOO MANY HOPES 483. Is the below log correct? -Original Message- From: users-boun...@lists.opensips.org [mailto:users-boun...@lists.opensips.org] On Behalf Of Bogdan-Andrei Iancu Sent: Monday, December 14, 2009 3:36 PM To: OpenSIPS users mailling list Subject: Re:

[OpenSIPS-Users] question on B2B module

2009-12-14 Thread ha do
Hi all network topology: VOIP Service Provider SIP trunk port 5070Opensips1 --sip trunk port 5060Opensips2Ip phone Media : VOIP Service Provider Opensips1(rtpproxy)Ip phone can i use the B2B module on opensips1 to do topology hiding and use the rtpproxy on

Re: [OpenSIPS-Users] Issue with call routing due to maddr

2009-12-14 Thread Jai Rangi
**snip*** So, I see here 2 issues (bugs): 1) why the A device places in RURI maddr its own IP RURI points to destination, so no info about source should be there. Typically maddr is used in building Contact hdrs. 2) opensips should automatically remove the maddr param when

Re: [OpenSIPS-Users] If statement Syntax issue

2009-12-14 Thread Bogdan-Andrei Iancu
I also tested on 1.6 :) If you get them again, let me know. Regards, Bogdan osiris123d wrote: I am not getting those errors now. I am not sure what changed. I am running OpenSIPS 1.6. I don't know why I got those errors at first. Sorry. Bogdan-Andrei Iancu wrote: Hi, I just

Re: [OpenSIPS-Users] Getting error using Dispatcher module

2009-12-14 Thread Bogdan-Andrei Iancu
Ahmed, could you post again the errors you get from opensips 1.6 when having the dispatcher destination as SIP URIs ? Regards, Bogdan Ahmed Munir wrote: Hi Bogdan, Thanks for you reply. Well as you said about a SIP URI, I've set it, as you told, but no luck, I'm getting same error. The OS

[OpenSIPS-Users] How to send Registration Request to Asterisk via OpenSips

2009-12-14 Thread Ahmed Munir
Hi, Currently I'm working on case i.e. OpenSips and Asterisk, where I'm using OpenSIps as a Proxy server using dispatcher module and dispatcher list contains Asterisk machines IP as destination address. The configuration I've done in opensIps.cfg is listed down below; if

Re: [OpenSIPS-Users] default_q (integer) doesn't seem to work

2009-12-14 Thread osiris123d
All is working. I put in the following modparam(registrar, default_q, 380) And my Bria Counterpath client got a .38 for the Q Value in the location DB. Sorry about that and thanks for the clarification. Bogdan-Andrei Iancu wrote: That is the size of the db field (10 digits with 2 after

Re: [OpenSIPS-Users] number of opensips children

2009-12-14 Thread Jeff Pyle
Stanisław, This is absolutely fantastic information!! A bit more details about my implementation, if for no other purpose than to illustrate to myself I’m not completely insane... All the DB operations involved in routing a call (usrloc, auth, least-cost routing, etc) take place in a mysql

Re: [OpenSIPS-Users] Help with sip trace errors please

2009-12-14 Thread ha do
Hi Bogdan i use the Checked out revision 6439. it is still issue when the sip_trace has content do you have a plan to make enhancement of sip_trace that logs all message without stop/start opensips how to admin opensips without log :(( Thank you Ha` --- On Mon, 12/14/09, Bogdan-Andrei Iancu

Re: [OpenSIPS-Users] Help with sip trace errors please

2009-12-14 Thread Bogdan-Andrei Iancu
Hi Ha, ha do wrote: Hi Bogdan i use the Checked out revision 6439. it is still issue when the sip_trace has content you need to take the new sip_trace file that comes with 6439 - the table format was changed, not the code in opensips. do you have a plan to make enhancement of sip_trace

Re: [OpenSIPS-Users] Dynamic Routing Help

2009-12-14 Thread Saeed Akhtar
thanks. Basically it wasn't going on route 2, which i told it in database. I still dont know why was it happening but still, its working now. Can someone tell me why it was overriding route column given in database? Regards, Saeed Akhtar On Mon, Dec 14, 2009 at 6:09 PM, Bogdan-Andrei Iancu