Re: [Freeswitch-users] ODBC through JS

2008-10-20 Thread Gayatri Kulkarni
-users http://www.freeswitch.org -- Regards, Gayatri Kulkarni ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options

Re: [Freeswitch-users] regarding conference (basic questions)

2008-10-20 Thread Gayatri Kulkarni
-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 -- Regards, Gayatri Kulkarni ___ Freeswitch-users mailing

Re: [Freeswitch-users] Freeswitch and XML-RPC

2008-10-18 Thread Gayatri Kulkarni
access it from there -- Regards, Gayatri Kulkarni On Wed, Aug 27, 2008 at 8:38 PM, Klaus Teller [EMAIL PROTECTED] wrote: Hi, It seems i can send commands to Freeswitch using XML-RPC. The only document i could find on this is: http://wiki.freeswitch.org/wiki/Freeswitch_XML-RPC Given

Re: [Freeswitch-users] Newbie: Avaya SES Freeswitch 407 Proxy Authentication error

2008-10-16 Thread Gayatri Kulkarni
Didn't get that On Thu, Oct 16, 2008 at 6:13 PM, Anthony Minessale [EMAIL PROTECTED] wrote: You could always set up an acl so FS won't send auth to that particular host. On Thu, Oct 16, 2008 at 12:58 AM, Gayatri Kulkarni [EMAIL PROTECTED] wrote: UA1 discovers P1 as a result

Re: [Freeswitch-users] HTTP methods

2008-10-15 Thread Gayatri Kulkarni
Hey Michael, Thanks :) that's insightful! I will document it surely I was hoping to know if Freeswitch implements the HTTP methods like GET, POST etc. If yes, which ones? Looks like it doesn't though Can I open input-output streams at {prefix}/freeswitch/htdocs ? -- Regards, Gayatri Kulkarni

Re: [Freeswitch-users] Newbie: Avaya SES Freeswitch 407 Proxy Authentication error

2008-10-15 Thread Gayatri Kulkarni
issues -- Regards, Gayatri Kulkarni On Tue, Oct 14, 2008 at 7:48 PM, Gerry Hull [EMAIL PROTECTED] wrote: On Mon, Oct 13, 2008 at 12:59 PM, Brian West [EMAIL PROTECTED] wrote: You need to add param name=extension value=avayaSES/ otherwise the register contact will be the username. aka 3824, its

Re: [Freeswitch-users] Newbie: Avaya SES Freeswitch 407 Proxy Authentication error

2008-10-15 Thread Gayatri Kulkarni
Otherwise, we should look into the sofia module. We'll have to tell it to send the digest again if it's an Avaya SES - rather if it's the same Avaya SES box asking user credentials for the second time -- Regards, Gayatri Kulkarni On Wed, Oct 15, 2008 at 7:12 PM, Gerry Hull [EMAIL PROTECTED] wrote

Re: [Freeswitch-users] Newbie: Avaya SES Freeswitch 407 Proxy Authentication error

2008-10-15 Thread Gayatri Kulkarni
)tethereal -i eth0 -f path/to/filename 4)try to make the call (get the 407) 5)kill tethereal (Ctrl+C) 6) copy the file to a place where you can sit and analyze it You can analyze the trace yourself if you have wireshark installed, or send it over -- Regards, Gayatri Kulkarni On Wed, Oct 15, 2008

[Freeswitch-users] HTTP methods

2008-10-14 Thread Gayatri Kulkarni
Hi Guys, The XmlRpc is implemented from the web port - 8080 Can we also specify which HTTP methods FS implements - like GET, POST, PUT, DELETE, etc ?? in xml_rpc.conf.xml or some place ? Is there a way to implement these? -- Regards, Gayatri Kulkarni

Re: [Freeswitch-users] HTTP methods

2008-10-14 Thread Gayatri Kulkarni
methods myself?? -- Regards, Gayatri Kulkarni On Tue, Oct 14, 2008 at 6:49 PM, Anthony Minessale [EMAIL PROTECTED] wrote: there is a special /api /webapi and /textapi share on the site that will point at any api command doing GET or POST for instance: /webapi/status I'm pretty sure it's

Re: [Freeswitch-users] Newbie: Avaya SES Freeswitch 407 Proxy Authentication error

2008-10-13 Thread Gayatri Kulkarni
Have you added the extension name=avayaSES in dialplan/public.xml ? -- Regards, Gayatri Kulkarni On Thu, Oct 9, 2008 at 1:05 PM, Gerry Hull [EMAIL PROTECTED] wrote: Here's my configuration: include gateway name=avaya param name=username value=3824/ param name=password value

Re: [Freeswitch-users] ODBC through JS (To all interested:)

2008-10-13 Thread Gayatri Kulkarni
, you wont be able to use it through your FS app. It's good to find out things on my own :) (time consuming though!) -- Regards, Gayatri Kulkarni On Mon, Oct 13, 2008 at 11:21 AM, Gayatri Kulkarni [EMAIL PROTECTED]wrote: Like we have to add odbc-dsn as a parm name in the voicemail.xml

Re: [Freeswitch-users] ODBC through JS

2008-10-10 Thread Gayatri Kulkarni
] testdb.js:1 console_log() Still probs Please Help me Regards, Gayatri Kulkarni On Tue, Oct 7, 2008 at 5:37 PM, Gayatri Kulkarni [EMAIL PROTECTED]wrote: Guys, I am now having this problem: when i run my script i get this error - [EMAIL PROTECTED] 2008-10-07 17:27:24 [ERR] switch_odbc.c:160

Re: [Freeswitch-users] ODBC through JS

2008-10-10 Thread Gayatri Kulkarni
either value for DSN name gives the same result :( On Fri, Oct 10, 2008 at 4:27 PM, Jonas Gauffin [EMAIL PROTECTED]wrote: your DSN name is postgres and not PostgreSQL On Fri, Oct 10, 2008 at 12:34 PM, Gayatri Kulkarni [EMAIL PROTECTED] wrote: Guys please help me on this I am still

Re: [Freeswitch-users] ODBC through JS

2008-10-10 Thread Gayatri Kulkarni
= No FakeOidIndex= No ConnSettings= [Default] Driver = /usr/local/lib/libodbcpsql.so [ODBC] Trace = 1 TraceFile = /var/log/odbctrace.out Driver = /usr/local/lib/libodbcpsql.so On Fri, Oct 10, 2008 at 5:28 PM, Gayatri Kulkarni [EMAIL

Re: [Freeswitch-users] ODBC through JS

2008-10-08 Thread Gayatri Kulkarni
! Any idea - what's happening? Appreciating all your help, -- Regards, Gayatri Kulkarni On Tue, Oct 7, 2008 at 7:23 AM, Michael Jerris [EMAIL PROTECTED] wrote: On Oct 7, 2008, at 9:34 AM, Gayatri Kulkarni wrote: If i have to run my script on Windows m/c, will i still need unixODBC

Re: [Freeswitch-users] ODBC through JS

2008-10-07 Thread Gayatri Kulkarni
If i have to run my script on Windows m/c, will i still need unixODBC? Is unixODBC available for windows??? i know i am sounding stupid But i need to get this done ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org

[Freeswitch-users] ODBC through JS

2008-10-06 Thread Gayatri Kulkarni
/local/freeswitch/mod/mod_spidermonkey_odbc.so **/usr/local/freeswitch/mod/mod_spidermonkey_odbc.so: cannot open shared object file: No such file or directory** Will my script run inspite of this? What am i not doing - something i should do more? -- Regards, Gayatri Kulkarni

Re: [Freeswitch-users] ODBC through JS

2008-10-06 Thread Gayatri Kulkarni
I did that too I missed to mention it here On Mon, Oct 6, 2008 at 9:03 PM, Michael Jerris [EMAIL PROTECTED] wrote: Your missing enable the module in spidermonkey.conf.xml On Oct 6, 2008, at 9:42 AM, Gayatri Kulkarni wrote: connect to a remote database using javascript. When i searched

Re: [Freeswitch-users] ODBC through JS

2008-10-06 Thread Gayatri Kulkarni
and install this module separately? -- Regards, Gayatri Kulkarni On Mon, Oct 6, 2008 at 9:01 PM, Daniel-Constantin Mierla [EMAIL PROTECTED]wrote: Hello, On 10/06/08 16:42, Gayatri Kulkarni wrote: Hi all, I want to connect to a remote database using javascript. When i searched the WIki I

[Freeswitch-users] cant get session variable in javascript

2008-09-16 Thread Gayatri Kulkarni
() TypeError: session. self is not defined. what would I be doing wrong? Regards, Gayatri Kulkarni - Whenever you find yourself on the side of the majority, it is time to pause and reflect. ___ Freeswitch-users mailing list Freeswitch-users

Re: [Freeswitch-users] DID inbound call not notified

2008-09-14 Thread Gayatri Kulkarni
. /b On Sep 14, 2008, at 11:26 AM, Gayatri Kulkarni wrote: hi guys, I have a DID administered on my FS but I'm not able to get any info about any calls landing on the DID on the FS console is this possible? if yes, how? attached are my config files please let me know what I am doing

[Freeswitch-users] getting callback everytime

2008-09-13 Thread Gayatri Kulkarni
call appearance), it will return a USER_BUSY ?? Is there a way to avoid this? -- I want to merge the line on which A is already off hook with the session that begins with originate A B Is there a way to merge 2 calls? -- Regards, Gayatri Kulkarni

[Freeswitch-users] Gateway issue!! ----- need help

2008-09-11 Thread Gayatri Kulkarni
] switch_core_session.c:807 switch_core_session_threa d() Session 1 (sofia/internal/1001) Ended 2008-09-11 01:07:47 [NOTICE] switch_core_session.c:809 switch_core_session_threa d() Close Channel sofia/internal/1001 [CS_HANGUP] Thanks a lot for help, Regards, Gayatri Kulkarni - Whenever you find yourself

Re: [Freeswitch-users] transfer an extablished call

2008-09-11 Thread Gayatri Kulkarni
Thanks Brian! Regards, Gayatri Kulkarni - Whenever you find yourself on the side of the majority, it is time to pause and reflect. From: Brian West Sent: Thursday, September 11, 2008 6:13 AM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] transfer

Re: [Freeswitch-users] listing gateways

2008-09-10 Thread Gayatri Kulkarni
Guys, Is there any way to list only gateways registered to freeswitch? What database table has the registered devices info? How can I access it? - do i need to install SQLite / LDAP on my machine? Regards, Gayatri Kulkarni On Mon, Sep 8, 2008 at 5:31 PM, Gayatri Kulkarni [EMAIL PROTECTED]wrote

[Freeswitch-users] registration problem

2008-09-10 Thread Gayatri Kulkarni
: Use specific - 58.86.117.43 I am using a default extension of FS, I dont think i need a gateway here - am i correct? Please reply soon. Appreciate all your help, -- Regards, Gayatri Kulkarni ___ Freeswitch-users mailing list Freeswitch-users

Re: [Freeswitch-users] transfer an extablished call

2008-09-10 Thread Gayatri Kulkarni
it the way I did. Regards, Gayatri Kulkarni - Whenever you find yourself on the side of the majority, it is time to pause and reflect. From: Anthony Minessale Sent: Wednesday, September 10, 2008 6:17 AM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] transfer

Re: [Freeswitch-users] Passing variable argument in a dial plan

2008-09-10 Thread Gayatri Kulkarni
value=3 / /action Regards, Gayatri Kulkarni - Whenever you find yourself on the side of the majority, it is time to pause and reflect. From: Adeel Ansari Sent: Wednesday, September 10, 2008 2:55 AM To: freeswitch-users@lists.freeswitch.org Subject: [Freeswitch-users

Re: [Freeswitch-users] What should be the dial plan for gateway calls?

2008-09-09 Thread Gayatri Kulkarni
new to FS :) Regards, Gayatri Kulkarni ** On Fri, Aug 29, 2008 at 6:40 PM, Anthony Minessale [EMAIL PROTECTED] wrote: The way you are doing it never goes to the dialplan. first you make an outbound call to gizmo1 then bridge it to gizmo9 if you did say *originate sofia/gateway/gizmo1

[Freeswitch-users] listing gateways

2008-09-08 Thread Gayatri Kulkarni
like sofia status profile internal lists the users registered to FS at the moment, is there a command to list out only gateways registered at the moment? I know, sofia status lists gateways alongwith other users registered - but what if i want only gateways to be listed? Regards, Gayatri Kulkarni

[Freeswitch-users] transfer an extablished call

2008-09-08 Thread Gayatri Kulkarni
/1002) or would i require to give call-id / uid or something? if yes - how would i find that out? Regards, Gayatri Kulkarni ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch

[Freeswitch-users] call through service

2008-09-05 Thread Gayatri Kulkarni
by the CallThrough provider. Does Freeswitch implement the call through service? If it does, how can i invoke it through the console? Thanks a million for answering this, in advance, Regards, Gayatri Kulkarni ___ Freeswitch-users mailing list Freeswitch

Re: [Freeswitch-users] call through service

2008-09-05 Thread Gayatri Kulkarni
Thanks Alex! I'll try this one Regards, Gayatri Kulkarni On Fri, Sep 5, 2008 at 6:15 PM, Alex Kinch [EMAIL PROTECTED] wrote: Hello, You'll need to write a script for FS in your choice of language - I knocked together a quick demo for one in Lua the other week. Something like

[Freeswitch-users] Register cell phone

2008-09-04 Thread Gayatri Kulkarni
Hi, Can I register my cell phone to FS? How can I do that? Regards, Gayatri Kulkarni - Whenever you find yourself on the side of the majority, it is time to pause and reflect. ___ Freeswitch-users mailing list Freeswitch-users

Re: [Freeswitch-users] Register cell phone

2008-09-04 Thread Gayatri Kulkarni
information on the model and make of cell phone? On Thu, Sep 4, 2008 at 5:18 PM, Gayatri Kulkarni [EMAIL PROTECTED]wrote: Hi, Can I register my cell phone to FS? How can I do that? Regards, Gayatri Kulkarni - Whenever you find yourself on the side of the majority, it is time to pause

Re: [Freeswitch-users] Register cell phone

2008-09-04 Thread Gayatri Kulkarni
Nokia 6085 On Thu, Sep 4, 2008 at 5:26 PM, hemant kumar [EMAIL PROTECTED] wrote: any information on the model and make of cell phone? On Thu, Sep 4, 2008 at 5:18 PM, Gayatri Kulkarni [EMAIL PROTECTED]wrote: Hi, Can I register my cell phone to FS? How can I do that? Regards, Gayatri

Re: [Freeswitch-users] Register cell phone

2008-09-04 Thread Gayatri Kulkarni
googled. /b On Sep 4, 2008, at 11:47 AM, Gayatri Kulkarni wrote: Nokia 6085 On Thu, Sep 4, 2008 at 5:26 PM, hemant kumar [EMAIL PROTECTED] wrote: any information on the model and make of cell phone? On Thu, Sep 4, 2008 at 5:18 PM, Gayatri Kulkarni [EMAIL PROTECTED] wrote

Re: [Freeswitch-users] API info

2008-09-02 Thread Gayatri Kulkarni
Also, how to originate calls between endpoints registered to 2 different FSs?? Thanks a lot in advance, Regards, Gayatri Kulkarni - Whenever you find yourself on the side of the majority, it is time to pause and reflect. From: Gayatri Kulkarni Sent: Tuesday, September 02, 2008 2:45 AM

Re: [Freeswitch-users] How to originate a session from outside

2008-09-02 Thread Gayatri Kulkarni
what you already have posted there - if you don't mind that is! I don't mean to offend you. Thanks a lot anyways! Regards, Gayatri Kulkarni - Whenever you find yourself on the side of the majority, it is time to pause and reflect. From: Gayatri Kulkarni Sent: Tuesday, September 02, 2008

Re: [Freeswitch-users] How to originate a session from outside

2008-08-27 Thread Gayatri Kulkarni
same result Regards, Gayatri Kulkarni From: Adeel Ansari Sent: Tuesday, August 26, 2008 11:03 PM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] How to originate a session from outside Try to issue the same command, what you are issuing via rpc, directly

Re: [Freeswitch-users] How to originate a session from outside

2008-08-27 Thread Gayatri Kulkarni
the debug mode. On Wed, Aug 27, 2008 at 2:08 PM, Gayatri Kulkarni [EMAIL PROTECTED] wrote: same result Regards, Gayatri Kulkarni From: Adeel Ansari Sent: Tuesday, August 26, 2008 11:03 PM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] How to originate

Re: [Freeswitch-users] How to originate a session from outside

2008-08-26 Thread Gayatri Kulkarni
How to do that exactly? Regards, Gayatri Kulkarni From: Brian West Sent: Tuesday, August 26, 2008 6:14 AM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] How to originate a session from outside make sure mod_xml_rpc is loaded. /b On Aug 26, 2008, at 8:01 AM

Re: [Freeswitch-users] How to originate a session from outside

2008-08-26 Thread Gayatri Kulkarni
How would you make sure mod_xml_rpc is loaded? I could successfully run reloadxml I got the exception again. Regards, Gayatri Kulkarni From: Brian West Sent: Tuesday, August 26, 2008 6:14 AM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] How to originate a session

Re: [Freeswitch-users] How to originate a session from outside

2008-08-26 Thread Gayatri Kulkarni
(RMIServer.java:49) Regards, Gayatri Kulkarni From: Brian West Sent: Tuesday, August 26, 2008 7:51 AM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] How to originate a session from outside conf/autoload_configs/modules.conf.xml and uncomment it. You can also load it by typing

Re: [Freeswitch-users] How to originate a session from outside

2008-08-26 Thread Gayatri Kulkarni
it out with other destination numbers as well. I am using a LAN IP for my domain. Regards, Gayatri Kulkarni From: Adeel Ansari Sent: Tuesday, August 26, 2008 8:34 AM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] How to originate a session from outside Try to remove

Re: [Freeswitch-users] How to originate a session from outside

2008-08-22 Thread Gayatri Kulkarni
, event-handlers etc. and let me know if us know too if you find anything. Regards, Gayatri Kulkarni From: Adeel Ansari Sent: Friday, August 22, 2008 3:02 AM To: freeswitch-users@lists.freeswitch.org Subject: [Freeswitch-users] How to originate a session from outside Hi All, I had success

Re: [Freeswitch-users] How to originate a session from outside

2008-08-22 Thread Gayatri Kulkarni
Hey guys, How would you find out list of APIs that you can provide as param[] member to the client.execute(...) call? Really appreciate your help Regards, Gayatri Kulkarni From: Adeel Ansari Sent: Friday, August 22, 2008 3:34 AM To: freeswitch-users@lists.freeswitch.org Subject: Re

[Freeswitch-users] Query regarding FreeSWITCH

2008-08-20 Thread Gayatri Kulkarni
querying about the API name and it's respective parameterlist look like? Does FressSWITCH support such a request basically? - I suppose it does, it has all of it's data in XML format. What would the response be like? Thanks a million, Gayatri Kulkarni

Re: [Freeswitch-users] Fwd: FreeSwitch Branch

2008-08-20 Thread Gayatri Kulkarni
So how do i commit to the branch? I can't open my branch in the browser either! it says 404 not found! And where do i use the login?? Thanks, Gayatri Kulkarni On Wed, Aug 20, 2008 at 11:19 AM, Brian West [EMAIL PROTECTED] wrote: You don't have commit to the trunk... just your branch