VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
alex at sinapticode.ro Guest
|
Posted: Thu Dec 11, 2008 6:39 am Post subject: [Freeswitch-users] Configuring FreeSwitch |
|
|
Hi,
I'm a newbie trying to configure freeswitch.
Our needs are simple: for starters we need to call external phones from
freeswitch and play a wav file.
Now, we have the voice provider's IP (no user/password authentication),
and we have the codec used (called "ulaw" in Asterisk, which I think is
called PCMU?). And this is basically all that we specify in Asterisk.
I compiled Freeswitch with the default settings, and I was wondering if
you guys can give me some hits, point me in the right direction.
Thanks,
--
Alexandru Nedelcu
http://alexn.org
_______________________________________________
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.freeswitch.org |
|
Back to top |
|
|
intralanman at freeswi... Guest
|
Posted: Thu Dec 11, 2008 10:03 am Post subject: [Freeswitch-users] Configuring FreeSwitch |
|
|
Alexandru Nedelcu wrote:
Quote: | Hi,
I'm a newbie trying to configure freeswitch.
Our needs are simple: for starters we need to call external phones from
freeswitch and play a wav file.
Now, we have the voice provider's IP (no user/password authentication),
and we have the codec used (called "ulaw" in Asterisk, which I think is
called PCMU?). And this is basically all that we specify in Asterisk.
| i think i answered all of this for you on irc yesterday....
use the bridge dialplan app to dial by ip similar to the following:
<action application="bridge"
data="sofia/${use_profile}/number@ip.address"/>
http://wiki.freeswitch.org/wiki/Sofia#Syntax might also help you out a
little
_______________________________________________
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.freeswitch.org |
|
Back to top |
|
|
alex at sinapticode.ro Guest
|
Posted: Fri Dec 12, 2008 3:30 pm Post subject: [Freeswitch-users] Configuring FreeSwitch |
|
|
On Thu, 2008-12-11 at 09:55 -0500, Raymond Chandler wrote:
Quote: |
i think i answered all of this for you on irc yesterday....
|
Yes you did, thanks for your help.
I'm a total newbie, but the good news is that I'm almost finished with
my setup. FS is great
Quote: | use the bridge dialplan app to dial by ip similar to the following:
<action application="bridge"
data="sofia/${use_profile}/number@ip.address"/>
|
I'm using "originate" initially. And I think I did something stupid. Is
there anything wrong with the following code ...
var new_session = new Session();
new_session.originate(session, URL);
bridge(session, new_session);
Quote: | http://wiki.freeswitch.org/wiki/Sofia#Syntax might also help you out
a
little
|
It worked great. Thanks.
_______________________________________________
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.freeswitch.org |
|
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
|