Re: [OpenSIPS-Users] Database Record

2013-05-08 Thread M.Khaled W Chehab
version: opensips 1.8.2-notls (x86_64/linux)

flags: STATS: Off, EXTRA_DEBUG, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST,
SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT

ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16,
MAX_URI_SIZE 1024, BUF_SIZE 65535

poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.

svnrevision: 2:9954M

@(#) $Id: main.c 9791 2013-02-15 10:15:25Z bogdan_iancu $

main.c compiled on 15:29:28 Apr 18 2013 with gcc 4.4.5

 

From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of dpa
Sent: Wednesday, May 08, 2013 7:48 AM
To: 'OpenSIPS users mailling list'
Subject: Re: [OpenSIPS-Users] Database Record

 

The version of Opensips?

 

From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of M.Khaled W Chehab
Sent: Tuesday, May 07, 2013 4:52 PM
To: 'OpenSIPS users mailling list'
Subject: Re: [OpenSIPS-Users] Database Record

 

Hello,

 

Please can you make it more clear or give me an example  for the function
acc_log_request("Some comment", "Some table");

 

onreply_route[2] {

   

   if (is_method("INVITE") && t_check_status("200") ) {

   

acc_log_request("coonect time ","acc"); ???

  }

 

From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of dpa
Sent: Tuesday, May 07, 2013 1:06 PM
To: 'OpenSIPS users mailling list'
Subject: Re: [OpenSIPS-Users] Database Record

 

Hello

 

Try http://www.opensips.org/html/docs/modules/1.6.x/acc.html#id293991

 

From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of M.Khaled W Chehab
Sent: Tuesday, May 07, 2013 2:01 PM
To: users@lists.opensips.org
Subject: [OpenSIPS-Users] Database Record

 

Dears,

 

I am using acc module and I am inserting two rows for each call (INVITE,BYE)
,

I have a problem such I want to update the  record in acc table before the
calls ends which have a method = INVITE, and now that cant be done now
since opensips 

Does not insert the invite record before the calls ends 

 

How to let the invite  record inserted in database before calls ends

 

 

Please advice 

 

 

Khaled Chehab

Senior NGN Engineer

Description: icucall

Operations Office - Lebanon

Office: +961 1 515155 ext 300

Mobile  : +961 3 045212

E-mail: kche...@icucall.com

MSN ID :khalidche...@hotmail.com 

Skype: k_chehab 

Web Site: http://www.icucall.com

 http://www.allohi.com

 

<>___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Database Record

2013-05-08 Thread dpa
acc_db_request inserts information in a table that you mentioned in second
parameter of the function with some comments mentioned in first parameter.

For example, acc_db_request("some information", "acc").

The function works only in request and failure route. 

If you want put some information in acc table before call hang up then you
should make acc_db_request("some information", "acc") in any request route
where INVITE processed.

 

From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of M.Khaled W Chehab
Sent: Wednesday, May 08, 2013 2:27 PM
To: 'OpenSIPS users mailling list'
Subject: Re: [OpenSIPS-Users] Database Record

 

version: opensips 1.8.2-notls (x86_64/linux)

flags: STATS: Off, EXTRA_DEBUG, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST,
SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT

ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16,
MAX_URI_SIZE 1024, BUF_SIZE 65535

poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.

svnrevision: 2:9954M

@(#) $Id: main.c 9791 2013-02-15 10:15:25Z bogdan_iancu $

main.c compiled on 15:29:28 Apr 18 2013 with gcc 4.4.5

 

From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of dpa
Sent: Wednesday, May 08, 2013 7:48 AM
To: 'OpenSIPS users mailling list'
Subject: Re: [OpenSIPS-Users] Database Record

 

The version of Opensips?

 

From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of M.Khaled W Chehab
Sent: Tuesday, May 07, 2013 4:52 PM
To: 'OpenSIPS users mailling list'
Subject: Re: [OpenSIPS-Users] Database Record

 

Hello,

 

Please can you make it more clear or give me an example  for the function
acc_log_request("Some comment", "Some table");

 

onreply_route[2] {

   

   if (is_method("INVITE") && t_check_status("200") ) {

   

acc_log_request("coonect time ","acc"); ???

  }

 

From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of dpa
Sent: Tuesday, May 07, 2013 1:06 PM
To: 'OpenSIPS users mailling list'
Subject: Re: [OpenSIPS-Users] Database Record

 

Hello

 

Try http://www.opensips.org/html/docs/modules/1.6.x/acc.html#id293991

 

From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of M.Khaled W Chehab
Sent: Tuesday, May 07, 2013 2:01 PM
To: users@lists.opensips.org
Subject: [OpenSIPS-Users] Database Record

 

Dears,

 

I am using acc module and I am inserting two rows for each call (INVITE,BYE)
,

I have a problem such I want to update the  record in acc table before the
calls ends which have a method = INVITE, and now that cant be done now
since opensips 

Does not insert the invite record before the calls ends 

 

How to let the invite  record inserted in database before calls ends

 

 

Please advice 

 

 

Khaled Chehab

Senior NGN Engineer

Description: icucall

Operations Office - Lebanon

Office: +961 1 515155 ext 300

Mobile  : +961 3 045212

E-mail: kche...@icucall.com

MSN ID :khalidche...@hotmail.com 

Skype: k_chehab 

Web Site: http://www.icucall.com

 http://www.allohi.com

 

<>___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] OpenSIPS Control Panel

2013-05-08 Thread Pascal Rocq

Hello,

I intend to use OpenSIPS on a light powered machine and OpenSIPS Control 
Panel on laptop to configure OpenSIPS.

I would like to know if this configuration is possible.
Is it possible to have OCP with PhP, Apache and MySql/PostGres not on 
the same machine as the OpenSIPS machine?


Thanks

BR

Pascal Rocq

--
---
Pascal Rocq - Ing Système (system engineer) ACCS LOC1
Tel.:+33.(0)1.41.28.98.69   Mob:+33.(0)6.30.06.10.42
pascal.r...@c-s.fr

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] [RELEASE] OpenSIPS 1.9.1 & 1.8.3 Minor Stable Releases

2013-05-08 Thread Bogdan-Andrei Iancu

Hi all,

OpenSIPS 1.9.1 & 1.8.3 are minor releases on the 1.9, respective 1.8 
branch - they  bringing even more stable versions, with more fixes - 
crashes, malfunctions and compliance (but no functionality, scripting or 
interfacing were changed).


It is highly recommended to upgrade - both releases are ** now available 
for download on project web site and SF download system.


Many thanks to all people contributing to this release with reports, 
troubleshooting, fixes and patches.


The full Changelogs are available here :
http://opensips.org/pub/opensips/1.9.1/src/ChangeLog
http://opensips.org/pub/opensips/1.8.3/src/ChangeLog

To get the new Releases, see:
http://www.opensips.org/Resources/Downloads

Enjoy,
Bogdan

--
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] [OpenSIPS-Devel] Migrating OpenSIPS to GitHub

2013-05-08 Thread Răzvan Crainea

Hello, all!

As per our initial schedule[2], today we have made the last commits in 
the SourceForge repository. Starting from now, all the users will have 
the commit/write access revoked, and will no longer be able to do any 
changes to the code.


Starting from tomorrow, 9th of May 2013, we will start migrating the 
OpenSIPS sources to a new GitHub repository.


Best regards,

Razvan Crainea
OpenSIPS Core Developer
http://www.opensips-solutions.com

On 04/30/2013 11:38 AM, Răzvan Crainea wrote:

Hi all!

Following the community desires[1] to migrate OpenSIPS repository and
tracker to Github, we have compiled a schedule[2] for the upcoming
weeks. Any changes to it, as well as updates, will be posted in this
thread.

[1] http://www.opensips.org/Community/Polls-GitResult
[2] http://www.opensips.org/About/GitHub-Migration

Best regards,


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] [OpenSIPS-Devel] Migrating OpenSIPS to GitHub

2013-05-08 Thread Nick Khamis
Congratulations on the successful migration.

Best Regards,

Nick.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] [OpenSIPS-Devel] Migrating OpenSIPS to GitHub

2013-05-08 Thread Muhammad Shahzad
Though i don't like git much as a user, perhaps because i am too much
addicted to subversion. But anyways, Congrats!


On Thu, May 9, 2013 at 2:32 AM, Nick Khamis  wrote:

> Congratulations on the successful migration.
>
> Best Regards,
>
> Nick.
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>



-- 
Mit freundlichen Grüßen
Muhammad Shahzad
---
CISCO Rich Media Communication Specialist (CRMCS)
CISCO Certified Network Associate (CCNA)
Cell: +49 176 99 83 10 85
MSN: shari_78...@hotmail.com
Email: shaherya...@googlemail.com
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Detect failed SIP server

2013-05-08 Thread microx
HI Bogdan-Andrei,

Thanks for your answer. However, in my configuration file, I set 
modparam("tm", "fr_timer", 10)
modparam("tm", "fr_timer_avp", "$avp(timeout)")

route {
$avp(timeout) = 32;
!t_relay();
}

A caller still receives 408 request timeout when the caller does not receive
200 OK in 10 seconds (after sending INVITE) rather than 32 seconds. What
should I set to make the caller receive 408 request timeout after 32
seconds? Thanks for your help.

Best regards,
Chen-Che




--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/Detect-failed-SIP-server-tp7585427p7586240.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users