VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
gmaruzz at celliax.org Guest
|
Posted: Sat Aug 15, 2009 11:09 am Post subject: [Freeswitch-users] Skypiax, Skype endpoint and trunk, robust |
|
|
On Sat, Aug 15, 2009 at 5:41 PM, Seven Du<dujinfang@gmail.com> wrote:
Quote: | And as I noticed you removed the sequential line hunting methods.
|
Because was broken. So, I aliased it to the RR.
If you think it can be useful, add a Jira for it
Quote: | Thank you very much for merging in the sk list with statistic patch,
| Thanks to you for sending the patch! I've only added the callflow of
the skype client to it
Quote: |
Two features are:
continue load on fail: make sure the module continue load even it
failed to talk to a skype instance
|
mmmmh, I'm too conservative for this one: I prefer that if you
configured a skype instance, you expect it to work, so the module must
fail if there is not such instance
Quote: | auto skype user: get the user name by the returned CURRENTUSERHANDLE
other than from the config xml, for easier config.
|
the username returned by CURRENTUSERHANDLE is checked against the
config file because is the only way you can associate interface_name
with its related Skype client instance on Windoz (no multiple X
servers there).
Thanks a lot for all your efforts!!!
-giovanni
_______________________________________________
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 |
|
|
dujinfang at gmail.com Guest
|
Posted: Sat Aug 15, 2009 11:52 am Post subject: [Freeswitch-users] Skypiax, Skype endpoint and trunk, robust |
|
|
On Aug 16, 2009, at 12:02 AM, Giovanni Maruzzelli wrote:
Quote: | On Sat, Aug 15, 2009 at 5:41 PM, Seven Du<dujinfang@gmail.com> wrote:
Quote: | And as I noticed you removed the sequential line hunting methods.
|
Because was broken. So, I aliased it to the RR.
If you think it can be useful, add a Jira for it
|
Ok, as you think it's broken, better to leave it as is.
Quote: | Quote: | Thank you very much for merging in the sk list with statistic patch,
| Thanks to you for sending the patch! I've only added the callflow of
the skype client to it
| I think maybe you merged in an old version of the patch, the last
should be skype_status_new1.diff, which I added one more statistic
line and the unsigned long should be uint32_t I think. however, I can
add another patch if you think it's useful. Oh, one more, it also set
channel name to skypiax/RR/sk_1/other_skype_name for easy check in log.
(As I also would like to see sofia/external/xxxx to be sofia/gateway/
gw/xxxx ).
Quote: | Quote: |
Two features are:
continue load on fail: make sure the module continue load even it
failed to talk to a skype instance
|
mmmmh, I'm too conservative for this one: I prefer that if you
configured a skype instance, you expect it to work, so the module must
fail if there is not such instance
|
One of the reason I think it's useful is one can configure to load
everything on server boot time. I run two skypiax servers, one can
start 20 instances in batch without any problem but the other only
starts 50%, then I need manually start them over and over until I
confirmed all works with client or skypiax_auth. The two servers are
not in the same datacenter but all have public ip. Once it started
working we never never experienced a skype instance stoped working.
But I experienced that kill a skype instance immediately caused
skypiax core dump.
Sure it might cause other bugs even it is configured to false by
default. I gona merge in my branch in case others using that.
Quote: | Quote: | auto skype user: get the user name by the returned CURRENTUSERHANDLE
other than from the config xml, for easier config.
|
the username returned by CURRENTUSERHANDLE is checked against the
config file because is the only way you can associate interface_name
with its related Skype client instance on Windoz (no multiple X
servers there).
|
It by default disabled so I guess nothing will break.
_______________________________________________
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 |
|
|
gmaruzz at celliax.org Guest
|
Posted: Fri Aug 28, 2009 2:59 pm Post subject: [Freeswitch-users] Skypiax, Skype endpoint and trunk, robust |
|
|
On Fri, Aug 28, 2009 at 10:29 PM, Meftah Tayeb<tayeb.meftah@gmail.com> wrote:
Quote: | if i load the module manualy, for the first load crach and don't detect
the active runing skype client
but if i do load mod_skypiax aguin will load and work perfectly
|
Meftah,
I've not seen that bug, it works first time for me.
Anyway, I'll double check it, and I open A jira for you
-giovanni
_______________________________________________
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 |
|
|
gmaruzz at celliax.org Guest
|
Posted: Fri Aug 28, 2009 2:59 pm Post subject: [Freeswitch-users] Skypiax, Skype endpoint and trunk, robust |
|
|
http://jira.freeswitch.org/browse/MODSKYPIAX-49
On Fri, Aug 28, 2009 at 9:41 PM, Giovanni Maruzzelli<gmaruzz@celliax.org> wrote:
Quote: | On Fri, Aug 28, 2009 at 10:29 PM, Meftah Tayeb<tayeb.meftah@gmail.com> wrote:
Quote: | if i load the module manualy, for the first load crach and don't detect
the active runing skype client
but if i do load mod_skypiax aguin will load and work perfectly
|
Meftah,
I've not seen that bug, it works first time for me.
Anyway, I'll double check it, and I open A jira for you
-giovanni
|
_______________________________________________
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
|