Asterisk sip.conf Configuartion for outbound calls -


i'm sending outbound calls asterisk server using sip account. want use separate ips voice signaling these outbound calls. please guide if idea regarding this, how should configure in sip.conf.

you can set rtp / media address ip in [general] section of sip.conf:

[general] ; media address media_address=10.10.5.2 ; depending on nat & situation might need signalling: externaddr=10.10.5.1 localnet=192.168.1.0/255.255.255.0 

then can confirm running:

ast*cli> sip set debug on 

and media address in sdp payload under c=.

word wise: make sure check routing on box too, e.g. route -n , make sure things headed expect them to.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -