Hello,
I'm trying to interface Asterisk with a third party voicemail system. This voicemail system registers itself as extension 199. This voicemail system gets the DID number (mailbox) from the SIP To: header field. My problem is creating the SIP INVITE with a To: field that's different that the Request-Line URI I need to create an INVITE that looks like this in Asterisk: 20:23:12 UDP Packet Received from 127.0.0.1:5060 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< INVITE sip:[email protected]:5070;target=101%40voicemailserver;cause=486 SIP/2.0 Via: SIP/2.0/UDP 10.11.11.205:5060;rport;branch=z9hG4bK253292 To: <sip:101@voicemailserver> From: "101"<sip:[email protected]>;tag=3277 Call-ID: [email protected] CSeq: 14 INVITE Can this be accomplished? Mike
-- _____________________________________________________________________ -- 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
