[asterisk-dev] ARI - Add Support for custom SIP Headers with Originate

2015-03-08 Thread Nir Simionovich
Hi All, So, I've been banging my head against an issue with ARI. While Channel Originate enables you to originate channels, you can't really do a SIPAddHeader type functionality in there. Originally, I was under impression that endpoints/message should be able to give me the functionality I

Re: [asterisk-dev] [IAX] Separate QoS settings for signaling, voice and video packets

2015-03-08 Thread Yousf Ateya
IAX over one socket/port is a killer feature; Changing it is really hard. I was thinking about changing qos on-fly. something like this: if( is_control_packet current_tos_is_not_high) setsockop(high_priority) if( is_voice_packet current_tos_is_high) setsockop(low_priority) ast_sendto()

Re: [asterisk-dev] ARI - Add Support for custom SIP Headers with Originate

2015-03-08 Thread Olle E. Johansson
On 08 Mar 2015, at 09:52, Nir Simionovich nir.simionov...@gmail.com wrote: Hi All, So, I've been banging my head against an issue with ARI. While Channel Originate enables you to originate channels, you can't really do a SIPAddHeader type functionality in there. Originally, I

Re: [asterisk-dev] ARI - Add Support for custom SIP Headers with Originate

2015-03-08 Thread Nir Simionovich
Ok, I'll have a look into that one. On Sun, Mar 8, 2015 at 1:03 PM, Olle E. Johansson o...@edvina.net wrote: On 08 Mar 2015, at 09:52, Nir Simionovich nir.simionov...@gmail.com wrote: Hi All, So, I've been banging my head against an issue with ARI. While Channel Originate enables

Re: [asterisk-dev] ARI - Add Support for custom SIP Headers with Originate

2015-03-08 Thread Matthew Jordan
On Sun, Mar 8, 2015 at 10:51 AM, Nir Simionovich nir.simionov...@gmail.com wrote: Ok, I'll have a look into that one. On Sun, Mar 8, 2015 at 1:03 PM, Olle E. Johansson o...@edvina.net wrote: On 08 Mar 2015, at 09:52, Nir Simionovich nir.simionov...@gmail.com wrote: Hi All, So,

Re: [asterisk-dev] [IAX] Separate QoS settings for signaling, voice and video packets

2015-03-08 Thread Matthew Jordan
On Thu, Mar 5, 2015 at 5:27 AM, Yousf Ateya y.at...@starkbits.com wrote: Asterisk provides a way to set tos and cos fields https://wiki.asterisk.org/wiki/display/AST/IP+Quality+of+Service in IP headers. But as stated in documentation: Since IAX connections combine signalling, audio, and video