Hello, I have a similar problem. Whenever a call comes in to my asterisk I handle it like this:
exten => s,1, Answer() exten => s, n, Dial(SIP/exten,20,fotT) exten => s, 1, Hangup() it works fine but in the SIP messages th IP-Address from Asterisk is in the >From field. For example I am calling from [email protected] then the SIP message behind the Asterisk looks like INVITE sip:[email protected] SIP/2.0 Via: SIP/2.0/UDP 10.10.10.10 (Asterisk IP) From: "123" <sip:[email protected]> (again Asterisk IP) .... how can I change this? Thanks Tom -- sip:[email protected] sip:[email protected] sip:[email protected] sip:[email protected] sip:[email protected]
-- _____________________________________________________________________ -- 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
