Re: [OpenSIPS-Users] pjsip - messaging

2011-06-16 Thread Barsan Liviu
Hi Anca,

Indeed the solution is simple, I try it right now.

Thanks,
Liviu




From: Anca-Maria Vamanu 
To: OpenSIPS users mailling list 
Sent: Thu, June 16, 2011 5:53:27 PM
Subject: Re: [OpenSIPS-Users] pjsip - messaging

Hi Liviu,

The simple IM mode (page mode) is supported by any soft SIP client I think ( 
like x-lite, twinke, pidgin, etc.) . As for the opensips config, all you need 
to 
do for a MESSAGE is to do lookup("location") to search for the destination's IP 
and then t_relay() the MESSAGE. The default opensips config works also for IM.

Regards,
Anca Vamanu



On Thu, Jun 16, 2011 at 4:35 PM, Barsan Liviu  wrote:

Hello,
>
>
>We should implement IM client with pjlib, and this SIP client lib knows only 
>Page Mode messaging as stated in RFC 3428.
>Does somebody have a opensips.cfg example for supporting Page Mode messaging? 
>We suppose that Page Mode messaging don't use MSRPRelay...
>
>
>For testing the server side (until we have ready the client) which client can 
>we 
>use? I know SIP Simple SDK, but just for testing would be better an already 
>made 
>client like Blink.
>
>
>Thanks,
>Liviu
>___
>Users mailing list
>Users@lists.opensips.org
>http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] i cant login in...

2011-06-16 Thread Mike Tesliuk
did you enable the xmlrpc on your opensips.cfg ? if you are using fifo you
can change on global file to use fifo




> 2011/6/16 Kevin Disher 
>
>> when i try and log in through the main page or using the password recovery
>> link i get this error
>>
>> sorry -- cannot connect to xmlrpc server
>> 111 - Connection refused
>>
>> p.s. i just made my account but it has been confirmed...
>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] Dialog Ping

2011-06-16 Thread Brett Nemeroff
Hello All,
I had a question regarding the new "dialog ping" feature. Does this just
check if the endpoints involved in a dialog are alive? Or is there anything
dialog specific in the OPTIONs message?

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


[OpenSIPS-Users] i cant login in...

2011-06-16 Thread Kevin Disher
when i try and log in through the main page or using the password recovery
link i get this error

sorry -- cannot connect to xmlrpc server
111 - Connection refused

p.s. i just made my account but it has been confirmed...
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] PUBLISH with empty body

2011-06-16 Thread Anca-Maria Vamanu
Hi Chris,

The error that you see is in fact due to a bug that was introduces somewhere
between opensips 1.6.3 and 1.6.4. That error appears exactly when
constructing the Notify with offline to send to the watchers. Please update
the presence_xml module from svn.

Regards,
Anca Vamanu

On Thu, Jun 16, 2011 at 6:43 PM, Chris Maciejewski  wrote:

> Hi,
>
> I am using OpenSIPs 1.6.4.2 no-tls. When UA sends PUBLISH with empty
> body to remove Event State as per 4.5 RFC 3903 OpenSIPs logs the
> following error:
>
> ERROR:presence_xml:agregate_xmls: while parsing xml body message
> ERROR:presence_xml:pres_agg_nbody: while aggregating body
> ERROR:presence:get_p_notify_body: Failed to aggregate notify body
>
> next watchers receive NOTIFY with the "old" presence document and
> finally the presence document is removed from presentity table.
>
> Please see PDF for more details:
> http://dl.dropbox.com/u/3182365/OpenSIPsPublishRemoval.pdf
>
> I am not sure what the correct behaviour should be, but surely
> watchers needs to be notified somehow the presence state has been
> removed?
>
> Regards,
> Chris
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Registrant module invite auth

2011-06-16 Thread Ovidiu Sas
Use the uac module to authenticate INVITEs:
http://www.opensips.org/html/docs/modules/devel/uac.html#id292889

Because the CSeq will be the same, the end point may or may not like it.
Your mileage may vary.


Regards,
Ovidiu Sas

On Thu, Jun 16, 2011 at 12:37 PM, Chris Martineau
 wrote:
> Hi,
>
> Registrant module working however the destination is also requiring 
> authentication on invites is this possible?
>
> Regards
>
> Chris
>
> -Original Message-
> From: users-boun...@lists.opensips.org 
> [mailto:users-boun...@lists.opensips.org] On Behalf Of Chris Martineau
> Sent: 16 June 2011 14:56
> To: OpenSIPS users mailling list
> Subject: Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7
>
> Ok thanks,
>
> How stable is 1.7 as I will need to put this into a live high traffic 
> environment.
>
> Regards
>
> Chris
>
> -Original Message-
> From: users-boun...@lists.opensips.org 
> [mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
> Sent: 16 June 2011 14:25
> To: OpenSIPS users mailling list
> Subject: Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7
>
> Actually, there are some dependencies on new development on trunk and
> therefor it will not work on the 1.6 branch.
> Sorry for the false lead.
> You will need to perform a full trunk install in order to get the
> registrant functionality.
>
> Regards,
> Ovidiu Sas
>
> On Thu, Jun 16, 2011 at 9:15 AM, Chris Martineau  
> wrote:
>> Hi,
>>
>> Tried this but the the make install stops with Error 2 when it tries to 
>> compile this module. All permissions are fine on the files.
>>
>> Anything I need to change for it to compile this correctly?
>>
>> Many thanks
>>
>> Chris
>>
>> -Original Message-
>> From: users-boun...@lists.opensips.org 
>> [mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
>> Sent: 16 June 2011 13:06
>> To: OpenSIPS users mailling list
>> Subject: Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7
>>
>> Add the registrant directory to your 1.6 source code and
>> install/upgrade from there along with all the other modules in order
>> to maintain compatibility between modules and core.
>>
>> Regards,
>> Ovidiu Sas
>>
>> On Thu, Jun 16, 2011 at 7:51 AM, Chris Martineau  
>> wrote:
>>> Hi Vlad,
>>>
>>> Thanks for your help on this.
>>>
>>> Just a quick question. I only need the registrant module from 1.7 can I
>>> just compile this and copy the .so files over to my 1.6 installation?
>>>
>>> Many thanks again
>>>
>>> Chris
>>>
>>> -Original Message-
>>> From: users-boun...@lists.opensips.org
>>> [mailto:users-boun...@lists.opensips.org] On Behalf Of Vlad Paiu
>>> Sent: 16 June 2011 10:57
>>> To: users@lists.opensips.org
>>> Subject: Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7
>>>
>>> Hello,
>>>
>>> OpenSIPS 1.7 has not been officially released yet :)
>>> If you mean you have upgraded everything from trunk, please check [1].
>>> Briefly, the flag was removed, and to maintain functionality you have to
>>>
>>> call create_dialog() with a "B" parameter, like this :
>>>     create_dialog("B");
>>>
>>> [1] http://www.opensips.org/html/docs/modules/devel/dialog.html#id298503
>>>
>>>
>>> Regards,
>>>
>>> --
>>> Vlad Paiu
>>> OpenSIPS Developer
>>>
>>>
>>>
>>>
>>> On 06/16/2011 12:13 PM, Chris Martineau wrote:
 Hi,

 I have just upgraded to 1.7 and notice that the bye on timeout flag is
 no longer present in the dialog module even though the revision and
>>> date
 seems to be the same?

 Also I notice a number of functions in the nathelper module have been
 moved to a new rtpproxy module. Are there any allowances I need to
>>> make
 in my existing config file apart from adding the new module?

 Many thanks

 Chris


 -Original Message-
 From: users-boun...@lists.opensips.org
 [mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
 Sent: 15 June 2011 13:04
 To: OpenSIPS users mailling list
 Subject: Re: [OpenSIPS-Users] opensips registering with gateway

 Check out the new registrant module:
 http://www.opensips.org/html/docs/modules/devel/registrant.html


 Regards,
 Ovidiu Sas

 On Wed, Jun 15, 2011 at 7:31 AM, Chris Martineau
   wrote:

> Hi,
>
>
>
> I have seen some trails indicating that you can use sipsak to
>>> generate
> registers for opensips but if I need to generate theses registers
>>> from
>
 the

> same port for it to be valid how can I prevent opensips responding to
>
 the

> returned messages?
>
>
>
> Is there another way of doing this? Thought I read somewhere that
>>> this
>
 was

> now incorporated into opensips as a module but can't find the blog
>
 trail

> again.
>
>
>
> The problem I have is the gateway provider can do ip authentication
>
 but only

> for 1 account. I 

[OpenSIPS-Users] Registrant module invite auth

2011-06-16 Thread Chris Martineau
Hi,

Registrant module working however the destination is also requiring 
authentication on invites is this possible?

Regards

Chris

-Original Message-
From: users-boun...@lists.opensips.org 
[mailto:users-boun...@lists.opensips.org] On Behalf Of Chris Martineau
Sent: 16 June 2011 14:56
To: OpenSIPS users mailling list
Subject: Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7

Ok thanks,

How stable is 1.7 as I will need to put this into a live high traffic 
environment.

Regards

Chris

-Original Message-
From: users-boun...@lists.opensips.org 
[mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
Sent: 16 June 2011 14:25
To: OpenSIPS users mailling list
Subject: Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7

Actually, there are some dependencies on new development on trunk and
therefor it will not work on the 1.6 branch.
Sorry for the false lead.
You will need to perform a full trunk install in order to get the
registrant functionality.

Regards,
Ovidiu Sas

On Thu, Jun 16, 2011 at 9:15 AM, Chris Martineau  wrote:
> Hi,
>
> Tried this but the the make install stops with Error 2 when it tries to 
> compile this module. All permissions are fine on the files.
>
> Anything I need to change for it to compile this correctly?
>
> Many thanks
>
> Chris
>
> -Original Message-
> From: users-boun...@lists.opensips.org 
> [mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
> Sent: 16 June 2011 13:06
> To: OpenSIPS users mailling list
> Subject: Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7
>
> Add the registrant directory to your 1.6 source code and
> install/upgrade from there along with all the other modules in order
> to maintain compatibility between modules and core.
>
> Regards,
> Ovidiu Sas
>
> On Thu, Jun 16, 2011 at 7:51 AM, Chris Martineau  
> wrote:
>> Hi Vlad,
>>
>> Thanks for your help on this.
>>
>> Just a quick question. I only need the registrant module from 1.7 can I
>> just compile this and copy the .so files over to my 1.6 installation?
>>
>> Many thanks again
>>
>> Chris
>>
>> -Original Message-
>> From: users-boun...@lists.opensips.org
>> [mailto:users-boun...@lists.opensips.org] On Behalf Of Vlad Paiu
>> Sent: 16 June 2011 10:57
>> To: users@lists.opensips.org
>> Subject: Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7
>>
>> Hello,
>>
>> OpenSIPS 1.7 has not been officially released yet :)
>> If you mean you have upgraded everything from trunk, please check [1].
>> Briefly, the flag was removed, and to maintain functionality you have to
>>
>> call create_dialog() with a "B" parameter, like this :
>>     create_dialog("B");
>>
>> [1] http://www.opensips.org/html/docs/modules/devel/dialog.html#id298503
>>
>>
>> Regards,
>>
>> --
>> Vlad Paiu
>> OpenSIPS Developer
>>
>>
>>
>>
>> On 06/16/2011 12:13 PM, Chris Martineau wrote:
>>> Hi,
>>>
>>> I have just upgraded to 1.7 and notice that the bye on timeout flag is
>>> no longer present in the dialog module even though the revision and
>> date
>>> seems to be the same?
>>>
>>> Also I notice a number of functions in the nathelper module have been
>>> moved to a new rtpproxy module. Are there any allowances I need to
>> make
>>> in my existing config file apart from adding the new module?
>>>
>>> Many thanks
>>>
>>> Chris
>>>
>>>
>>> -Original Message-
>>> From: users-boun...@lists.opensips.org
>>> [mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
>>> Sent: 15 June 2011 13:04
>>> To: OpenSIPS users mailling list
>>> Subject: Re: [OpenSIPS-Users] opensips registering with gateway
>>>
>>> Check out the new registrant module:
>>> http://www.opensips.org/html/docs/modules/devel/registrant.html
>>>
>>>
>>> Regards,
>>> Ovidiu Sas
>>>
>>> On Wed, Jun 15, 2011 at 7:31 AM, Chris Martineau
>>>   wrote:
>>>
 Hi,



 I have seen some trails indicating that you can use sipsak to
>> generate
 registers for opensips but if I need to generate theses registers
>> from

>>> the
>>>
 same port for it to be valid how can I prevent opensips responding to

>>> the
>>>
 returned messages?



 Is there another way of doing this? Thought I read somewhere that
>> this

>>> was
>>>
 now incorporated into opensips as a module but can't find the blog

>>> trail
>>>
 again.



 The problem I have is the gateway provider can do ip authentication

>>> but only
>>>
 for 1 account. I have multiple accounts so the only way is for

>>> opensips to
>>>
 register or for it to send/forward all traffic for that account from
>> a
 specific ip address different than the main one. Can this be done?



 Many thanks





 Chris



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



>>> 

[OpenSIPS-Users] PUBLISH with empty body

2011-06-16 Thread Chris Maciejewski
Hi,

I am using OpenSIPs 1.6.4.2 no-tls. When UA sends PUBLISH with empty
body to remove Event State as per 4.5 RFC 3903 OpenSIPs logs the
following error:

ERROR:presence_xml:agregate_xmls: while parsing xml body message
ERROR:presence_xml:pres_agg_nbody: while aggregating body
ERROR:presence:get_p_notify_body: Failed to aggregate notify body

next watchers receive NOTIFY with the "old" presence document and
finally the presence document is removed from presentity table.

Please see PDF for more details:
http://dl.dropbox.com/u/3182365/OpenSIPsPublishRemoval.pdf

I am not sure what the correct behaviour should be, but surely
watchers needs to be notified somehow the presence state has been
removed?

Regards,
Chris

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


[OpenSIPS-Users] New CDRTool release 8.1.2

2011-06-16 Thread Adrian Georgescu
Hello,

There is a new release of CDRTool with critical bug fixes in the rating engine.

cdrtool (8.1.2) unstable; urgency=low

  * Fixed prepaid engine bug that appeared under certain load conditions
  * Fixed inclusion of missing patches for PHP 5.3.3 compatibility
  * Fixed detection of reseller id for trusted peers
  * Fixed rate calculation when minimum charge duration is set

For how to upgrade your installation see:

http://cdrtool.ag-projects.com/wiki/Install

Regards,
Adrian

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


Re: [OpenSIPS-Users] pjsip - messaging

2011-06-16 Thread Adrian Georgescu
Page mode is implemented as SIP signaling with a method called MESSAGE. You 
only need in OpenSIPS to configure the routing of the MESSAGE method. You do 
not MSRP Relay which is meant for another media type.

Adrian

On Jun 16, 2011, at 3:35 PM, Barsan Liviu wrote:

> Hello,
> 
> We should implement IM client with pjlib, and this SIP client lib knows only 
> Page Mode messaging as stated in RFC 3428.
> Does somebody have a opensips.cfg example for supporting Page Mode messaging? 
> We suppose that Page Mode messaging don't use MSRPRelay...
> 
> For testing the server side (until we have ready the client) which client can 
> we use? I know SIP Simple SDK, but just for testing would be better an 
> already made client like Blink.
> 
> Thanks,
> Liviu
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users

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


Re: [OpenSIPS-Users] pjsip - messaging

2011-06-16 Thread Anca-Maria Vamanu
Hi Liviu,

The simple IM mode (page mode) is supported by any soft SIP client I think (
like x-lite, twinke, pidgin, etc.) . As for the opensips config, all you
need to do for a MESSAGE is to do lookup("location") to search for the
destination's IP and then t_relay() the MESSAGE. The default opensips config
works also for IM.

Regards,
Anca Vamanu


On Thu, Jun 16, 2011 at 4:35 PM, Barsan Liviu  wrote:

> Hello,
>
> We should implement IM client with pjlib, and this SIP client lib knows
> only Page Mode messaging as stated in RFC 3428.
> Does somebody have a opensips.cfg example for supporting Page Mode
> messaging?
> We suppose that Page Mode messaging don't use MSRPRelay...
>
> For testing the server side (until we have ready the client) which client
> can we use? I know SIP Simple SDK, but just for testing would be better an
> already made client like Blink.
>
> Thanks,
> Liviu
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7

2011-06-16 Thread Chris Martineau
Ok thanks,

How stable is 1.7 as I will need to put this into a live high traffic 
environment.

Regards

Chris

-Original Message-
From: users-boun...@lists.opensips.org 
[mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
Sent: 16 June 2011 14:25
To: OpenSIPS users mailling list
Subject: Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7

Actually, there are some dependencies on new development on trunk and
therefor it will not work on the 1.6 branch.
Sorry for the false lead.
You will need to perform a full trunk install in order to get the
registrant functionality.

Regards,
Ovidiu Sas

On Thu, Jun 16, 2011 at 9:15 AM, Chris Martineau  wrote:
> Hi,
>
> Tried this but the the make install stops with Error 2 when it tries to 
> compile this module. All permissions are fine on the files.
>
> Anything I need to change for it to compile this correctly?
>
> Many thanks
>
> Chris
>
> -Original Message-
> From: users-boun...@lists.opensips.org 
> [mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
> Sent: 16 June 2011 13:06
> To: OpenSIPS users mailling list
> Subject: Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7
>
> Add the registrant directory to your 1.6 source code and
> install/upgrade from there along with all the other modules in order
> to maintain compatibility between modules and core.
>
> Regards,
> Ovidiu Sas
>
> On Thu, Jun 16, 2011 at 7:51 AM, Chris Martineau  
> wrote:
>> Hi Vlad,
>>
>> Thanks for your help on this.
>>
>> Just a quick question. I only need the registrant module from 1.7 can I
>> just compile this and copy the .so files over to my 1.6 installation?
>>
>> Many thanks again
>>
>> Chris
>>
>> -Original Message-
>> From: users-boun...@lists.opensips.org
>> [mailto:users-boun...@lists.opensips.org] On Behalf Of Vlad Paiu
>> Sent: 16 June 2011 10:57
>> To: users@lists.opensips.org
>> Subject: Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7
>>
>> Hello,
>>
>> OpenSIPS 1.7 has not been officially released yet :)
>> If you mean you have upgraded everything from trunk, please check [1].
>> Briefly, the flag was removed, and to maintain functionality you have to
>>
>> call create_dialog() with a "B" parameter, like this :
>>     create_dialog("B");
>>
>> [1] http://www.opensips.org/html/docs/modules/devel/dialog.html#id298503
>>
>>
>> Regards,
>>
>> --
>> Vlad Paiu
>> OpenSIPS Developer
>>
>>
>>
>>
>> On 06/16/2011 12:13 PM, Chris Martineau wrote:
>>> Hi,
>>>
>>> I have just upgraded to 1.7 and notice that the bye on timeout flag is
>>> no longer present in the dialog module even though the revision and
>> date
>>> seems to be the same?
>>>
>>> Also I notice a number of functions in the nathelper module have been
>>> moved to a new rtpproxy module. Are there any allowances I need to
>> make
>>> in my existing config file apart from adding the new module?
>>>
>>> Many thanks
>>>
>>> Chris
>>>
>>>
>>> -Original Message-
>>> From: users-boun...@lists.opensips.org
>>> [mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
>>> Sent: 15 June 2011 13:04
>>> To: OpenSIPS users mailling list
>>> Subject: Re: [OpenSIPS-Users] opensips registering with gateway
>>>
>>> Check out the new registrant module:
>>> http://www.opensips.org/html/docs/modules/devel/registrant.html
>>>
>>>
>>> Regards,
>>> Ovidiu Sas
>>>
>>> On Wed, Jun 15, 2011 at 7:31 AM, Chris Martineau
>>>   wrote:
>>>
 Hi,



 I have seen some trails indicating that you can use sipsak to
>> generate
 registers for opensips but if I need to generate theses registers
>> from

>>> the
>>>
 same port for it to be valid how can I prevent opensips responding to

>>> the
>>>
 returned messages?



 Is there another way of doing this? Thought I read somewhere that
>> this

>>> was
>>>
 now incorporated into opensips as a module but can't find the blog

>>> trail
>>>
 again.



 The problem I have is the gateway provider can do ip authentication

>>> but only
>>>
 for 1 account. I have multiple accounts so the only way is for

>>> opensips to
>>>
 register or for it to send/forward all traffic for that account from
>> a
 specific ip address different than the main one. Can this be done?



 Many thanks





 Chris



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



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

[OpenSIPS-Users] pjsip - messaging

2011-06-16 Thread Barsan Liviu
Hello,

We should implement IM client with pjlib, and this SIP client lib knows only 
Page Mode messaging as stated in RFC 3428.
Does somebody have a opensips.cfg example for supporting Page Mode messaging? 
We suppose that Page Mode messaging don't use MSRPRelay...

For testing the server side (until we have ready the client) which client can 
we 
use? I know SIP Simple SDK, but just for testing would be better an already 
made 
client like Blink.

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


Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7

2011-06-16 Thread Ovidiu Sas
Actually, there are some dependencies on new development on trunk and
therefor it will not work on the 1.6 branch.
Sorry for the false lead.
You will need to perform a full trunk install in order to get the
registrant functionality.

Regards,
Ovidiu Sas

On Thu, Jun 16, 2011 at 9:15 AM, Chris Martineau  wrote:
> Hi,
>
> Tried this but the the make install stops with Error 2 when it tries to 
> compile this module. All permissions are fine on the files.
>
> Anything I need to change for it to compile this correctly?
>
> Many thanks
>
> Chris
>
> -Original Message-
> From: users-boun...@lists.opensips.org 
> [mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
> Sent: 16 June 2011 13:06
> To: OpenSIPS users mailling list
> Subject: Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7
>
> Add the registrant directory to your 1.6 source code and
> install/upgrade from there along with all the other modules in order
> to maintain compatibility between modules and core.
>
> Regards,
> Ovidiu Sas
>
> On Thu, Jun 16, 2011 at 7:51 AM, Chris Martineau  
> wrote:
>> Hi Vlad,
>>
>> Thanks for your help on this.
>>
>> Just a quick question. I only need the registrant module from 1.7 can I
>> just compile this and copy the .so files over to my 1.6 installation?
>>
>> Many thanks again
>>
>> Chris
>>
>> -Original Message-
>> From: users-boun...@lists.opensips.org
>> [mailto:users-boun...@lists.opensips.org] On Behalf Of Vlad Paiu
>> Sent: 16 June 2011 10:57
>> To: users@lists.opensips.org
>> Subject: Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7
>>
>> Hello,
>>
>> OpenSIPS 1.7 has not been officially released yet :)
>> If you mean you have upgraded everything from trunk, please check [1].
>> Briefly, the flag was removed, and to maintain functionality you have to
>>
>> call create_dialog() with a "B" parameter, like this :
>>     create_dialog("B");
>>
>> [1] http://www.opensips.org/html/docs/modules/devel/dialog.html#id298503
>>
>>
>> Regards,
>>
>> --
>> Vlad Paiu
>> OpenSIPS Developer
>>
>>
>>
>>
>> On 06/16/2011 12:13 PM, Chris Martineau wrote:
>>> Hi,
>>>
>>> I have just upgraded to 1.7 and notice that the bye on timeout flag is
>>> no longer present in the dialog module even though the revision and
>> date
>>> seems to be the same?
>>>
>>> Also I notice a number of functions in the nathelper module have been
>>> moved to a new rtpproxy module. Are there any allowances I need to
>> make
>>> in my existing config file apart from adding the new module?
>>>
>>> Many thanks
>>>
>>> Chris
>>>
>>>
>>> -Original Message-
>>> From: users-boun...@lists.opensips.org
>>> [mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
>>> Sent: 15 June 2011 13:04
>>> To: OpenSIPS users mailling list
>>> Subject: Re: [OpenSIPS-Users] opensips registering with gateway
>>>
>>> Check out the new registrant module:
>>> http://www.opensips.org/html/docs/modules/devel/registrant.html
>>>
>>>
>>> Regards,
>>> Ovidiu Sas
>>>
>>> On Wed, Jun 15, 2011 at 7:31 AM, Chris Martineau
>>>   wrote:
>>>
 Hi,



 I have seen some trails indicating that you can use sipsak to
>> generate
 registers for opensips but if I need to generate theses registers
>> from

>>> the
>>>
 same port for it to be valid how can I prevent opensips responding to

>>> the
>>>
 returned messages?



 Is there another way of doing this? Thought I read somewhere that
>> this

>>> was
>>>
 now incorporated into opensips as a module but can't find the blog

>>> trail
>>>
 again.



 The problem I have is the gateway provider can do ip authentication

>>> but only
>>>
 for 1 account. I have multiple accounts so the only way is for

>>> opensips to
>>>
 register or for it to send/forward all traffic for that account from
>> a
 specific ip address different than the main one. Can this be done?



 Many thanks





 Chris



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



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

Re: [OpenSIPS-Users] moh or in dialog media insertion with opensips as sip proxy

2011-06-16 Thread Ovidiu Sas
Rtpproxy is able to play an audio file to one of the participants in the call:
http://www.rtpproxy.org/wiki/RTPproxy/Protocol#Startmediaplayback

Check out the following opensips functions to start/stop streaming to a UAC:
http://www.opensips.org/html/docs/modules/devel/rtpproxy.html#rtpproxy_stream2xxx
http://www.opensips.org/html/docs/modules/devel/rtpproxy.html#rtpproxy_stop_stream2xxx


Regards,
Ovidiu Sas

On Thu, Jun 16, 2011 at 8:11 AM, Dani Popa  wrote:
> Hi all,
>
> I looked on the internet for MOH with opensips as sip proxy(not b2b) and
> other media servers (sems,asterisk,etc). The answers on internet was that is
> not possible because SIP implementation and because sems,asterisk are full
> implemented sip servers(invite from opensips to media server for "on hold"
> with to-tag and from-tag will be recognized as reinvite without initial
> invite). Anyone managed to implement the MOH with Opensips as SIP proxy ?
>
> Also for features like "in call recharge", when the customer go to low
> credit, i want to announce him that is get low credit, and that he can
> recharge pressing some confirmation digits. For this features i don't have
> any solution how can i implement it . Can someone give me a hint ?
>
>
>
> Thanks,
> Dani
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>

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


Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7

2011-06-16 Thread Chris Martineau
Hi,

Tried this but the the make install stops with Error 2 when it tries to compile 
this module. All permissions are fine on the files.

Anything I need to change for it to compile this correctly?

Many thanks

Chris

-Original Message-
From: users-boun...@lists.opensips.org 
[mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
Sent: 16 June 2011 13:06
To: OpenSIPS users mailling list
Subject: Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7

Add the registrant directory to your 1.6 source code and
install/upgrade from there along with all the other modules in order
to maintain compatibility between modules and core.

Regards,
Ovidiu Sas

On Thu, Jun 16, 2011 at 7:51 AM, Chris Martineau  wrote:
> Hi Vlad,
>
> Thanks for your help on this.
>
> Just a quick question. I only need the registrant module from 1.7 can I
> just compile this and copy the .so files over to my 1.6 installation?
>
> Many thanks again
>
> Chris
>
> -Original Message-
> From: users-boun...@lists.opensips.org
> [mailto:users-boun...@lists.opensips.org] On Behalf Of Vlad Paiu
> Sent: 16 June 2011 10:57
> To: users@lists.opensips.org
> Subject: Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7
>
> Hello,
>
> OpenSIPS 1.7 has not been officially released yet :)
> If you mean you have upgraded everything from trunk, please check [1].
> Briefly, the flag was removed, and to maintain functionality you have to
>
> call create_dialog() with a "B" parameter, like this :
>     create_dialog("B");
>
> [1] http://www.opensips.org/html/docs/modules/devel/dialog.html#id298503
>
>
> Regards,
>
> --
> Vlad Paiu
> OpenSIPS Developer
>
>
>
>
> On 06/16/2011 12:13 PM, Chris Martineau wrote:
>> Hi,
>>
>> I have just upgraded to 1.7 and notice that the bye on timeout flag is
>> no longer present in the dialog module even though the revision and
> date
>> seems to be the same?
>>
>> Also I notice a number of functions in the nathelper module have been
>> moved to a new rtpproxy module. Are there any allowances I need to
> make
>> in my existing config file apart from adding the new module?
>>
>> Many thanks
>>
>> Chris
>>
>>
>> -Original Message-
>> From: users-boun...@lists.opensips.org
>> [mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
>> Sent: 15 June 2011 13:04
>> To: OpenSIPS users mailling list
>> Subject: Re: [OpenSIPS-Users] opensips registering with gateway
>>
>> Check out the new registrant module:
>> http://www.opensips.org/html/docs/modules/devel/registrant.html
>>
>>
>> Regards,
>> Ovidiu Sas
>>
>> On Wed, Jun 15, 2011 at 7:31 AM, Chris Martineau
>>   wrote:
>>
>>> Hi,
>>>
>>>
>>>
>>> I have seen some trails indicating that you can use sipsak to
> generate
>>> registers for opensips but if I need to generate theses registers
> from
>>>
>> the
>>
>>> same port for it to be valid how can I prevent opensips responding to
>>>
>> the
>>
>>> returned messages?
>>>
>>>
>>>
>>> Is there another way of doing this? Thought I read somewhere that
> this
>>>
>> was
>>
>>> now incorporated into opensips as a module but can't find the blog
>>>
>> trail
>>
>>> again.
>>>
>>>
>>>
>>> The problem I have is the gateway provider can do ip authentication
>>>
>> but only
>>
>>> for 1 account. I have multiple accounts so the only way is for
>>>
>> opensips to
>>
>>> register or for it to send/forward all traffic for that account from
> a
>>> specific ip address different than the main one. Can this be done?
>>>
>>>
>>>
>>> Many thanks
>>>
>>>
>>>
>>>
>>>
>>> Chris
>>>
>>>
>>>
>>> ___
>>> Users mailing list
>>> Users@lists.opensips.org
>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>
>>>
>>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>

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

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


Re: [OpenSIPS-Users] moh or in dialog media insertion with opensips as sip proxy

2011-06-16 Thread Dani Popa

Hi,

I thought so, but I needed confirmation.


Thanks Adrian,
Dani


On 06/16/11 15:46, Adrian Georgescu wrote:

You cannot do this reliably unless you insert a B2BUA in the call flow.

Adrian

On Jun 16, 2011, at 2:11 PM, Dani Popa wrote:


Hi all,

I looked on the internet for MOH with opensips as sip proxy(not b2b) and other media 
servers (sems,asterisk,etc). The answers on internet was that is not possible because SIP 
implementation and because sems,asterisk are full implemented sip servers(invite from 
opensips to media server for "on hold" with to-tag and from-tag will be 
recognized as reinvite without initial invite). Anyone managed to implement the MOH with 
Opensips as SIP proxy ?

Also for features like "in call recharge", when the customer go to low credit, 
i want to announce him that is get low credit, and that he can recharge pressing some 
confirmation digits. For this features i don't have any solution how can i implement it . 
Can someone give me a hint ?



Thanks,
Dani

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



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



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


[OpenSIPS-Users] drouting - dr_reload (performance)

2011-06-16 Thread Max Mühlbronner

Hello,



Opensips seems to not route my requests while reloading the drouting 
rules from Database. Probably the DB operations are blocking the 
remaining operations?


Any idea if this is normal behavior, or misconfiguration on my side? 
Does anyone know a solution for reloading while still receiving traffic, 
so if the rules become quite big it will not take the service down while 
reloading via mi (fifo dr_reload / webinterface..)?



Best Regards

Max M.


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


Re: [OpenSIPS-Users] moh or in dialog media insertion with opensips as sip proxy

2011-06-16 Thread Adrian Georgescu
You cannot do this reliably unless you insert a B2BUA in the call flow.

Adrian

On Jun 16, 2011, at 2:11 PM, Dani Popa wrote:

> Hi all,
> 
> I looked on the internet for MOH with opensips as sip proxy(not b2b) and 
> other media servers (sems,asterisk,etc). The answers on internet was that is 
> not possible because SIP implementation and because sems,asterisk are full 
> implemented sip servers(invite from opensips to media server for "on hold" 
> with to-tag and from-tag will be recognized as reinvite without initial 
> invite). Anyone managed to implement the MOH with Opensips as SIP proxy ?
> 
> Also for features like "in call recharge", when the customer go to low 
> credit, i want to announce him that is get low credit, and that he can 
> recharge pressing some confirmation digits. For this features i don't have 
> any solution how can i implement it . Can someone give me a hint ?
> 
> 
> 
> Thanks,
> Dani
> 
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
> 


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


[OpenSIPS-Users] moh or in dialog media insertion with opensips as sip proxy

2011-06-16 Thread Dani Popa

Hi all,

I looked on the internet for MOH with opensips as sip proxy(not b2b) and 
other media servers (sems,asterisk,etc). The answers on internet was 
that is not possible because SIP implementation and because 
sems,asterisk are full implemented sip servers(invite from opensips to 
media server for "on hold" with to-tag and from-tag will be recognized 
as reinvite without initial invite). Anyone managed to implement the MOH 
with Opensips as SIP proxy ?


Also for features like "in call recharge", when the customer go to low 
credit, i want to announce him that is get low credit, and that he can 
recharge pressing some confirmation digits. For this features i don't 
have any solution how can i implement it . Can someone give me a hint ?




Thanks,
Dani

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


Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7

2011-06-16 Thread Ovidiu Sas
Add the registrant directory to your 1.6 source code and
install/upgrade from there along with all the other modules in order
to maintain compatibility between modules and core.

Regards,
Ovidiu Sas

On Thu, Jun 16, 2011 at 7:51 AM, Chris Martineau  wrote:
> Hi Vlad,
>
> Thanks for your help on this.
>
> Just a quick question. I only need the registrant module from 1.7 can I
> just compile this and copy the .so files over to my 1.6 installation?
>
> Many thanks again
>
> Chris
>
> -Original Message-
> From: users-boun...@lists.opensips.org
> [mailto:users-boun...@lists.opensips.org] On Behalf Of Vlad Paiu
> Sent: 16 June 2011 10:57
> To: users@lists.opensips.org
> Subject: Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7
>
> Hello,
>
> OpenSIPS 1.7 has not been officially released yet :)
> If you mean you have upgraded everything from trunk, please check [1].
> Briefly, the flag was removed, and to maintain functionality you have to
>
> call create_dialog() with a "B" parameter, like this :
>     create_dialog("B");
>
> [1] http://www.opensips.org/html/docs/modules/devel/dialog.html#id298503
>
>
> Regards,
>
> --
> Vlad Paiu
> OpenSIPS Developer
>
>
>
>
> On 06/16/2011 12:13 PM, Chris Martineau wrote:
>> Hi,
>>
>> I have just upgraded to 1.7 and notice that the bye on timeout flag is
>> no longer present in the dialog module even though the revision and
> date
>> seems to be the same?
>>
>> Also I notice a number of functions in the nathelper module have been
>> moved to a new rtpproxy module. Are there any allowances I need to
> make
>> in my existing config file apart from adding the new module?
>>
>> Many thanks
>>
>> Chris
>>
>>
>> -Original Message-
>> From: users-boun...@lists.opensips.org
>> [mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
>> Sent: 15 June 2011 13:04
>> To: OpenSIPS users mailling list
>> Subject: Re: [OpenSIPS-Users] opensips registering with gateway
>>
>> Check out the new registrant module:
>> http://www.opensips.org/html/docs/modules/devel/registrant.html
>>
>>
>> Regards,
>> Ovidiu Sas
>>
>> On Wed, Jun 15, 2011 at 7:31 AM, Chris Martineau
>>   wrote:
>>
>>> Hi,
>>>
>>>
>>>
>>> I have seen some trails indicating that you can use sipsak to
> generate
>>> registers for opensips but if I need to generate theses registers
> from
>>>
>> the
>>
>>> same port for it to be valid how can I prevent opensips responding to
>>>
>> the
>>
>>> returned messages?
>>>
>>>
>>>
>>> Is there another way of doing this? Thought I read somewhere that
> this
>>>
>> was
>>
>>> now incorporated into opensips as a module but can't find the blog
>>>
>> trail
>>
>>> again.
>>>
>>>
>>>
>>> The problem I have is the gateway provider can do ip authentication
>>>
>> but only
>>
>>> for 1 account. I have multiple accounts so the only way is for
>>>
>> opensips to
>>
>>> register or for it to send/forward all traffic for that account from
> a
>>> specific ip address different than the main one. Can this be done?
>>>
>>>
>>>
>>> Many thanks
>>>
>>>
>>>
>>>
>>>
>>> Chris
>>>
>>>
>>>
>>> ___
>>> Users mailing list
>>> Users@lists.opensips.org
>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>
>>>
>>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>

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


Re: [OpenSIPS-Users] opensips registering with gateway

2011-06-16 Thread Ovidiu Sas
You can backport the registrant module in your 1.6 source code and
install from there.

Regards,
Ovidiu Sas

On Thu, Jun 16, 2011 at 4:03 AM, Chris Martineau  wrote:
> Hi,
>
> Do I need to completely install 1.7 or can I just add the registrant
> module?
>
> If complete reload are there any known issues with 1.7 to watch out for?
>
> Many thanks
>
> Chris
>
> -Original Message-
> From: users-boun...@lists.opensips.org
> [mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
> Sent: 15 June 2011 13:04
> To: OpenSIPS users mailling list
> Subject: Re: [OpenSIPS-Users] opensips registering with gateway
>
> Check out the new registrant module:
> http://www.opensips.org/html/docs/modules/devel/registrant.html
>
>
> Regards,
> Ovidiu Sas
>
> On Wed, Jun 15, 2011 at 7:31 AM, Chris Martineau
>  wrote:
>> Hi,
>>
>>
>>
>> I have seen some trails indicating that you can use sipsak to generate
>> registers for opensips but if I need to generate theses registers from
> the
>> same port for it to be valid how can I prevent opensips responding to
> the
>> returned messages?
>>
>>
>>
>> Is there another way of doing this? Thought I read somewhere that this
> was
>> now incorporated into opensips as a module but can't find the blog
> trail
>> again.
>>
>>
>>
>> The problem I have is the gateway provider can do ip authentication
> but only
>> for 1 account. I have multiple accounts so the only way is for
> opensips to
>> register or for it to send/forward all traffic for that account from a
>> specific ip address different than the main one. Can this be done?
>>
>>
>>
>> Many thanks
>>
>>
>>
>>
>>
>> Chris
>>
>>
>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>

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


Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7

2011-06-16 Thread Chris Martineau
Hi Vlad,

Thanks for your help on this.

Just a quick question. I only need the registrant module from 1.7 can I
just compile this and copy the .so files over to my 1.6 installation?

Many thanks again

Chris

-Original Message-
From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of Vlad Paiu
Sent: 16 June 2011 10:57
To: users@lists.opensips.org
Subject: Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7

Hello,

OpenSIPS 1.7 has not been officially released yet :)
If you mean you have upgraded everything from trunk, please check [1].
Briefly, the flag was removed, and to maintain functionality you have to

call create_dialog() with a "B" parameter, like this :
 create_dialog("B");

[1] http://www.opensips.org/html/docs/modules/devel/dialog.html#id298503


Regards,

-- 
Vlad Paiu
OpenSIPS Developer




On 06/16/2011 12:13 PM, Chris Martineau wrote:
> Hi,
>
> I have just upgraded to 1.7 and notice that the bye on timeout flag is
> no longer present in the dialog module even though the revision and
date
> seems to be the same?
>
> Also I notice a number of functions in the nathelper module have been
> moved to a new rtpproxy module. Are there any allowances I need to
make
> in my existing config file apart from adding the new module?
>
> Many thanks
>
> Chris
>
>
> -Original Message-
> From: users-boun...@lists.opensips.org
> [mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
> Sent: 15 June 2011 13:04
> To: OpenSIPS users mailling list
> Subject: Re: [OpenSIPS-Users] opensips registering with gateway
>
> Check out the new registrant module:
> http://www.opensips.org/html/docs/modules/devel/registrant.html
>
>
> Regards,
> Ovidiu Sas
>
> On Wed, Jun 15, 2011 at 7:31 AM, Chris Martineau
>   wrote:
>
>> Hi,
>>
>>
>>
>> I have seen some trails indicating that you can use sipsak to
generate
>> registers for opensips but if I need to generate theses registers
from
>>  
> the
>
>> same port for it to be valid how can I prevent opensips responding to
>>  
> the
>
>> returned messages?
>>
>>
>>
>> Is there another way of doing this? Thought I read somewhere that
this
>>  
> was
>
>> now incorporated into opensips as a module but can't find the blog
>>  
> trail
>
>> again.
>>
>>
>>
>> The problem I have is the gateway provider can do ip authentication
>>  
> but only
>
>> for 1 account. I have multiple accounts so the only way is for
>>  
> opensips to
>
>> register or for it to send/forward all traffic for that account from
a
>> specific ip address different than the main one. Can this be done?
>>
>>
>>
>> Many thanks
>>
>>
>>
>>
>>
>> Chris
>>
>>
>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
>>  
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>


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

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


Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7

2011-06-16 Thread Saúl Ibarra Corretgé
Hi Vlad,

On Jun 16, 2011, at 12:28 PM, Vlad Paiu wrote:

> Hello Saúl,
> 
> I just saw this issue with call_control, mediaproxy and nat_traversal modules.
> I have ported them to the new version now. Instead of attempting to find the 
> dlg_flag in the dialog exports, you should just call create_dlg from
> the dialog API. It is lighter ( don't have to iterate through all dialog 
> parameters ) and you get an immediate response, whether the dialog creation 
> was successful or not.
> 

I just saw your commits, that a lot for taking care of it :-)


Kind regards,

--
Saúl Ibarra Corretgé
AG Projects




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


Re: [OpenSIPS-Users] dlg flag issue in 1.7

2011-06-16 Thread Vlad Paiu

Hello Chris,

I have just fixed this in trunk. Please update.


Regards,

--
Vlad Paiu
OpenSIPS Developer



On 06/16/2011 12:56 PM, Chris Martineau wrote:

Hi,

Nat_traversal module errors that it cannot find dlg_flag in dialog
module but dialog module doesn't have this parameter anymore?

Regards

Chris

-Original Message-
From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
Sent: 15 June 2011 13:04
To: OpenSIPS users mailling list
Subject: Re: [OpenSIPS-Users] opensips registering with gateway

Check out the new registrant module:
http://www.opensips.org/html/docs/modules/devel/registrant.html


Regards,
Ovidiu Sas

On Wed, Jun 15, 2011 at 7:31 AM, Chris Martineau
  wrote:
   

Hi,



I have seen some trails indicating that you can use sipsak to generate
registers for opensips but if I need to generate theses registers from
 

the
   

same port for it to be valid how can I prevent opensips responding to
 

the
   

returned messages?



Is there another way of doing this? Thought I read somewhere that this
 

was
   

now incorporated into opensips as a module but can't find the blog
 

trail
   

again.



The problem I have is the gateway provider can do ip authentication
 

but only
   

for 1 account. I have multiple accounts so the only way is for
 

opensips to
   

register or for it to send/forward all traffic for that account from a
specific ip address different than the main one. Can this be done?



Many thanks





Chris



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


 

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

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

   



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


Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7

2011-06-16 Thread Vlad Paiu

Hello Saúl,

I just saw this issue with call_control, mediaproxy and nat_traversal 
modules.
I have ported them to the new version now. Instead of attempting to find 
the dlg_flag in the dialog exports, you should just call create_dlg from
the dialog API. It is lighter ( don't have to iterate through all dialog 
parameters ) and you get an immediate response, whether the dialog 
creation was successful or not.



Regards,

--
Vlad Paiu
OpenSIPS Developer



On 06/16/2011 01:07 PM, Saúl Ibarra Corretgé wrote:

Hi Vlad,

On Jun 16, 2011, at 11:57 AM, Vlad Paiu wrote:

   

Hello,

OpenSIPS 1.7 has not been officially released yet :)
If you mean you have upgraded everything from trunk, please check [1].
Briefly, the flag was removed, and to maintain functionality you have to call 
create_dialog() with a "B" parameter, like this :
create_dialog("B");

[1] http://www.opensips.org/html/docs/modules/devel/dialog.html#id298503


 

MediaProxy and nat_traversal modules currently use the now deprecated dlg_flag 
in order to enable dialog tracking by themselves, for example when 
engage_mediaproxy is used.

What is the new API that needs to be used from now on in order to achieve the 
same behavior?


Thanks and regards,

--
Saúl Ibarra Corretgé
AG Projects




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

   




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


Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7

2011-06-16 Thread Saúl Ibarra Corretgé
Hi Vlad,

On Jun 16, 2011, at 11:57 AM, Vlad Paiu wrote:

> Hello,
> 
> OpenSIPS 1.7 has not been officially released yet :)
> If you mean you have upgraded everything from trunk, please check [1].
> Briefly, the flag was removed, and to maintain functionality you have to call 
> create_dialog() with a "B" parameter, like this :
>create_dialog("B");
> 
> [1] http://www.opensips.org/html/docs/modules/devel/dialog.html#id298503
> 
> 

MediaProxy and nat_traversal modules currently use the now deprecated dlg_flag 
in order to enable dialog tracking by themselves, for example when 
engage_mediaproxy is used.

What is the new API that needs to be used from now on in order to achieve the 
same behavior?


Thanks and regards,

--
Saúl Ibarra Corretgé
AG Projects




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


Re: [OpenSIPS-Users] Enable_full_lr missing on 1.7

2011-06-16 Thread Vlad Paiu

Hello Chris,

I guess you are talking about OpenSIPS trunk, as 1.7 has not been 
officially released yet :)

Briefly, yes, the parameter is considered deprecated. Please check [1]

[1] http://www.opensips.org/html/docs/modules/devel/rr.html#id294503


Regards,

--
Vlad Paiu
OpenSIPS Developer




On 06/16/2011 12:30 PM, Chris Martineau wrote:

Hi,

Also found the above parameter triggers a not found when starting up
even though it is listed in the trunk parameter list for rr?

Is this deprecated?

Regards

Chris

-Original Message-
From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
Sent: 15 June 2011 13:04
To: OpenSIPS users mailling list
Subject: Re: [OpenSIPS-Users] opensips registering with gateway

Check out the new registrant module:
http://www.opensips.org/html/docs/modules/devel/registrant.html


Regards,
Ovidiu Sas

On Wed, Jun 15, 2011 at 7:31 AM, Chris Martineau
  wrote:
   

Hi,



I have seen some trails indicating that you can use sipsak to generate
registers for opensips but if I need to generate theses registers from
 

the
   

same port for it to be valid how can I prevent opensips responding to
 

the
   

returned messages?



Is there another way of doing this? Thought I read somewhere that this
 

was
   

now incorporated into opensips as a module but can't find the blog
 

trail
   

again.



The problem I have is the gateway provider can do ip authentication
 

but only
   

for 1 account. I have multiple accounts so the only way is for
 

opensips to
   

register or for it to send/forward all traffic for that account from a
specific ip address different than the main one. Can this be done?



Many thanks





Chris



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


 

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

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

   



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


Re: [OpenSIPS-Users] Bye_on timeout_flag missing in 1.7

2011-06-16 Thread Vlad Paiu

Hello,

OpenSIPS 1.7 has not been officially released yet :)
If you mean you have upgraded everything from trunk, please check [1].
Briefly, the flag was removed, and to maintain functionality you have to 
call create_dialog() with a "B" parameter, like this :

create_dialog("B");

[1] http://www.opensips.org/html/docs/modules/devel/dialog.html#id298503


Regards,

--
Vlad Paiu
OpenSIPS Developer




On 06/16/2011 12:13 PM, Chris Martineau wrote:

Hi,

I have just upgraded to 1.7 and notice that the bye on timeout flag is
no longer present in the dialog module even though the revision and date
seems to be the same?

Also I notice a number of functions in the nathelper module have been
moved to a new rtpproxy module. Are there any allowances I need to make
in my existing config file apart from adding the new module?

Many thanks

Chris


-Original Message-
From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
Sent: 15 June 2011 13:04
To: OpenSIPS users mailling list
Subject: Re: [OpenSIPS-Users] opensips registering with gateway

Check out the new registrant module:
http://www.opensips.org/html/docs/modules/devel/registrant.html


Regards,
Ovidiu Sas

On Wed, Jun 15, 2011 at 7:31 AM, Chris Martineau
  wrote:
   

Hi,



I have seen some trails indicating that you can use sipsak to generate
registers for opensips but if I need to generate theses registers from
 

the
   

same port for it to be valid how can I prevent opensips responding to
 

the
   

returned messages?



Is there another way of doing this? Thought I read somewhere that this
 

was
   

now incorporated into opensips as a module but can't find the blog
 

trail
   

again.



The problem I have is the gateway provider can do ip authentication
 

but only
   

for 1 account. I have multiple accounts so the only way is for
 

opensips to
   

register or for it to send/forward all traffic for that account from a
specific ip address different than the main one. Can this be done?



Many thanks





Chris



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


 

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

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

   



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


[OpenSIPS-Users] dlg flag issue in 1.7

2011-06-16 Thread Chris Martineau
Hi,

Nat_traversal module errors that it cannot find dlg_flag in dialog
module but dialog module doesn't have this parameter anymore?

Regards

Chris

-Original Message-
From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
Sent: 15 June 2011 13:04
To: OpenSIPS users mailling list
Subject: Re: [OpenSIPS-Users] opensips registering with gateway

Check out the new registrant module:
http://www.opensips.org/html/docs/modules/devel/registrant.html


Regards,
Ovidiu Sas

On Wed, Jun 15, 2011 at 7:31 AM, Chris Martineau
 wrote:
> Hi,
>
>
>
> I have seen some trails indicating that you can use sipsak to generate
> registers for opensips but if I need to generate theses registers from
the
> same port for it to be valid how can I prevent opensips responding to
the
> returned messages?
>
>
>
> Is there another way of doing this? Thought I read somewhere that this
was
> now incorporated into opensips as a module but can't find the blog
trail
> again.
>
>
>
> The problem I have is the gateway provider can do ip authentication
but only
> for 1 account. I have multiple accounts so the only way is for
opensips to
> register or for it to send/forward all traffic for that account from a
> specific ip address different than the main one. Can this be done?
>
>
>
> Many thanks
>
>
>
>
>
> Chris
>
>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>

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

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


Re: [OpenSIPS-Users] Changing SIP simple client default config

2011-06-16 Thread Saúl Ibarra Corretgé
Hi,

On Jun 16, 2011, at 11:33 AM, Nethra Chander wrote:

> Hi,
> 
> I am trying to use sip simple client to test my opensips-xcap set up.
> 
> I used sip-settings to configure a default account with the credentials of my 
> domain.
> 
> Then, I tried sip-register. I was expecting a Register message to the server 
> but the call proceeds to find a sip neighbour and is added as contact
> 
> 2011-06-16 12:18:18 Registered contact "sip:hmf@10.x.x.x:36641" for 
> sip:1...@xxx.com at 10.xx.xx.xx:5060;transport=udp (expires in 600 seconds).
> 2011-06-16 12:18:18 Registration ended.
> 
> I would like to work with my domain and to verify if my server settings and 
> configuration work as expected.
> 
> Is there any config or settings file where I can change the client's default 
> behaviour and point it to my server settings.
> Please assist.
> 
> Thank you in advance
> 

Please, use the "SIP beyond VoIP" 
(http://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip) mailing-list for 
questions related to SIPSIMPLE SDK. 

--
Saúl Ibarra Corretgé
AG Projects




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


[OpenSIPS-Users] Changing SIP simple client default config

2011-06-16 Thread Nethra Chander
Hi,

I am trying to use sip simple client to test my opensips-xcap set up.

I used sip-settings to configure a default account with the credentials of
my domain.

Then, I tried sip-register. I was expecting a Register message to the server
but the call proceeds to find a sip neighbour and is added as contact

2011-06-16 12:18:18 Registered contact "sip:hmf@10.x.x.x:36641" for
sip:1...@xxx.com at 10.xx.xx.xx:5060;transport=udp (expires in 600 seconds).
2011-06-16 12:18:18 Registration ended.

I would like to work with my domain and to verify if my server settings and
configuration work as expected.

Is there any config or settings file where I can change the client's default
behaviour and point it to my server settings.
Please assist.

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


[OpenSIPS-Users] Enable_full_lr missing on 1.7

2011-06-16 Thread Chris Martineau
Hi,

Also found the above parameter triggers a not found when starting up
even though it is listed in the trunk parameter list for rr?

Is this deprecated?

Regards

Chris

-Original Message-
From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
Sent: 15 June 2011 13:04
To: OpenSIPS users mailling list
Subject: Re: [OpenSIPS-Users] opensips registering with gateway

Check out the new registrant module:
http://www.opensips.org/html/docs/modules/devel/registrant.html


Regards,
Ovidiu Sas

On Wed, Jun 15, 2011 at 7:31 AM, Chris Martineau
 wrote:
> Hi,
>
>
>
> I have seen some trails indicating that you can use sipsak to generate
> registers for opensips but if I need to generate theses registers from
the
> same port for it to be valid how can I prevent opensips responding to
the
> returned messages?
>
>
>
> Is there another way of doing this? Thought I read somewhere that this
was
> now incorporated into opensips as a module but can't find the blog
trail
> again.
>
>
>
> The problem I have is the gateway provider can do ip authentication
but only
> for 1 account. I have multiple accounts so the only way is for
opensips to
> register or for it to send/forward all traffic for that account from a
> specific ip address different than the main one. Can this be done?
>
>
>
> Many thanks
>
>
>
>
>
> Chris
>
>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>

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

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


[OpenSIPS-Users] Bye_on timeout_flag missing in 1.7

2011-06-16 Thread Chris Martineau
Hi,

I have just upgraded to 1.7 and notice that the bye on timeout flag is
no longer present in the dialog module even though the revision and date
seems to be the same?

Also I notice a number of functions in the nathelper module have been
moved to a new rtpproxy module. Are there any allowances I need to make
in my existing config file apart from adding the new module?

Many thanks

Chris
 

-Original Message-
From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
Sent: 15 June 2011 13:04
To: OpenSIPS users mailling list
Subject: Re: [OpenSIPS-Users] opensips registering with gateway

Check out the new registrant module:
http://www.opensips.org/html/docs/modules/devel/registrant.html


Regards,
Ovidiu Sas

On Wed, Jun 15, 2011 at 7:31 AM, Chris Martineau
 wrote:
> Hi,
>
>
>
> I have seen some trails indicating that you can use sipsak to generate
> registers for opensips but if I need to generate theses registers from
the
> same port for it to be valid how can I prevent opensips responding to
the
> returned messages?
>
>
>
> Is there another way of doing this? Thought I read somewhere that this
was
> now incorporated into opensips as a module but can't find the blog
trail
> again.
>
>
>
> The problem I have is the gateway provider can do ip authentication
but only
> for 1 account. I have multiple accounts so the only way is for
opensips to
> register or for it to send/forward all traffic for that account from a
> specific ip address different than the main one. Can this be done?
>
>
>
> Many thanks
>
>
>
>
>
> Chris
>
>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>

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

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


Re: [OpenSIPS-Users] opensips registering with gateway

2011-06-16 Thread Chris Martineau
Hi,

Do I need to completely install 1.7 or can I just add the registrant
module?

If complete reload are there any known issues with 1.7 to watch out for?

Many thanks

Chris

-Original Message-
From: users-boun...@lists.opensips.org
[mailto:users-boun...@lists.opensips.org] On Behalf Of Ovidiu Sas
Sent: 15 June 2011 13:04
To: OpenSIPS users mailling list
Subject: Re: [OpenSIPS-Users] opensips registering with gateway

Check out the new registrant module:
http://www.opensips.org/html/docs/modules/devel/registrant.html


Regards,
Ovidiu Sas

On Wed, Jun 15, 2011 at 7:31 AM, Chris Martineau
 wrote:
> Hi,
>
>
>
> I have seen some trails indicating that you can use sipsak to generate
> registers for opensips but if I need to generate theses registers from
the
> same port for it to be valid how can I prevent opensips responding to
the
> returned messages?
>
>
>
> Is there another way of doing this? Thought I read somewhere that this
was
> now incorporated into opensips as a module but can't find the blog
trail
> again.
>
>
>
> The problem I have is the gateway provider can do ip authentication
but only
> for 1 account. I have multiple accounts so the only way is for
opensips to
> register or for it to send/forward all traffic for that account from a
> specific ip address different than the main one. Can this be done?
>
>
>
> Many thanks
>
>
>
>
>
> Chris
>
>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>

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

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