Re: [asterisk-dev] Separate Audio/Video

2013-12-02 Thread Sergio Muñoz
Hello, If I want to modify the C code, which part of the code should be modified?. I suppose I'll have to modify some function of chan_sip.c or create a new function, am I right? thanks!! 2013/11/26 Mark Michelson > On 11/26/2013 02:26 PM, Sergio Muñoz wrote: > >> Hello, >> >> In my case it w

Re: [asterisk-dev] Separate Audio/Video

2013-12-02 Thread Sergio Muñoz
2013/11/26 Mark Michelson > On 11/26/2013 02:26 PM, Sergio Muñoz wrote: > >> Hello, >> >> In my case it would be, device “A” makes a SIP call, Asterisk receives >> and modifies the SDP, then Asterisk sends the audio (RTP) to device “B” and >> the video (RTP) to device “C”. >> >> Can Asterisk modi

Re: [asterisk-dev] Separate Audio/Video

2013-11-26 Thread Mark Michelson
On 11/26/2013 02:26 PM, Sergio Muñoz wrote: Hello, In my case it would be, device “A” makes a SIP call, Asterisk receives and modifies the SDP, then Asterisk sends the audio (RTP) to device “B” and the video (RTP) to device “C”. Can Asterisk modify the SDP? ... how? Thanks! Asterisk does

Re: [asterisk-dev] Separate Audio/Video

2013-11-26 Thread Sergio Muñoz
Hello, In my case it would be, device “A” makes a SIP call, Asterisk receives and modifies the SDP, then Asterisk sends the audio (RTP) to device “B” and the video (RTP) to device “C”. Can Asterisk modify the SDP? ... how? Thanks! 2013/11/26 Mark Michelson > On 11/25/2013 01:58 PM, Sergio M

Re: [asterisk-dev] Separate Audio/Video

2013-11-26 Thread Mark Michelson
On 11/25/2013 01:58 PM, Sergio Muñoz wrote: Hello, I'm trying to separate the audio from video in asterisk, a device that gets the audio and video on another device. Can anyone help me where I can change in Asterisk?, Or is it better to create a new application, AGI, AMI, SIPSERVLET ...? Th

[asterisk-dev] Separate Audio/Video

2013-11-25 Thread Sergio Muñoz
Hello, I'm trying to separate the audio from video in asterisk, a device that gets the audio and video on another device. Can anyone help me where I can change in Asterisk?, Or is it better to create a new application, AGI, AMI, SIPSERVLET ...? Thanks! --