Hi everyone
I installed latest AsteriskNOW for some SIP testing. I only have a few extensions and no trunks.
Here is my problem:
- User A (3001) calls User B (3002)
- The INVITE sent from Asterisk to User B has a Contact user header like:
Contact URI: sip:9c1317e7-b9d7-4df4-8a12-908a2f60fbb5@192.168.10.236:5060
- As a result of this, all REQUEST Messages coming from User B will have this Request-URI:
Request-URI: sip:9c1317e7-b9d7-4df4-8a12-908a2f60fbb5@192.168.10.236:5060
instead of
Request-URI: sip:192.168.10.236:5060
Please check the attached capture. It is RAR because i can't upload PCAP.
Is there a possibility to eliminate/control this automatic calculation of user? I know it is used for some forking, but i don't need it. If there is some GUI option, it would be great, because i'm kind of begineer in Linux administration.
Thank you very much.