Re: [Freeswitch-users] Error in default Sofia profile checking

2009-07-11 Thread Jason White
velusamy velu velu.techni...@gmail.com wrote: When I register my Softphone(Twinkle) with predefined sofia registration(1000 with password 1234). I have got the following error in FreeSWITCH console. 2009-07-11 09:37:16 [ERR] sofia_reg.c:1135

Re: [Freeswitch-users] Error in default Sofia profile checking

2009-07-11 Thread Mathieu Rene
Chances are the registering UA didnt provide a Contact header (required by rfc3261) Mathieu Rene Avant-Garde Solutions Inc Office: + 1 (514) 664-1044 x100 Cell: +1 (514) 664-1044 x200 mr...@avgs.ca On 11-Jul-09, at 1:23 AM, velusamy velu wrote: Dear Friends, When I register my

Re: [Freeswitch-users] Error in default Sofia profile checking

2009-07-11 Thread Jason White
Mathieu Rene mrene_li...@avgs.ca wrote: Chances are the registering UA didnt provide a Contact header (required by rfc3261) Just what I thought, hence the suggestion to obtain a sip trace. ___ Freeswitch-users mailing list

[Freeswitch-users] ERROR in Sofia internal profile

2009-07-11 Thread velusamy velu
Dear Friends, When I reload the mod_sofia I have got the following error. 2009-07-11 13:19:32 [ERR] sofia.c:739 sofia_profile_thread_run() Error Creating SIP UA for profile: internal Please any one explain about this error and please give any suggestions to solve this problem.. Thanks

Re: [Freeswitch-users] ERROR in Sofia internal profile

2009-07-11 Thread Seven Du
chances are the tcp/udp port (5060?) already used by other software, are you running softphone on the same computer? On Jul 11, 2009, at 4:29 PM, velusamy velu wrote: Dear Friends, When I reload the mod_sofia I have got the following error. 2009-07-11 13:19:32 [ERR] sofia.c:739

Re: [Freeswitch-users] managed_mod directories

2009-07-11 Thread Diego Toro
Hello,   What error do you get when dll is put on mod/managed ?, I work with dll's on mod/managed although I changed loadfile by loadfrom on loader.cs.   Diego --- On Fri, 7/10/09, Phillip Jones pjinthe...@gmail.com wrote: From: Phillip Jones pjinthe...@gmail.com Subject: Re:

Re: [Freeswitch-users] 2 voicemail questions

2009-07-11 Thread Mark Campbell-Smith
Hi Mike, This was my dialplan (extracted from my last email): 2. How can I make Freeswitch dial a number AFTER a voicemail is left? api Hangup hook? i want the 'voicemail' application to appear to call the extension to notify the user that there is a waiting message. This is an extract from

Re: [Freeswitch-users] Error in default Sofia profile checking

2009-07-11 Thread Peter P GMX
I have several Twinkles running against freeswitch on a locally installed machine (FS acts as a SIP/TLS proxy). So in general Twinkle works (on various Ubuntu machines from 7 upto 9 with various Twinkle versions). It must be some kind of setting in Twinkle. E.g. * set the local Twinkle SIP

Re: [Freeswitch-users] Error in default Sofia profile checking

2009-07-11 Thread Brian West
http://jira.freeswitch.org/browse/MODENDP-86 /b On Jul 11, 2009, at 8:46 AM, Peter P GMX wrote: I have several Twinkles running against freeswitch on a locally installed machine (FS acts as a SIP/TLS proxy). So in general Twinkle works (on various Ubuntu machines from 7 upto 9 with various

Re: [Freeswitch-users] managed_mod directories

2009-07-11 Thread Phillip Jones
Hi, If I place the DLL in mod\managed I get the following error: [err] mod_managed.cpp:287 Assembly::LoadFrom failed: system.IO.FileNotFoundException: Could not load file or assembly 'file:///c:program files (x86)\Freeswitch\mod\freeSWITCH.Managed.dll' or one of its dependencies. The system

Re: [Freeswitch-users] managed_mod directories

2009-07-11 Thread Jeff Lenk
Hi, The base dll (FreeSWITCH.Managed.dll) is loaded from /mod - additional managed dlls are loaded from /mod/managed. This is designed to allow your dll's to be built and maintained independant of the FS build files. You can simply just drop your dlls into mod/managed and they will be loaded and

[Freeswitch-users] Setting channel variables using event socket

2009-07-11 Thread Nik Middleton
Hi Guys, Is it possible to set a channel variable while a call is in progress using an outbound event socket? I have a listening process that examines the hang-up events and it would be neat if it could also get some variables that I have set mid call as well. Note: I know it's possible to

Re: [Freeswitch-users] Setting channel variables using event socket

2009-07-11 Thread Brian West
uuid_setvar /b On Jul 11, 2009, at 2:19 PM, Nik Middleton wrote: Hi Guys, Is it possible to set a channel variable while a call is in progress using an outbound event socket? I have a listening process that examines the hang-up events and it would be neat if it could also get some

Re: [Freeswitch-users] Setting channel variables using event socket

2009-07-11 Thread Brian West
I think you do ... /b On Jul 11, 2009, at 4:08 PM, Nik Middleton wrote: Excellent. Do I need to supply uuid on an outbound socket? Regards ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

Re: [Freeswitch-users] Setting channel variables using event socket

2009-07-11 Thread Nik Middleton
Excellent. Do I need to supply uuid on an outbound socket? Regards From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Brian West Sent: 11 July 2009 20:51 To:

Re: [Freeswitch-users] Setting channel variables using event socket

2009-07-11 Thread Anthony Minessale
I think also sendmsg with command execute works in this case if you are using async socket but uuid_setvar always works in all cases On Jul 11, 2009 4:27 PM, Brian West br...@freeswitch.org wrote: I think you do ... /b On Jul 11, 2009, at 4:08 PM, Nik Middleton wrote: Excellent. Do I need to

Re: [Freeswitch-users] Setting channel variables using event socket

2009-07-11 Thread Michael S Collins
IIRC you need to supply the uuid because the socket doesn't make any assumptions about the APIs you send. -MC Sent from my iPhone On Jul 11, 2009, at 2:21 PM, Brian West br...@freeswitch.org wrote: I think you do ... /b On Jul 11, 2009, at 4:08 PM, Nik Middleton wrote: Excellent. Do I