There's no NAT situation here. It's just three computers in one LAN. Did I
mis-configure something?
--
Alois Komenda
Fraunhofer-Einrichtung für Systeme der Kommunikationstechnik ESK
Hansastraße 32
80686 München
Telefon: +49 (0)89/54 70 88-337
Telefax: +49 (0)89/54 70 88-220
E-Mail: [EMAIL P
John,
We have had varying levels of success using RBS signaling. I've
tinkered with it using a tor2 clone and my NEC NEAX2400 PBX. Among the
tricks necessary to get it working is figuring out which side is FXO and
which side is FXS. My PBX doesn't use FXO/FXS terminology so I just
basically thr
Just curious as to the state of / plan for T1 RBS support.
Our System 25 PBX doesn't support ISDN, however it does support
RBS. It would be nice to be able to run more lines into our
FreeSWITCH box using a T1 instead of analog lines.
-- John
---
> We would support this.
>
> Teliax has been doing some testing on FS and would need support for a
> full fledged, scalable IAX channel to go any further. I think anthm
> has the scope of the project in mind. If the community is interested
> we'll gladly contribute $$$ as well as dev support on an
darn,
forgot another 3 lines of code,
try now =D
On Tue, Jul 8, 2008 at 2:58 PM, Andy Spitzer <[EMAIL PROTECTED]> wrote:
> Woof!
>
> On Tue, 08 Jul 2008 15:27:02 -0400, Anthony Minessale <
> [EMAIL PROTECTED]> wrote:
>
> > update and try again.
>
> Alas, no joy. Break still won't wake it up.
>
A stack that can move audio without a single blip! ;)
/b
On Jul 8, 2008, at 5:43 PM, Royce Mitchell III wrote:
> I plan on using the iaxmodem project's code to link hylafax to
> freeswitch, but I don't know how many bells and whistles that would
> require.
Brian West
sip:[EMAIL PROTECTED]
I plan on using the iaxmodem project's code to link hylafax to
freeswitch, but I don't know how many bells and whistles that would require.
Brian West wrote:
> Just doing a quick poll to see who would like to see IAX in FreeSWITCH
> with all the bells and whistles?
>
> Brian West
> sip:[EMAIL P
We would support this.
Teliax has been doing some testing on FS and would need support for a
full fledged, scalable IAX channel to go any further. I think anthm
has the scope of the project in mind. If the community is interested
we'll gladly contribute $$$ as well as dev support on an ongoi
Please also indicate just how much you'd like it, i.e. if you are
willing to contribute to the devs for their time and effort.
-MC
> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:freeswitch-dev-
> [EMAIL PROTECTED] On Behalf Of Brian West
> Sent: Tuesday, July 08, 2008 3:23 PM
> To:
FYI,
You know the drill. Here's the link for the agenda for tomorrow:
http://wiki.freeswitch.org/wiki/Wiki_meet_2008_07_09
Please add whatever you think is relevant for tomorrow.
-MC
___
Freeswitch-users mailing list
Freeswitch-users@lists.
Just doing a quick poll to see who would like to see IAX in FreeSWITCH
with all the bells and whistles?
Brian West
sip:[EMAIL PROTECTED]
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/lis
I would suspect its due to X-Lite using port 5060 and FS trying to use
it also. So when FS started it didn't bind. I'm pretty sure you can
change the port x-lite uses so you can get around this.
/b
On Jul 8, 2008, at 3:05 PM, Kin Quek wrote:
> Hi All,
>
> I compiled FS in VS 2008 Express a
Woof!
On Tue, 08 Jul 2008 15:27:02 -0400, Anthony Minessale <[EMAIL PROTECTED]> wrote:
> update and try again.
Alas, no joy. Break still won't wake it up.
svn version 8933
--Woof!
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.
what is the callflow of the extension you are calling with sipp?
start by making the target extension just answer and play back a file till
you have it working
and expand it from there.
you can comment out the manage-presence option in your sip profile to make
the sip a lot less resource intensiv
Hi,
I am currently doing some characterization testing to figure out the
limitations of my freeswitch server. I have tried both with SIPP and by driving
SIP calls
between 2 Freeswitch through mod_event_socket. I get similar results both ways
and I am suspicious of the results I get.
Basically,
Right you are,
sorry forgot that bit.
update and try again.
On Tue, Jul 8, 2008 at 2:12 PM, Andy Spitzer <[EMAIL PROTECTED]> wrote:
> Woof!
>
> On Tue, 08 Jul 2008 13:27:40 -0400, Anthony Minessale <
> [EMAIL PROTECTED]> wrote:
>
> > Try latest trunk, I added support for what you want.
>
> Thank
Woof!
On Tue, 08 Jul 2008 13:27:40 -0400, Anthony Minessale <[EMAIL PROTECTED]> wrote:
> Try latest trunk, I added support for what you want.
Thanks. I just tried it. DTMF event reporting now works...but I cannot
"break" out of the sleep command once it is started.
--Woof!
_
Try latest trunk, I added support for what you want.
On Tue, Jul 8, 2008 at 10:59 AM, Andy Spitzer <[EMAIL PROTECTED]> wrote:
> Woof!
>
> Using mod_socket (outbound mode) on svn version 8911, after the call is
> answered, I'm having difficulty with generating silence periods during which
> I wan
I have started adding documentation here
http://wiki.freeswitch.org/wiki/Mod_pocketsphinx
I have this working with our pizza demo but not out of the box. I'll
add more info as more people test and help write the docs.
On Jul 8, 2008, at 11:58 AM, andrew wrote:
> I see this module was commi
I see this module was committed this week. Anybody have any info on how it
works?
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.f
Woof!
Using mod_socket (outbound mode) on svn version 8911, after the call is
answered, I'm having difficulty with generating silence periods during which I
want to be able to detect DTMF events.
If I use:
sendmsg
call-command: execute
execute-app-name: sleep
execute-app-arg: 5000
It won't de
I think when we detect a nat situation now, that it automatically
turns that on to keep the nat mappings open. Do you see this in a non-
nat situation?
Mike
On Jul 8, 2008, at 11:08 AM, Alois Komenda wrote:
Hello Freeswitchers,
for testing my application I want to prevent FreeSWITCH from
FYI
http://code.google.com/apis/protocolbuffers/docs/overview.html
What is PB?
*Protocol Buffers* – A language-neutral, platform-neutral, extensible way of
serializing structured data for use in communications protocols, data
storage, and more.
-E
___
Fr
Hello Freeswitchers,
for testing my application I want to prevent FreeSWITCH from sending OPTIONS
messages to registered UAs.
I use the accept-blind-reg mode, because I didn't get a registration with
password working with SIPp as UA.
Can I configure to prevent OPTIONS messages in the directory
On Tue, Jul 8, 2008 at 11:50 AM, Brian West <[EMAIL PROTECTED]> wrote:
> Doh OFF BY ONE ERROR!!! its the 9th not the 9th.
>
Off by one again!!! 9th not the 8th you mean? :-)
- GS
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.o
Doh OFF BY ONE ERROR!!! its the 9th not the 9th.
On Jul 8, 2008, at 9:44 AM, Brian West wrote:
> We have decided to move the meeting earlier since 5PM resulted in
> very few showing up. This also gives us a chance of more people in
> Europe to join in and take part. We could also Sched
We have decided to move the meeting earlier since 5PM resulted in very
few showing up. This also gives us a chance of more people in Europe
to join in and take part. We could also Schedule some so Asia can get
involved also.
So Wednesday at 9AM CST, 3PM GMT on the July 8th.
Any thoughts?
http://lists.freeswitch.org/pipermail/freeswitch-users/2008-May/003174.html
Example put this in features.xml
And this in your Local_Extension
Just don't complete the attended transfer and you'll be in a threeway
call.
/b
On Jul 8, 2008, at 3:50 AM
It can do that. I just haven't dug up the info from the mailing list
archives where Anthony explained the usage cases.
On Jul 8, 2008, at 3:50 AM, Juan Backson wrote:
> Hello Brian,
>
> We have those old style phones that don't come with 3-way calling.
> It would be really nice if FreeswitchSw
never mind. A colleague figured it out! http response codes!
Faraz R. Khan wrote:
> I have made a PHP script which processes the XML and feeds it into my DB.
>
> Is there anyway to return error codes from the PHP script? die() or
> exit(1) or echo 'Error' do not work. Is mod_xml_cdr expecting s
I have made a PHP script which processes the XML and feeds it into my DB.
Is there anyway to return error codes from the PHP script? die() or
exit(1) or echo 'Error' do not work. Is mod_xml_cdr expecting some
defined format or a return?
I am testing it by observing the console. I have also set
Hello Brian,
We have those old style phones that don't come with 3-way calling.
It would be really nice if FreeswitchSwitch can support this feature.
JB
On Fri, Jul 4, 2008 at 11:51 PM, Brian West <[EMAIL PROTECTED]> wrote:
> While the threeway app could do do this but was written to be use in
i want to get status(presence) of an endpoint from within JS/Python. is
it possible? i didn't find anything related to this in docs.
Regards,
--
Ghulam Mustafa <[EMAIL PROTECTED]>
___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch
33 matches
Mail list logo