View previous topic :: View next topic |
Author |
Message |
venefax at gmail.com Guest
|
Posted: Thu Aug 14, 2014 7:51 pm Post subject: [asterisk-users] 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.
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
gopalakrishnan.an at g... Guest
|
Posted: Mon Aug 18, 2014 3:08 am Post subject: [asterisk-users] Question about SIP Dial |
|
|
It supposed to be like this Dial(SIP/${EXTEN}#ip.add.re.ss)
Regards
On Fri, Aug 15, 2014 at 6:20 AM, CDR <venefax@gmail.com (venefax@gmail.com)> wrote:
Quote: | 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.
--
_____________________________________________________________________
-- 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
|
|
|
Back to top |
|
|
|