[asterisk-users] Configuring Asterisk to allow any payload type in SDP

2014-05-30 Thread Nicolae Rosia
Hello, Is there a way to configure Asterisk so that it doesn't care about the playload type in SDP ? I'm trying to send custom data which has assigned a dynamic PT through RTP so I only need Asterisk to act as a proxy/forwarder but I'm getting 488 Not acceptable here responses and in console No

Re: [asterisk-users] Configuring Asterisk to allow any payload type in SDP

2014-05-30 Thread Joshua Colp
Nicolae Rosia wrote: Hello, Kia ora, Is there a way to configure Asterisk so that it doesn't care about the playload type in SDP ? I'm trying to send custom data which has assigned a dynamic PT through RTP so I only need Asterisk to act as a proxy/forwarder but I'm getting 488 Not acceptable

Re: [asterisk-users] Configuring Asterisk to allow any payload type in SDP

2014-05-30 Thread Nicolae Rosia
In this case I guess the only workaround is to load a module which registers a codec specific to that payload type? On Fri, May 30, 2014 at 6:46 PM, Joshua Colp jc...@digium.com wrote: Nicolae Rosia wrote: Hello, Kia ora, Is there a way to configure Asterisk so that it doesn't care

Re: [asterisk-users] Configuring Asterisk to allow any payload type in SDP

2014-05-30 Thread Joshua Colp
Nicolae Rosia wrote: In this case I guess the only workaround is to load a module which registers a codec specific to that payload type? It actually requires modifying Asterisk in multiple places (format.h, rtp_engine.c, frame.c, and others I'm probably forgetting). Adding knowledge of a