[Home]

Summary:ASTERISK-00555: [patch] Allow SIP/peer/extension as well as SIP/extension@peer
Reporter:Thorsten Lockert (tholo)Labels:
Date Opened:2003-11-21 09:24:03.000-0600Date Closed:2004-09-25 02:49:15
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_sip.diff
Description:Most technologies allow a format TECH[/data]/extension so that it is easy to set up e.g. a TRUNK global variable in extensions.conf

****** ADDITIONAL INFORMATION ******

SIP does not allow this, making it so that you can't easily use Dial(${TRUNK}/${EXTEN}) where TRUNK is set to "SIP/peer"

The attached patch adds the ability to do this, but keeps SIP/extension@peer as the primary format.
Comments:By: Brian West (bkw918) 2003-11-23 19:23:10.000-0600

Imported to CVS