Re: [Freeswitch-users] build errors :(

2009-12-16 Thread Brian West
What SVN rev?

/b

On Dec 16, 2009, at 12:04 PM, RR wrote:

 Hello All,
  
 I know you will probably ask me to check out a fresh copy from svn trunk and 
 all, but I assure you I have done that yet I keep getting these errors on 
 make:
  
 creating freeswitch
 cc1: warnings being treated as errors
 libs/esl/fs_cli.c: In function âcompleteâ:
 libs/esl/fs_cli.c:440: warning: format â%ldâ expects type âlong intâ, but 
 argument 4 has type âintâ
 libs/esl/fs_cli.c:440: warning: format â%ldâ expects type âlong intâ, but 
 argument 4 has type âintâ
 make[2]: *** [fs_cli-fs_cli.o] Error 1
  
 Any ideas?
  
 Thanks
 RR

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] build errors :(

2009-12-16 Thread RR
Lost that screen that showed me what rev was downloaded but whatever you get
after doing a “svn up” and “make current”. I had done a rm –rf in the
/usr/src/freeswitch directory and then did svn up. Should I have done svn co
instead?

 

From: freeswitch-users-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Brian
West
Sent: Wednesday, December 16, 2009 1:14 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] build errors :(

 

What SVN rev?

 

/b

 

On Dec 16, 2009, at 12:04 PM, RR wrote:





Hello All,

 

I know you will probably ask me to check out a fresh copy from svn trunk and
all, but I assure you I have done that yet I keep getting these errors on
make:

 

creating freeswitch

cc1: warnings being treated as errors

libs/esl/fs_cli.c: In function âcompleteâ:

libs/esl/fs_cli.c:440: warning: format â%ldâ expects type âlong intâ, but
argument 4 has type âintâ

libs/esl/fs_cli.c:440: warning: format â%ldâ expects type âlong intâ, but
argument 4 has type âintâ

make[2]: *** [fs_cli-fs_cli.o] Error 1

 

Any ideas?

 

Thanks

RR

 



__ Information from ESET NOD32 Antivirus, version of virus signature
database 4694 (20091216) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] build errors :(

2009-12-16 Thread Mathieu Rene
I fixed that already, update to the latest trunk. 32/64 bit types  
mismatch.


Mathieu Rene
Avant-Garde Solutions Inc
Office: + 1 (514) 664-1044 x100
Cell: +1 (514) 664-1044 x200
mr...@avgs.ca




On 16-Dec-09, at 1:04 PM, RR wrote:


Hello All,

I know you will probably ask me to check out a fresh copy from svn  
trunk and all, but I assure you I have done that yet I keep getting  
these errors on make:


creating freeswitch
cc1: warnings being treated as errors
libs/esl/fs_cli.c: In function âcompleteâ:
libs/esl/fs_cli.c:440: warning: format â%ldâ expects type âlong  
intâ, but argument 4 has type âintâ
libs/esl/fs_cli.c:440: warning: format â%ldâ expects type âlong  
intâ, but argument 4 has type âintâ

make[2]: *** [fs_cli-fs_cli.o] Error 1

Any ideas?

Thanks
RR


__ Information from ESET NOD32 Antivirus, version of virus  
signature database 4694 (20091216) __


The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] build errors :(

2009-12-16 Thread Michael Collins
On Wed, Dec 16, 2009 at 10:27 AM, RR ranjt...@gmail.com wrote:

  Lost that screen that showed me what rev was downloaded but whatever you
 get after doing a “svn up” and “make current”. I had done a rm –rf in the
 /usr/src/freeswitch directory and then did svn up. Should I have done svn
 co  instead?

Why did you nuke the fs src dir? Just curious. In your case since you
deleted everything you're probably better off just starting from scratch
with a svn co. Once you're installed then all you need to do is make
current b/c make current includes an svn up among other things.

-MC
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] build errors :(

2009-12-16 Thread RR
MC, haha I'm not sure. I think this had happened to me before as well and
nuking the fs dir and then an svn up had fixed it. 

I think I'll just do an svn co and get on with it. Sorry had been following
FS when it first started and then for 2 yrs have been busy with a bunch of
random stuff but now want to get back into it. 

 

BTW, at that time there was no routing/lcr module available for FS and
someone, can't remember who had written one to plug into FS but it wasn't
open sourced. Wondering if there is one now to use FS more as a class 5
switch than a PBX for more like a carrier peering and minutes wholesale kind
of a business?? Sorry if this is a dumb question :(

 

From: freeswitch-users-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Michael
Collins
Sent: Wednesday, December 16, 2009 1:38 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] build errors :(

 

 

On Wed, Dec 16, 2009 at 10:27 AM, RR ranjt...@gmail.com wrote:

Lost that screen that showed me what rev was downloaded but whatever you get
after doing a svn up and make current. I had done a rm -rf in the
/usr/src/freeswitch directory and then did svn up. Should I have done svn co
instead?

Why did you nuke the fs src dir? Just curious. In your case since you
deleted everything you're probably better off just starting from scratch
with a svn co. Once you're installed then all you need to do is make
current b/c make current includes an svn up among other things.

-MC

 

 

__ Information from ESET NOD32 Antivirus, version of virus signature
database 4694 (20091216) __

 

The message was checked by ESET NOD32 Antivirus.

 

http://www.eset.com

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] build errors :(

2009-12-16 Thread Michael Collins
On Wed, Dec 16, 2009 at 11:30 AM, RR ranjt...@gmail.com wrote:

  MC, haha I’m not sure. I think this had happened to me before as well and
 nuking the fs dir and then an svn up had fixed it.

 I think I’ll just do an svn co and get on with it. Sorry had been following
 FS when it first started and then for 2 yrs have been busy with a bunch of
 random stuff but now want to get back into it.



 BTW, at that time there was no routing/lcr module available for FS and
 someone, can’t remember who had written one to plug into FS but it wasn’t
 open sourced. Wondering if there is one now to use FS more as a class 5
 switch than a PBX for more like a carrier peering and minutes wholesale kind
 of a business?? Sorry if this is a dumb question :(

You've got mod_easyroute to handle incoming call routing and mod_lcr for
outbound routing.
-MC
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] build errors :(

2009-12-16 Thread Rupa Schomaker
I think you are thinking of SWK.  He has checked in mod_easyroute for easy
routing of DIDs.  [intra]lanman and I have mod_lcr for (umm) lcr routing.
 SWK still has a (probably) more capable lcr - though not open source.

On Wed, Dec 16, 2009 at 1:30 PM, RR ranjt...@gmail.com wrote:

 BTW, at that time there was no routing/lcr module available for FS and
 someone, can’t remember who had written one to plug into FS but it wasn’t
 open sourced. Wondering if there is one now to use FS more as a class 5
 switch than a PBX for more like a carrier peering and minutes wholesale kind
 of a business?? Sorry if this is a dumb question :(




-- 
-Rupa
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] build errors :(

2009-12-16 Thread RR
I think you are thinking of SWK.  He has checked in mod_easyroute for easy
routing of DIDs.  [intra]lanman and I have mod_lcr for (umm) lcr routing.
SWK still has a (probably) more capable lcr - though not open source.

On Wed, Dec 16, 2009 at 1:30 PM, RR ranjt...@gmail.com wrote:

BTW, at that time there was no routing/lcr module available for FS and
someone, can't remember who had written one to plug into FS but it wasn't
open sourced. Wondering if there is one now to use FS more as a class 5
switch than a PBX for more like a carrier peering and minutes wholesale kind
of a business?? Sorry if this is a dumb question :(




-- 
-Rupa

 

Thanks Rupa and MC! Will check out these modules. I'm hoping/assuming
there's some documentation available for these? If not, then would you be
able to share some sample configs that work? 

 

Thanks

\RR

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org