[asterisk-users] IAX2 - Separate Signaling and Media?

2010-08-23 Thread Tim Nelson
Greetings all-

Here's an odd question. Supposedly, IAX2 now has the ability to operate with 
signaling and media in separate streams, very much like SIP. I've read about 
this feature here[1] and there[2], but I have yet to see how to actually 
implement or test it. There are no options in the iax.conf sample configs with 
Asterisk.

All suggestions welcome, except those telling me to jump off a bridge because 
separated signaling and media makes IAX pointless when compared to SIP. :-)

--Tim

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] IAX2 - Separate Signaling and Media?

2010-08-23 Thread Tim Nelson
- "Tim Nelson"  wrote:
> Greetings all-
> 
> Here's an odd question. Supposedly, IAX2 now has the ability to
> operate with signaling and media in separate streams, very much like
> SIP. I've read about this feature here[1] and there[2], but I have yet
> to see how to actually implement or test it. There are no options in
> the iax.conf sample configs with Asterisk.
> 
> All suggestions welcome, except those telling me to jump off a bridge
> because separated signaling and media makes IAX pointless when
> compared to SIP. :-)
> 

Ugh, and let me specify references as originally intended:

[1] http://tools.ietf.org/search/rfc5456
[2] http://www.voip-info.org/wiki/view/IAX+versus+SIP

--Tim

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] IAX2 - Separate Signaling and Media?

2010-08-24 Thread Kevin P. Fleming
On 08/23/2010 10:30 PM, Tim Nelson wrote:
> - "Tim Nelson"  wrote:
>> Greetings all-
>>
>> Here's an odd question. Supposedly, IAX2 now has the ability to
>> operate with signaling and media in separate streams, very much like
>> SIP. I've read about this feature here[1] and there[2], but I have yet
>> to see how to actually implement or test it. There are no options in
>> the iax.conf sample configs with Asterisk.
>>
>> All suggestions welcome, except those telling me to jump off a bridge
>> because separated signaling and media makes IAX pointless when
>> compared to SIP. :-)
>>
> 
> Ugh, and let me specify references as originally intended:
> 
> [1] http://tools.ietf.org/search/rfc5456
> [2] http://www.voip-info.org/wiki/view/IAX+versus+SIP

I believe you are misinterpreting the RFC. IAX2 cannot use a separate
signaling and media stream to setup a call, but it *can* optimize a
media stream for a bridged call so that the media does not have to make
as many hops as the signaling does. The media still moves on the same
ports as the signaling packets, using the same protocol.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kflem...@digium.com
Check us out at www.digium.com & www.asterisk.org

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] IAX2 - Separate Signaling and Media?

2010-08-24 Thread Matt Riddell
On 24/08/10 11:45 PM, Kevin P. Fleming wrote:
> On 08/23/2010 10:30 PM, Tim Nelson wrote:
>> - "Tim Nelson"  wrote:
>>> Greetings all-
>>>
>>> Here's an odd question. Supposedly, IAX2 now has the ability to
>>> operate with signaling and media in separate streams, very much like
>>> SIP. I've read about this feature here[1] and there[2], but I have yet
>>> to see how to actually implement or test it. There are no options in
>>> the iax.conf sample configs with Asterisk.
>>>
>>> All suggestions welcome, except those telling me to jump off a bridge
>>> because separated signaling and media makes IAX pointless when
>>> compared to SIP. :-)
>>>
>>
>> Ugh, and let me specify references as originally intended:
>>
>> [1] http://tools.ietf.org/search/rfc5456
>> [2] http://www.voip-info.org/wiki/view/IAX+versus+SIP
>
> I believe you are misinterpreting the RFC. IAX2 cannot use a separate
> signaling and media stream to setup a call, but it *can* optimize a
> media stream for a bridged call so that the media does not have to make
> as many hops as the signaling does. The media still moves on the same
> ports as the signaling packets, using the same protocol.

And in that case the options are:

transfer=no ; Disable IAX native transfer
;transfer=mediaonly ; When doing IAX native transfers, transfer
 ; only media stream

Well, it depends on what version.  The above is from a 1.4 system - 
earlier systems had notransfer=yes, but not the mediaonly option.

-- 
Cheers,

Matt Riddell
___

http://www.venturevoip.com/news.php (Daily Asterisk News)
http://www.venturevoip.com/exchange.php (Full ITSP Solution)
http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer)

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] IAX2 - Separate Signaling and Media?

2010-08-28 Thread Tim Panton

On 24 Aug 2010, at 04:30, Tim Nelson wrote:

> - "Tim Nelson"  wrote:
>> Greetings all-
>> 
>> Here's an odd question. Supposedly, IAX2 now has the ability to
>> operate with signaling and media in separate streams, very much like
>> SIP. I've read about this feature here[1] and there[2], but I have yet
>> to see how to actually implement or test it. There are no options in
>> the iax.conf sample configs with Asterisk.
>> 
>> All suggestions welcome, except those telling me to jump off a bridge
>> because separated signaling and media makes IAX pointless when
>> compared to SIP. :-)
>> 
> 
> Ugh, and let me specify references as originally intended:
> 
> [1] http://tools.ietf.org/search/rfc5456
> [2] http://www.voip-info.org/wiki/view/IAX+versus+SIP
> 
> --Tim
> 


I think that the only implementation that does this is in asterisk.
It only does it in a limited way by setting:
transfer=mediaonly 
in iax.conf

I've never tried it, but I'd be happy to co-operate on an experiment :-)

Tim.


Tim Panton - Web/VoIP consultant and implementor
www.westhawk.co.uk




-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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