[OpenSIPS-Users] OpenSIPS 1.6 on Ubuntu

2011-02-11 Thread Robin Malhotra
Guys I a newbie to OpenSIPS

 I have installed opensips and mysql on ubuntu following some instructions.
I have also installed x-lite. Now how to register a user in opensips and to
use it with the client ? I am stuck, please let me know

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


[OpenSIPS-Users] UAC Module

2011-02-10 Thread Robin Malhotra
Can someone teach me how to use the following functions

uac_replace_from(display,uri)
uac_replace_to(display,uri)

I want to replace a client's URI.
Where do I change that ? using terminal ?

Also can I restore it to the original once I have changed ?



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


Re: [OpenSIPS-Users] Compiling a Module

2011-02-10 Thread Robin Malhotra
Thanks a lot

On Thu, Feb 10, 2011 at 10:22 AM, Anca Vamanu  wrote:

> Hi Robin,
>
> To compile only one module use:
> make modules modules=modules/xyz
>
> Regards,
>
> --
> Anca Vamanu
> OpenSIPS Developer
>
>
>
>
> On 02/09/2011 04:27 AM, Robin Malhotra wrote:
>
>> Hi,
>>
>> Please let me know how to compile a module. I am a beginner.
>>
>> Say a module xyz
>>
>> usr/src/opensips-1.6.2-tls/modules/xyz
>>
>> Please let me know the process to compile the module
>>
>>
>> Thanks
>> --
>> Robin
>>
>>
> ___
> 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] Compiling a Module

2011-02-09 Thread Robin Malhotra
Yes. I have gone through the INSTALL file.
But I am not clear about those steps

Compile:

make proper
make
(or gmake on non-Linux systems)
make modules
or make modules exclude_modules="exec" etc.

Where do I start? I am not sure, Please let me know
BTW I am using Ubuntu

--
Robin


On Tue, Feb 8, 2011 at 10:26 PM, Duane Larson wrote:

> That info should be in the INSTALL file.
>
>
>
> On Tue, Feb 8, 2011 at 8:27 PM, Robin Malhotra  wrote:
>
>> Hi,
>>
>> Please let me know how to compile a module. I am a beginner.
>>
>> Say a module xyz
>>
>> usr/src/opensips-1.6.2-tls/modules/xyz
>>
>> Please let me know the process to compile the module
>>
>>
>> Thanks
>> --
>> Robin
>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
>
>
> --
> --
> *--*--*--*--*--*
> Duane
> *--*--*--*--*--*
> --
>
> ___
> 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] Compiling a Module

2011-02-08 Thread Robin Malhotra
Hi,

Please let me know how to compile a module. I am a beginner.

Say a module xyz

usr/src/opensips-1.6.2-tls/modules/xyz

Please let me know the process to compile the module


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


[OpenSIPS-Users] OpenSIPS starting Error

2011-02-04 Thread Robin Malhotra
When I enter

opensipsctl start


INFO: Starting OpenSIPS :

ERROR: PID file /var/run/opensips.pid does not exist -- OpenSIPS start
failed


I checked /var/log/messages and got following

Feb  4 18:02:23 ubuntu kernel: [ 6747.275248] intel ips :00:1f.6: CPU
power or thermal limit exceeded
Feb  4 18:02:28 ubuntu kernel: [ 6752.266702] intel ips :00:1f.6: CPU
power or thermal limit exceeded
Feb  4 18:02:33 ubuntu kernel: [ 6757.257700] intel ips :00:1f.6: CPU
power or thermal limit exceeded
Feb  4 18:02:38 ubuntu kernel: [ 6762.248970] intel ips :00:1f.6: CPU
power or thermal limit exceeded
Feb  4 18:02:43 ubuntu kernel: [ 6767.240168] intel ips :00:1f.6: CPU
power or thermal limit exceeded
Feb  4 18:02:48 ubuntu kernel: [ 6772.231405] intel ips :00:1f.6: CPU
power or thermal limit exceeded
Feb  4 18:02:53 ubuntu kernel: [ 6777.222692] intel ips :00:1f.6: CPU
power or thermal limit exceeded
Feb  4 18:02:58 ubuntu kernel: [ 6782.213859] intel ips :00:1f.6: CPU
power or thermal limit exceeded
Feb  4 18:03:03 ubuntu kernel: [ 6787.205741] intel ips :00:1f.6: CPU
power or thermal limit exceeded
Feb  4 18:03:08 ubuntu kernel: [ 6792.196974] intel ips :00:1f.6: CPU
power or thermal limit exceeded
Feb  4 18:03:13 ubuntu kernel: [ 6797.188208] intel ips :00:1f.6: CPU
power or thermal limit exceeded
Feb  4 18:03:18 ubuntu kernel: [ 6802.182420] intel ips :00:1f.6: CPU
power or thermal limit exceeded
Feb  4 18:03:23 ubuntu kernel: [ 6807.170216] intel ips :00:1f.6: CPU
power or thermal limit exceeded
Feb  4 18:03:28 ubuntu kernel: [ 6812.161873] intel ips :00:1f.6: CPU
power or thermal limit exceeded
Feb  4 18:03:33 ubuntu kernel: [ 6817.153087] intel ips :00:1f.6: CPU
power or thermal limit exceeded

Please let me know what should be done


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


Re: [OpenSIPS-Users] MySQL tables using the opensipsdbctl shell script

2011-02-04 Thread Robin Malhotra
This is what exactly am trying ... as mentioned in the tutorial

opensipsdbctl create 


do I need to provide any path there ? What exactly that db name and path
refers to ?

and the next line goes like this

opensipsdbctl create






On Thu, Feb 3, 2011 at 10:51 AM, Bogdan-Andrei Iancu wrote:

> Hi Robin,
>
> how does your command look like (paste here exactly what you are trying to
> run in command line).
>
> Regards,
> Bogdan
>
> Robin Malhotra wrote:
>
>> Step 3: Create MySQL tables using the opensipsdbctl shell script. The
>> syntax for
>> this utility follows:
>>
>>opensipsdbctl create 
>>
>>
>>
>> I'm getting the following error for the above syntax
>> bash: syntax error near unexpected token `newline'
>>
>>
>> what's wrong here ?  might be silly question
>>
>> 
>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
>
>
> --
> Bogdan-Andrei Iancu
> OpenSIPS Event - expo, conf, social, bootcamp
> 2 - 4 February 2011, ITExpo, Miami,  USA
> OpenSIPS solutions and "know-how"
>
>
>
> ___
> 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] MySQL tables using the opensipsdbctl shell script

2011-02-02 Thread Robin Malhotra
Step 3: Create MySQL tables using the opensipsdbctl shell script. The syntax
for
this utility follows:

opensipsdbctl create 



I'm getting the following error for the above syntax

bash: syntax error near unexpected token `newline'



what's wrong here ?  might be silly question
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] OpenSIPS 1.6 on Ubuntu

2011-02-01 Thread Robin Malhotra
Guys I a newbie to OpenSIPS

 I have installed opensips and mysql on ubuntu following some instructions.
I have also installed x-lite. Now how to register a user in opensips and to
use it with the client ? I am stuck, please let me know

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