Displaying 1 result from an estimated 1 matches for "d3275eec".
2014 Aug 15
1
Question about SIP Dial
In channel PJSIP I use this format
Dial(PJSIP/endpoint/sip:${EXTEN}@ip.add.re.ss)
what would be the equivalent of this format in old SIP?
I tried
Dial(SIP/peer/${EXTEN}@ip.add.re.ss)
but it does not work. I just cannot embed the IP address in the peer's
definition, but I need to use some other configuration features that
are unique to each peer.