[Freeswitch-users] Hangup detection

2008-09-12 Thread msp
Hi all, I call outbound gateway using following dialstring: sofia/outbound/[EMAIL PROTECTED] here 192.168.1.29 is any SIP provider (e.g. asterisk) In case when the number 9122 is not registered on that provider, so provider hangup with SIP response "503 Service Unavailable". Now my query is that

Re: [Freeswitch-users] mod_python post-processing after hangup

2008-09-12 Thread Novak Joe
Hi, I received loads of useful hints on IRC yesterday regarding this problem, and as a result was able to come up with a decent solution which just involves using the API and 'runtime' functions to run my post-processing job in a thread after hangup. I don't think it is possible to pass objects

Re: [Freeswitch-users] symbian s60 SIP over TLS

2008-09-12 Thread Peter P GMX
Concerning TLS and SRTP on S60 see http://mosh.nokia.com/common/download/4452B13D5F854A8DE040050A45306C1B/original/Developing_3rd_party_VoIP_clients_on_S60_platform_v1_0_en.pdf But I a not sure whether they use SDES or Mikey for key exchange. Brian West schrieb: > Eric, > I wasn't aware tha

[Freeswitch-users] Mod xml_curl and managing external SIP gateways

2008-09-12 Thread Peter P GMX
Hello, I am using Ruby on Rails for managing endpoints(directory) and dialplans in Freeswitch. However I am wondering whether it is possble to dynamically generate external SIP gateways. I suspect this is done using the configuration bindings. When I enable this I receive the following xml_cur

[Freeswitch-users] Voice Overlay

2008-09-12 Thread Robert Clayton
All, Can a voice file be played to a user (streamFile) while that user is recording (recordFile)? As well can two simultaneous files (streamFile) be played? Thanks, Bob ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists

[Freeswitch-users] recordFile

2008-09-12 Thread Robert Clayton
All, Can recordFile be paused? Bob ___ 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.

Re: [Freeswitch-users] symbian s60 SIP over TLS

2008-09-12 Thread Brian West
Eric, I wasn't aware that the s60 did TLS yet nor was I aware that it does SRTP till very recently. I do know that the phone is very picky and thats the extent of my knowledge on that. Still not 100% sure on those facts. /b On Sep 12, 2008, at 1:17 PM, R. Eric Bennett wrote: > No

Re: [Freeswitch-users] symbian s60 SIP over TLS

2008-09-12 Thread R. Eric Bennett
Note that I was mostly just hoping to find someone who'd already had experience trying to do SIP over TLS with an s60 device, not asking you folks to do add developing that knowledge in order to have you do my debugging for me. That said, I did leave out a few things in the interest of note

Re: [Freeswitch-users] Can't set up users outside of local domain...

2008-09-12 Thread Michael Jerris
On Sep 12, 2008, at 11:26 AM, Kin Quek wrote: > Brian, > Thanks for your advice. I will like to join FS on the IRC and to > further learn from you and the FS team. What is the most effective > way to set up an experimental FS environment so I can quickly move > up the learning cureve? What

Re: [Freeswitch-users] Error message in Freeswitch

2008-09-12 Thread Patrick Grondin
Hi, Problem found, somebody had changed my setup and add activated the recording of all calls, without notifying me. I was out of disk space. PG From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Grondin Sent: September-12-08 11:05 AM To: freeswitch-users@lists.freeswitch.o

Re: [Freeswitch-users] Can't set up users outside of local domain...

2008-09-12 Thread Kin Quek
Brian, Thanks for your advice. I will like to join FS on the IRC and to further learn from you and the FS team. What is the most effective way to set up an experimental FS environment so I can quickly move up the learning cureve? What Linux platform will you recommend? I also have access to Mac

Re: [Freeswitch-users] symbian s60 SIP over TLS

2008-09-12 Thread Brian West
Without one for me to test with I can only guess. I have tested TLS on Polycom, Snom you might need to setup sslv3 instead of tls on your profile for doing secure SIP. What are you trying https against? /b On Sep 12, 2008, at 10:01 AM, R. Eric Bennett wrote: > folks, > > i'm wondering if

[Freeswitch-users] Error message in Freeswitch

2008-09-12 Thread Patrick Grondin
Hi, Has anyone ever seen this error message ? [CRIT] switch_core_sqldb.c:208 switch_core_sql_thread() SQL thread unable to commit transaction, records lost! Thanks ! PG ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://l

[Freeswitch-users] symbian s60 SIP over TLS

2008-09-12 Thread R . Eric Bennett
folks, i'm wondering if anyone here has actually managed to get SIP over TLS working from a symbian s60 phone to FreeSWITCH. i've been trying for some time with an e71 and while i've made some progress, progress != success. in fact, i've progressed to the point where the failure is known t

Re: [Freeswitch-users] Regarding sched_hangup

2008-09-12 Thread Adeel Ansari
Or should I calculate it with the help of mod_socket? I mean when application received call pickup event, it calculates something like, *new total time for call = (call pick up time + session start) + total time for call* and execute the sched_hangup with the new value. On Fri, Sep 12, 2008 at

Re: [Freeswitch-users] Command working on console but not using RPC

2008-09-12 Thread Brian West
Have you ever thought about hanging out with us On IRC? #freeswitch on irc.freenode.net it could be a lot of fun... quicker help... ;) /b On Sep 12, 2008, at 2:30 AM, Adeel Ansari wrote: > It is working. It was a stupid trailing space. > Thanks. Brian West sip:[EMAIL PROTECTED] _

Re: [Freeswitch-users] Command working on console but not using RPC

2008-09-12 Thread Adeel Ansari
It is working. It was a stupid trailing space. Thanks. On Thu, Sep 11, 2008 at 8:39 PM, Adeel Ansari <[EMAIL PROTECTED]> wrote: > No I was wrong, I suppose. Actually, I guess, these must be a trailing > space in it. Will confirm tomorrow, hopefully. Thanks for your support. > > > On Thu, Sep 11,