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 123@134.32.220.33 then the SIP
message behind the Asterisk looks like

INVITE sip:2232@10.10.10.11 SIP/2.0
Via: SIP/2.0/UDP 10.10.10.10 (Asterisk IP)
From: "123" <sip:soft@10.10.10.10> (again Asterisk IP)
....

how can I change this?
Thanks
Tom

-- 
sip:3...@perenaster.com
sip:3...@perenaster.com
sip:3...@perenaster.com
sip:3...@perenaster.com
sip:3...@perenaster.com
--
_____________________________________________________________________
-- 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

Reply via email to