Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Q931 TE State Timer


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
helmut.kuper at ewetel.de
Guest





PostPosted: Fri Jun 12, 2009 9:45 am    Post subject: [Freeswitch-users] Q931 TE State Timer Reply with quote

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I just want to let you know, that I started some work on Q.931 TE state
timers in current openzap ozmod_isdn stack. The current stack has some
problems with freeing ressources when far end doesn't follow Q931 state
machine cleanly. On my side I mainly miss a RELEASE after sending
DISCONNECT and so m more and more channels are wasted over time.

Openzap Q931 stack has some preworked timer and state handling (in form
of Q931_UX states). Unfortunately it is disabled in source. I enabled
it, added some Q931_UX states to Q931StateTE.c, added a timeout handler
to ozmod_isdn.c and tested it with my special problem. In lab missed
RELEASEs are now detected and the corresponding channel is freed cleanly
- - hurray Smile

I would like to put my work in openzap trunk as soon as it works stable
in production and FS board allows me to do so.

I can't promise that I will implement all timers for Q931 TE nor I plan
to work on Q931 NT timers.

As I said: Just for your information.


Have a nice weekend!

Helmut
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFKMmbl4tZeNddg3dwRAvWbAJ43Vex8J3LiVMu9mvs4US23eif19gCeO37l
4CGbk8CA+n+/dMRo5y5A+i0=
=ZtvM
-----END PGP SIGNATURE-----

_______________________________________________
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
anthony.minessale at g...
Guest





PostPosted: Fri Jun 12, 2009 10:54 am    Post subject: [Freeswitch-users] Q931 TE State Timer Reply with quote

please make sure you stay tuned into #openzap and coordinate with stkn and the other guys
doing work on the stack.  That way we can make sure we get the best out of the code.


On Fri, Jun 12, 2009 at 9:32 AM, Helmut Kuper <helmut.kuper@ewetel.de (helmut.kuper@ewetel.de)> wrote:
Quote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I just want to let you know, that I started some work on Q.931 TE state
timers in current openzap ozmod_isdn stack. The current stack has some
problems with freeing ressources when far end doesn't follow Q931 state
machine cleanly. On my side I mainly miss a RELEASE after sending
DISCONNECT and so m more and more channels are wasted over time.

Openzap Q931 stack has some preworked timer and state handling (in form
of Q931_UX states). Unfortunately it is disabled in source. I enabled
it, added some Q931_UX states to Q931StateTE.c, added a timeout handler
to ozmod_isdn.c and tested it with my special problem. In lab missed
RELEASEs are now detected and the corresponding channel is freed cleanly
- - hurray Smile

I would like to put my work in openzap trunk as soon as it works stable
in production and FS board allows me to do so.

I can't promise that I will implement all timers for Q931 TE nor I plan
to work on Q931 NT timers.

As I said: Just for your information.


Have a nice weekend!

Helmut
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFKMmbl4tZeNddg3dwRAvWbAJ43Vex8J3LiVMu9mvs4US23eif19gCeO37l
4CGbk8CA+n+/dMRo5y5A+i0=
=ZtvM
-----END PGP SIGNATURE-----

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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



--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
Back to top
stkn at freeswitch.org
Guest





PostPosted: Fri Jun 12, 2009 12:22 pm    Post subject: [Freeswitch-users] Q931 TE State Timer Reply with quote

Helmut Kuper wrote:
Quote:
Hello,

I just want to let you know, that I started some work on Q.931 TE state
timers in current openzap ozmod_isdn stack. The current stack has some
problems with freeing ressources when far end doesn't follow Q931 state
machine cleanly. On my side I mainly miss a RELEASE after sending
DISCONNECT and so m more and more channels are wasted over time.

Openzap Q931 stack has some preworked timer and state handling (in form
of Q931_UX states). Unfortunately it is disabled in source. I enabled
it, added some Q931_UX states to Q931StateTE.c, added a timeout handler
to ozmod_isdn.c and tested it with my special problem. In lab missed
RELEASEs are now detected and the corresponding channel is freed cleanly
- hurray Smile

I would like to put my work in openzap trunk as soon as it works stable
in production and FS board allows me to do so.

I can't promise that I will implement all timers for Q931 TE nor I plan
to work on Q931 NT timers.

As I said: Just for your information.


Have a nice weekend!

Helmut

Umm, you've been doing duplicate work then.

The version of ozmod_isdn i have been working on is completely stateful and
has a couple of timers already implemented.

And i remember giving you the location of the git repository on IRC,
earlier this year. (But never got any feedback)


stkn


_______________________________________________
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


_______________________________________________
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
helmut.kuper at ewetel.de
Guest





PostPosted: Mon Jun 15, 2009 2:01 am    Post subject: [Freeswitch-users] Q931 TE State Timer Reply with quote

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Stefan,

On 12.06.2009 19:21, Stefan Knoblich wrote:

Quote:
Umm, you've been doing duplicate work then.

Sad Well, I implemented just one timer by now. So not much time has been
wasted ...

Quote:

The version of ozmod_isdn i have been working on is completely stateful and
has a couple of timers already implemented.

Very good Smile

Quote:

And i remember giving you the location of the git repository on IRC,
earlier this year. (But never got any feedback)

Sorry, at that time we talked about q931 to pcap. By now I thought state
timers are still not done, so there wasn't a reason to test it regarding
state timers .... buuuut today things changed and I will download your
openzap.



regards
Helmut
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFKNfDw4tZeNddg3dwRAkThAJ4iPiZ4ZOAKKWpmKdCbjM8oM5mH6QCeMo5m
pV4Y1/hpO7osV8cuInYJd2o=
=zoZu
-----END PGP SIGNATURE-----

_______________________________________________
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
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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

VoiceMeUp - Corporate & Wholesale VoIP Services