Re: [Freeswitch-users] Choppy sound with PCMU

2009-12-04 Thread Yossi Neiman
A word to the wise to the general FreeSWITCH community:  If Anthony 
Minessale suggests that you try to do any number of things, it's a very 
good idea to try all those ideas before continuing on.  I've known him, 
MikeJ, and bkw for several years, and they almost always have very good 
ideas as to troubleshoot a problem in FreeSWITCH.  It's extremely 
frustrating to try to help people out who won't try the provided 
suggestions first.

And note directly to eaf - bogomips is quite possibly the least 
significant bit of data about a cpu that you will get out of 
/proc/cpuinfo...  The name itself - bogo, means bogus.  
http://en.wikipedia.org/wiki/Bogomips

-Yossi

___
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] apr_queue

2009-10-15 Thread Yossi Neiman
Not sure at all what you are asking.  apr_queue is simply a data 
management container that is threadsafe.

-- 
Yossi Neiman
Cartis Solutions, Inc. - http://www.cartissolutions.com



srinivasula reddy wrote:
 Hi all,

 does any know about How apr_queue is maintaing and retriving all 
 registered and all stuff


 -- 
 Srinivasula Reddy K
 

 ___
 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] Conference Statistics

2009-05-21 Thread Yossi Neiman
I don't *believe* there is anything of this nature built in at this 
time.  I would imagine it can be implemented.  If you yourself don't 
know C, but would like this functionality, three ways to get something 
like this added would be:

A)  Put up a bounty on the bounty page of the Wiki and hope somebody 
takes interest in doing it in exchange for a sum of money.
B)  Directly hire the core development team or a consultant to do the work.
C)  Put up a RFE (request for enhancement) on JIRA under the conference 
module.  (Option A is more likely to motivate folks, and option B is the 
fastest way to get it done.)

Now that I've said that I don't believe it currently has these features, 
I'm waiting for Brian West to come in and correct me like he usually 
does.  :-)

-- 
Yossi Neiman
Cartis Solutions, Inc.
http://www.cartissolutions.com



Jon DiVita wrote:
 Hello, all.  Being new to FS, I was curious if there are any logs/cdrs 
 which could be generated to gather statistics about a conference 
 call?  I'm mainly looking for call duration and user count.  So far, 
 my CDR's only have individual user CDR's, but nothing for a conference 
 bridge. 

 Thanks!


___
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] Asterisk Fast AGI like support from FreeSwitch. Also mod_python + Django doc

2009-04-21 Thread Yossi Neiman
I'm not sure what is meant by this.  It's been ages since I did anything 
with Asterisk so I grow senile.  But shouldn't you just be able to use 
django as your framework and bring the FS functionality into your 
specific app (or into django if django supports modules) ?

One possibility is for your web app to interface with FS's event socket 
or similar method.

Sorry I can't be of much more assistance...


-- 
Yossi Neiman
Cartis Solutions, Inc.
http://www.cartissolutions.com


technologyinspired wrote:
 Hello users,

 I am new to FreeSwitch. I have used Asterisk a lot but now want to use 
 FreeSwitch. Presently I write complex Asterisk applications using Fast 
 AGI in Python. How could I achieve the same from FreeSwitch? The main 
 reason is that the server has heavy call load and I want to shift that 
 load on two systems one the FreeSwitch and another the application server.

 Could you also give a pointer to such an example or documentation 
 where it says how to run FreeSwitch applications in client server mode 
 (Fast AGI mode in Asterisk). Is there any good documentation on 
 mod_python + Django support in FreeSwitch?

 Thanks,

 Regards,
 Vin
 

 ___
 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] Experience with libpri?

2009-04-21 Thread Yossi Neiman
I recently converted our last Asterisk system to FreeSWITCH about a week 
and a half ago.  I have an A101D card on the machine which was run as 
zaptel for Asterisk.  I am currently using  wanpipe 3.3.16 in TDM API 
mode (no more need for 1000 jiffies a second) and libpri 1.4.9 on my 
system.  My PRI is NI2 cpe.  I have experienced an issue which (to the 
best of my knowledge) is due to the wanpipe drivers in TDM API mode and 
not specific to libpri:  I have lost my D-channel twice so far.

Otherwise, the system works better than Asterisk ever did.  I'm just 
waiting for the fix from Sangoma.

-- 
Yossi Neiman
Cartis Solutions, Inc.
http://www.cartissolutions.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] cant access mailbox if userid is non numeric

2008-09-29 Thread Yossi Neiman
I believe the problem might lie in the dialplan that you are using to 
get the user into the mailbox.  If you can resubmit this section from 
the user directory plus the snippet from the dialplan that pertains to 
this, that would make it easier to help you.  Alternatively, you can 
stop by the #freeswitch channel on freenode and we can help in real time 
then.

-- 
Yossi Neiman
Cartis Solutions, Inc.
http://www.cartissolutions.com



xbipin wrote:
 under windows, i faced the following problem with FS. if i change the user_id
 to a non numeric value then the user can register to the FS but can access
 his mail box by calling 1005.
 as soon as i change the user_id to 1005 then dialing that i cana ccess my
 mailbox, y is this so? y cant the user have his name as user_id rather a
 number?

 include
   user id=demo mailbox=1005
 params
   
   
 /params
 variables
   variable name=accountcode value=1005/ 
   variable name=user_context value=default/
   variable name=effective_caller_id_name value=Ankur/
   variable name=effective_caller_id_number value=1005/
 /variables
   /user
 /include

   

-- 
Yossi Neiman
President
Cartis Solutions, Inc.
P) 630-259-8100
http://www.cartissolutions.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] cant access mailbox if userid is non numeric

2008-09-29 Thread Yossi Neiman
Hit the F8 key when you're on the FreeSWITCH console and try calling 
voicemail when you have the userid set as alphanumeric instead of 
numeric, and send me the log of the debug information.  Again, this will 
be greatly easier if you join the IRC channel (#freeswitch on 
irc.freenode.net), as we can work with you in real time.

-- 
Yossi Neiman
Cartis Solutions, Inc.
http://www.cartissolutions.com



xbipin wrote:
 the dialplan is the standard config that comes with FS, no changes to it



 Yossi Neiman wrote:
   
 I believe the problem might lie in the dialplan that you are using to 
 get the user into the mailbox.  If you can resubmit this section from 
 the user directory plus the snippet from the dialplan that pertains to 
 this, that would make it easier to help you.  Alternatively, you can 
 stop by the #freeswitch channel on freenode and we can help in real time 
 then.

 -- 
 Yossi Neiman
 Cartis Solutions, Inc.
 http://www.cartissolutions.com



 xbipin wrote:
 
 under windows, i faced the following problem with FS. if i change the
 user_id
 to a non numeric value then the user can register to the FS but can
 access
 his mail box by calling 1005.
 as soon as i change the user_id to 1005 then dialing that i cana ccess my
 mailbox, y is this so? y cant the user have his name as user_id rather a
 number?

 include
   user id=demo mailbox=1005
 params
   
   
 /params
 variables
   variable name=accountcode value=1005/ 
   variable name=user_context value=default/
   variable name=effective_caller_id_name value=Ankur/
   variable name=effective_caller_id_number value=1005/
 /variables
   /user
 /include

   
   
 -- 
 Yossi Neiman
 President
 Cartis Solutions, Inc.
 P) 630-259-8100
 http://www.cartissolutions.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


 

   

-- 
Yossi Neiman
President
Cartis Solutions, Inc.
P) 630-259-8100
http://www.cartissolutions.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] storing csv file in mysql database

2008-09-29 Thread Yossi Neiman
I ended up editing the video footage from Cluecon 2008 instead of 
working on coding.  I might be able to work up a direct logger (a 
revamping of the original mod_cdr) in the near future if all works out 
well for me time-wise.

-- 
Yossi Neiman
Cartis Solutions, Inc.
http://www.cartissolutions.com



preetha Ayyappan wrote:
 hi,
 I am getting the call records saved in the folder cdr-csv.I need to 
 save this cdr details in mysql database.Is it possible to do?If yes 
 please assist me to do this.

 Thanks

 

 ___
 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
   

-- 
Yossi Neiman
President
Cartis Solutions, Inc.
P) 630-259-8100
http://www.cartissolutions.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] Compile and install mod_cdr

2008-07-11 Thread Yossi Neiman
Indeed I shall.  I've been held up by a number of family events and 
emergencies, however.  Perhaps a little booze at Cluecon will get me to 
sit down and work on code...   oh wait, I'm not like some of our 
Bender-unit developers who run on alcohol!  Anyway, I do indeed to 
restart development on the module soon.

-- 
Yossi Neiman
Cartis Solutions, Inc.
http://www.cartissolutions.com



Rodrigo P. Telles wrote:
 Hi Aadil,

 I spoke with Yossi Neiman (the creator of this module) at that time and he 
 told me that mod_cdr won't compile in recent 
 versions of FS.
 Also he told me that he is going to rework the module.

 Sincerely,
 Rodrigo Telles

   

___
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] Question about IAX?

2008-07-11 Thread Yossi Neiman
I would like to, as I could see it as another way to interoperate and 
also find more converts...
I'd add it myself even but I've been too swamped to do any coding right 
now.  :-/

That being said, SIP+RTP is still my preferred protocol arrangement.

-- 
Yossi Neiman
Cartis Solutions, Inc.
http://www.cartissolutions.com



Brian West wrote:
 Just doing a quick poll to see who would like to see IAX in FreeSWITCH  
 with all the bells and whistles?

 Brian West
 sip:[EMAIL PROTECTED]
   


___
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] Ast/FS Rosetta Stone

2008-06-25 Thread Yossi Neiman
Anthony Minessale wrote:
 You can put a comma sep list of dialplans in the sofia profile or as 
 the arg to transfer if you wish and they are checked in order until 
 one returns an extension.


 On Sat, May 31, 2008 at 10:18 PM, Arnaldo de Moraes Pereira 
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:

 On Sun, Jun 1, 2008 at 12:04 AM, Michael S Collins
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:
  Just to confirm: you can run both dialplans simultaneously, no?  I'm


I'd just like to put in my opinion here:  I think it's best to view the 
mod_dialplan_asterisk as a crutch.  I do not mean to say that any work 
that anthm or anybody else did was bad; actually quite the opposite.  To 
fit something like the old Asterisk dialplan into the workings of a 
completely different type of a dialplan is amazing.  However, the sooner 
that a user of FreeSWITCH can free himself of The Old Asterisk Way the 
better his experience will be in the long term.

I personally chose to rebuild my dialplan from the ground-up instead of 
trying the mod_dialplan_asterisk.  It was a little like diving in to the 
deep end when you have just learned how to float, but I have been 
nothing but delighted with the results.  I find the dialplan XML to be 
very flexibile and I love the fact that it uses regexes for pattern 
matching.

I will try to elaborate on my experiences and provide users with tips 
for converting at Cluecon in August.

-- 
Yossi Neiman
Cartis Solutions, Inc.
http://www.cartissolutions.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] Clock Skew

2008-05-06 Thread Yossi Neiman
Is your system by any chance an Athlon XP system?  Do you have 
spread-spectrum enabled in the bios?  These are problems I had 
historically with clock instability, might be worth a check.

-Yossi

Peder @ NetworkOblivion wrote:
 Yeah, ntpd.  So it sounds like ntpd is changing the clock by a little 
 bit and FS is noticing it as a big skew.  So I guess I need to disable ntpd.

 Anthony Minessale wrote:
   
 do you have something that sets your clock for you running? like a 
 network sync.
 It's possible monotonic is already disabled because its not supported so 
 you are falling prey to the system clock changing.

 On Tue, May 6, 2008 at 12:56 PM, Peder @ NetworkOblivion 
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:

 I added that line and it still occurs:

 2008-05-06 11:13:13 [CRIT] switch_time.c:351 softtimer_runtime() Forward
 Clock Skew Detected!
 2008-05-06 12:06:00 [CRIT] switch_time.c:351 softtimer_runtime() Forward
 Clock Skew Detected!


 Here is my switch.conf.xml:

 configuration name=switch.conf description=Core Configuration

   cli-keybindings
 key name=1 value=help/
 key name=2 value=status/
 key name=3 value=show channels/
 key name=4 value=show calls/
 key name=5 value=sofia status/
 key name=6 value=reloadxml/
 key name=7 value=console loglevel 0/
 key name=8 value=console loglevel 7/
 key name=9 value=sofia status profile default/
 key name=10 value=fsctl pause/
 key name=11 value=fsctl resume/
 key name=12 value=version/
   /cli-keybindings

   settings
 !--Most channels to allow at once --
 param name=max-sessions value=1000/
 !--Most channels to create per second --
 param name=sessions-per-second value=30/
 !-- Default Global Log Level - value is one of
 debug,info,notice,warning,err,crit,alert --
 param name=loglevel value=debug/
 !--Try to catch any crashes that can be recoverable (in the
 context of a call)--
 param name=crash-protection value=false/
 param name=mailer-app value=sendmail/
 param name=mailer-app-args value=-t/
 param name=dump-cores value=yes/
 param name=disable-monotonic-timing value=true/
 !--param name=rtp-start-port value=16384/--
 !--param name=rtp-end-port value=32768/--
   /settings
   !--Any variables defined here will be available in every channel, in
 the dialplan etc --
   variables
 variable name=uk-ring
 value=%(400,200,400,450);%(400,2200,400,450)/
 variable name=us-ring value=%(2000, 4000, 440.0, 480.0)/
 variable name=bong-ring
 value=v=-7;%(100,0,941.0,1477.0);v=-7;=2;+=.1;%(1400,0,350,440)/
   /variables
 /configuration



 And I did a shutdown and then restarted FS to make the changes active.

 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 mailto: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




 -- 
 Anthony Minessale II

 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/

 AIM: anthm
 MSN:[EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]
 GTALK/JABBER/PAYPAL:[EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]
 IRC: irc.freenode.net http://irc.freenode.net #freeswitch

 FreeSWITCH Developer Conference
 sip:[EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]
 iax:[EMAIL PROTECTED]/888 
 http://iax:[EMAIL PROTECTED]/888
 googletalk:[EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]
 pstn:213-799-1400


 

 ___
 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
   

-- 
Yossi Neiman
President
Cartis Solutions, Inc.
P) 630-259-8100
http://www.cartissolutions.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] Shall we revive the ailing mod_cdr?

2008-04-25 Thread Yossi Neiman
Jonas Gauffin wrote:
 I've done a mod_odbc module that writes to a flatfile if odbc fails
 (and adds them to the database as soon as the connection is up again).

 I haven't had time to finish it, and I don't know when I can. I can
 add it to jira if someone else is interested in finishing it.
   

I'd love to see your work.  How far along were you in writing it?  
Please post on JIRA.

-- 
Yossi Neiman
Cartis Solutions, Inc.
http://www.cartissolutions.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] Shall we revive the ailing mod_cdr?

2008-04-24 Thread Yossi Neiman
Hi folks,

It's been quite a while.  Some of you might know of the mod_cdr that was
fully functional up until around sometime after July 2007.  Due to
personal issues, I did not have time to maintain it.  I am now in a
position to revive it.  I will be making some changes to how it is
designed, and removing some of the serialization.

Currently in FreeSWITCH we have the following CDR logging formats at
hand (separate of mod_cdr):  Individual XML flat files, comma separate
values, and curl HTTP handling.  As such there is no need to include
these in mod_cdr anymore, but I am looking for what backends everybody
would be interested in.  I will be starting off with the ODBC backend.
Please note that database-specific backends are possible, but there is a
possibility they would not be available for inclusion in trunk.  Another
format that I thought just for the fun of it would maybe to shoot out
CDRs as e-mails (donno if that's at all useful...).

Give me your thoughts and ideas.

-- 
Yossi Neiman
Cartis Solutions, Inc.
http://www.cartissolutions.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