VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
marc at kasteris.com Guest
|
Posted: Mon Oct 06, 2008 10:05 pm Post subject: [Freeswitch-users] Outbound calls from the CLI in Python |
|
|
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) |
|
Back to top |
|
|
mike at jerris.com Guest
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|