[Freeswitch-users] Outbound calls from the CLI in Python

Michael Jerris mike at jerris.com
Mon Oct 6 21:52:53 PDT 2008


Check out http://svn.freeswitch.org/svn/freeswitch/trunk/src/mod/languages/mod_python/python_example.py 
  for more information on how you need to structure your python  
scripts.  Please note that the information on the wiki at :

http://wiki.freeswitch.org/wiki/Mod_python

is out of date.  If someone would update that with information from  
the example file above it would be much appreciated.

Mike


On Oct 6, 2008, at 11:02 PM, Marc Orenberg wrote:

> Hello. I was wondering if origination of outbound calls from the CLI  
> is currently supported in Python.
> I've been unable to find a working example of this anywhere, and  
> when I try calling a python script from the CLI I always get an  
> error: "Module does not define fsapi".
>
> Here's a non-working example of what I'm trying to do:
>
> import os
> from freeswitch import *
> def handler(session, args):
>     consoleLog("INFO","Im in handler")
>     new_session = Session()
>     new_session.originate(session,"{ignore_early_media=true}sofia/ 
> gateway/" + SIP_CARRIER + "/" + phone_number)
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20081007/aa9d99f9/attachment-0002.html 


More information about the FreeSWITCH-users mailing list