Thank you, Douglas!

You are right, it is generited in InviteMessage.java:
"
public class InviteMessage extends JainSipMessage {


    // Dummy sdp body for initial INVITE
    static final String SDP_BODY_FORMAT = "v=0\r\n" + "o=- %2$s 1 IN IP4
%1$s\r\n"
            + "s=SipXconfig\r\n" + "c=IN IP4 %1$s\r\n" + "t=0 0\r\n"
            + "m=audio 2222 RTP/AVP 0 101\r\n" + "a=sendrecv\r\n" +
"a=rtpmap:0 PCMU/8000\r\n"
            + "a=rtpmap:101 telephone-event/8000\r\n";
"

Unfortunately, I am not a professional in java ...I hope manual and
google will help me.



-- 
-------------------
Regards,
Alexander Shvaryov


В Чт., 23/12/2010 в 14:13 -0500, Douglas Hubler пишет:
> On Thu, Dec 23, 2010 at 12:03 PM, Alexander Shvaryov <[email protected]> 
> wrote:
> >
> > Apologies for the typo, I meant " ... other than the 711U"?
> 
> I'm not 100% positive, but i think the INVITE is generated here.
> 
> https://github.com/dhubler/sipxecs/raw/master-4.2/sipXcallController/src/main/java/org/sipfoundry/callcontroller/SipServiceImpl.java
> 
> maybe it's a default that should be parameterized or system configurable.
> _______________________________________________
> sipx-users mailing list
> [email protected]
> List Archive: http://list.sipfoundry.org/archive/sipx-users/

_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to