Re: [asterisk-users] Packet2Packet Bridging Questions

2007-03-09 Thread Olle E Johansson


8 mar 2007 kl. 21.05 skrev Daryl Jurbala:

OK...that makes much more sense.  So here's my follow-up question:  
what's the easiest way to check if I'm native bridging a call.  I'm  
trying to offload as much RTP traffic as possible, and want to have  
a way to check quickly (there are well over 50 calls on each of  
these boxes at any given time).  I've been going the ethereal  
route, which is great for debugging, but not so good for a quick look.


During the call, run sip show channel xxxyyzz and check Audio IP.  
If the audio IP doesn't belong to your Asterisk server, media is handled

through the native bridge.

/O
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Packet2Packet Bridging Questions

2007-03-08 Thread Daryl Jurbala
I'm just starting to upgrade some boxes from 1.2.x to 1.4.1 as well  
as trying to get some of the RTP traffic offloaded from the network.   
I think I'm misunderstanding what the console messages mean when it  
says Packet2Packet Bridding SIP/blah to SIP/blah.  I though that  
meant that it had successfully (re)INVITED and the media was no  
longer going through my Asterisk box, but ethereal says different.


I'm not having much luck finding any information on this on the wiki  
or google.  Can someone point me in the right direction?


Thanks,
Daryl



___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Packet2Packet Bridging Questions

2007-03-08 Thread Joshua Colp

Daryl Jurbala wrote:
I'm just starting to upgrade some boxes from 1.2.x to 1.4.1 as well as 
trying to get some of the RTP traffic offloaded from the network.  I 
think I'm misunderstanding what the console messages mean when it says 
Packet2Packet Bridding SIP/blah to SIP/blah.  I though that meant that 
it had successfully (re)INVITED and the media was no longer going 
through my Asterisk box, but ethereal says different.


I'm not having much luck finding any information on this on the wiki or 
google.  Can someone point me in the right direction?


Thanks,
Daryl


Packet2Packet Bridging = Audio is not going through the Asterisk core, 
it comes into the RTP stack and goes directly out. This decreases the 
amount of memory allocation that happens, and things require less 
processing.


Native Bridging = Audio was reinvited between the two endpoints so it 
(should) go direct.


Joshua Colp
Software Developer
Digium, Inc.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Packet2Packet Bridging Questions

2007-03-08 Thread Daryl Jurbala
OK...that makes much more sense.  So here's my follow-up question:  
what's the easiest way to check if I'm native bridging a call.  I'm  
trying to offload as much RTP traffic as possible, and want to have a  
way to check quickly (there are well over 50 calls on each of these  
boxes at any given time).  I've been going the ethereal route, which  
is great for debugging, but not so good for a quick look.


Thanks again,
Daryl

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users