bayonne-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Bayonne-devel] RE:


From: Julien Chavanton
Subject: RE: [Bayonne-devel] RE:
Date: Thu, 18 Aug 2005 11:15:03 -0400

The only Bayonne state where there can be more then one simultaneous call is “release” so I think we can modify this state to detect

an offered and notify the next “idle”.

 

Later we shall go further and have a real support for multiple calls per line but for now this is not required since as far as I know the Telco does not offer call on hold.

 

Julien

 


From: address@hidden [mailto:address@hidden On Behalf Of Julien Chavanton
Sent: August 18, 2005 10:39 AM
To: Etoile Dièse; address@hidden
Subject: RE: [Bayonne-devel] RE:

 

The problem is a bit more complex then expected:

There can be more then one simultaneous call on a line device (For example ISDN call on hold).

And when between drop and release we can receive an offered.

So Bayonne Globalcall shall be modified to support more then one CRN on each line.

I have to evaluate the complexity of such modification.

 

Here is an example of 2 simultaneous CRN on one line device.

 

dx(12): GCEV_DISCONNECTED HDL:31 CRN:33616924

dx(12): step 2 exit()

dx(12): exit

dx(12): script exiting

dx(12): HANGUP TRUNK_ENTER_ STATE reset_timer:1090604252 hangup_timer:100

dx(12): hangup

dx(12): gc_DropCall(33616924) == SUCCESS

dx(12): detach script

dx(12): GCEV_DROPCALL HDL:31 CRN:33616924

dx(12): HANGUP TRUNK_CALL_DISCONNECT:31 CRN:33616924

dx(12): release

dx(12): gc_ReleaseCallEx(33616924) == SUCCESS

dx(12): GCEV_OFFERED HDL:31 CRN:33617948

dx(12): GCEV_RELEASECALL HDL:31 CRN:33616924

dx(12): ENTERING IDLE STATE:31 CRN:-1

dx(12): idle

dx(12): GCEV_DISCONNECTED HDL:31 CRN:33617948

 

-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Etoile Dièse
Sent: August 17, 2005 5:06 PM
To: address@hidden
Subject: Re: [Bayonne-devel] RE:

 

Cool, May we have this modif ?

 

Le mercredi 17 Août 2005 21:17, Julien Chavanton a écrit :

> I have made modification to Bayonne Globalcall to remove CRN

> modification from outside driver.cpp (the Dialogic event handler)

> 

> This way the CRN is always correct.

> 

> 

> 

> I am stressing the port as much as I can.

> 

> 

> 

> I have good result.

> 

> 

> 

> 

> 

> 

> 

> 

> 

>   _____

> 

> From: Julien Chavanton

> Sent: August 17, 2005 10:25 AM

> To: 'address@hidden'

> Subject:

> 

> 

> 

> While debugging and stressing Bayonne1 / Globalcall I have found another

> problem that take place under heavy stress

> 

> Here we can see a call clearing and a new call coming with almost no

> delay between them

> 

> 

> 

> Bayonne is in idle while the new call as been offered.

> 

> 

> 

> The problem is that Bayonne idle clear the CRN but in this case the CRN

> of the new call is cleared !

> 

> 

> 

> I think only driver.cpp should be able to clear CRN since it is the

> driver event handler.

> 

> 

> 

> I am testing the modification.

> 

> 

> 

> Aug 27 08:37:18 localhost bayonne: dx(16): GCEV_DISCONNECTED HDL:39

> 

> Aug 27 08:37:18 localhost bayonne: dx(16): step 2 exit()

> 

> Aug 27 08:37:18 localhost bayonne: dx(16): exit

> 

> Aug 27 08:37:18 localhost bayonne: dx(16): script exiting

> 

> Aug 27 08:37:18 localhost bayonne: dx(16): hangup

> 

> Aug 27 08:37:18 localhost bayonne: dx(16): detach script

> 

> Aug 27 08:37:18 localhost bayonne: dx(16): GCEV_DROPCALL HDL:39

> 

> Aug 27 08:37:18 localhost bayonne: dx(16): release

> 

> Aug 27 08:37:19 localhost bayonne: dx(16): GCEV_RELEASECALL HDL:39

> 

> Aug 27 08:37:19 localhost bayonne: dx(16): GCEV_OFFERED HDL:39

> CRN:33604644

> 

> Aug 27 08:37:19 localhost bayonne: dx(16): idle

> 

> Aug 27 08:37:19 localhost bayonne: dx(16): gc_AcceptCall error HDL:39

> CRN:-1

> 

> Aug 27 08:37:19 localhost bayonne: dx(16): ring

> 

> Aug 27 08:37:28 localhost bayonne: dx(16): GCEV_DISCONNECTED HDL:39

> 

> Aug 27 08:37:29 localhost bayonne: dx(16): hangup

> 

> Aug 27 08:37:29 localhost bayonne: dx(16): gc_DropCall 66 Invalid call

> reference number has been used

> 

> Aug 27 08:37:29 localhost bayonne: dx(16): idle

 

--

Etoile Dièse

 

 

_______________________________________________

Bayonne-devel mailing list

address@hidden

http://lists.gnu.org/mailman/listinfo/bayonne-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]