[Freeswitch-users] sched_broadcast doesn't execute

2009-11-18 Thread Oscav
Hi, I'm writing a script in Javascript that plays a message during a bridge. I'm trying to use a sched_broadcast to do it. The job is scheduled and then deleted but I never hear the wav file and I don't get the "OK Message Scheduled" in the log. It even doesn't display any error message if I spec

[Freeswitch-users] Execute on Answer with JavaScript

2009-11-23 Thread Oscav
Hi, How can we send the answer to the caller only when the callee answers, in JavaScript?? Many thanks. -- View this message in context: http://old.nabble.com/Execute-on-Answer-with-JavaScript-tp26476532p26476532.html Sent from the Freeswitch-users mailing list archive at Nabble.com. _

Re: [Freeswitch-users] Execute on Answer with JavaScript

2009-11-24 Thread Oscav
Hi Mike, I understand. I just need to not use the session.answer(). Many thanks. Michael Jerris wrote: > > This is done automatically when you bridge 2 sessions together. > > Mike > > On Nov 23, 2009, at 6:45 AM, Oscav wrote: >> How can we send the answer to

Re: [Freeswitch-users] sched_broadcast doesn't execute

2009-11-24 Thread Oscav
ession.getVariable(uuid); > > new_session.execute("sched_broadcast", "+20 alloted_timeout " + uuid + " > playback:ivr-welcome_to_freeswitch.wav"); > > On Wed, Nov 18, 2009 at 10:07 AM, Oscav wrote: > >> >> Hi, >> >> I'm writing a script in Java

[Freeswitch-users] How to run a JS script periodically

2009-12-03 Thread Oscav
Hi, Someone knows how to run periodically a JS script ?? The purpose is to write to a db some global informations (Global Variables) about FS like every 5 minutes. Thanks. -- View this message in context: http://old.nabble.com/How-to-run-a-JS-script-periodically-tp26625147p26625147.html Sent

Re: [Freeswitch-users] How to run a JS script periodically

2009-12-03 Thread Oscav
iables, you could easily retrieve > them > directly from fs_cli without running an app and process the output however > you'd like: > > /usr/local/freeswitch/bin/fs_cli -x "global_getvar" > > > On Thu, Dec 3, 2009 at 6:21 AM, Oscav wrote: > >> >

[Freeswitch-users] What are the solutions for G729 support ?

2009-12-14 Thread Oscav
Hi, What are the solutions to support the G729/G723 codec within FreeSwitch ? Thanks -- View this message in context: http://old.nabble.com/What-are-the-solutions-for-G729-support---tp26777181p26777181.html Sent from the Freeswitch-users mailing list archive at Nabble.com.

Re: [Freeswitch-users] What are the solutions for G729 support ?

2009-12-14 Thread Oscav
Hi Anthony, What kind of software?? Is there any related licensing cost? Will it be also available for windows ?? Regards, Oscav Anthony Minessale-2 wrote: > > Software G729 will be available by the end of the month. > As for, G723 we are not currently working on it. > > &

Re: [Freeswitch-users] What are the solutions for G729 support ?

2009-12-15 Thread Oscav
ftware G729 will be available by the end of the month. >> As for, G723 we are not currently working on it. >> >> >> On Mon, Dec 14, 2009 at 6:45 AM, Oscav wrote: >> >>> >>> Hi, >>> >>> What are the solutions to support the G729

[Freeswitch-users] stream G729 RTP payload in passthrough

2009-12-15 Thread Oscav
Hi, Would it be possible to "play" a file that is a RTP payload saved from Wireshark, in order to use the G729 passthrough while playing files to caller?? Thanks -- View this message in context: http://old.nabble.com/stream-G729-RTP-payload-in-passthrough-tp26798489p26798489.html Sent from the

[Freeswitch-users] How to set the Session Name on a SDP?

2009-12-16 Thread Oscav
Hi, Is it possible to set (rewrite) the Session Name in the SDP of a 183 progress sent to inbound ? Many thanks -- View this message in context: http://old.nabble.com/How-to-set-the-Session-Name-on-a-SDP--tp26815554p26815554.html Sent from the Freeswitch-users mailing list archive at Nabble.co

Re: [Freeswitch-users] How to set the Session Name on a SDP?

2009-12-17 Thread Oscav
I just found that this is related to the username of the profile. It needs to be set as parameter. Oscav wrote: > > Hi, > > Is it possible to set (rewrite) the Session Name in the SDP of a 183 > progress sent to inbound ? > > Many thanks > -- View this m