|
1 |
| ---- ../../../downloads/openwrt_trunk-r46338/feeds/telephony/net/asterisk-11.x/Makefile 2015-07-14 10:55:19.886308175 +0300 |
2 |
| -+++ ../../../openwrt_trunk/feeds/telephony/net/asterisk-11.x/Makefile 2015-07-14 17:40:33.774707869 +0300 |
| 1 | +--- ../../../downloads/openwrt_trunk-r46940/feeds/telephony/net/asterisk-11.x/Makefile 2015-09-15 12:24:40.666451660 +0300 |
| 2 | ++++ ../../../openwrt_trunk/feeds/telephony/net/asterisk-11.x/Makefile 2015-09-21 09:41:54.542917332 +0300 |
3 | 3 | @@ -26,28 +26,28 @@
|
4 | 4 | include $(INCLUDE_DIR)/package.mk
|
5 | 5 |
|
|
163 | 163 | else
|
164 | 164 | CONFIGURE_ARGS+= \
|
165 | 165 | --without-spandsp
|
166 |
| -@@ -215,14 +217,14 @@ |
| 166 | +@@ -215,7 +217,7 @@ |
167 | 167 |
|
168 | 168 | ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-res-srtp),)
|
169 | 169 | CONFIGURE_ARGS+= \
|
|
172 | 172 | else
|
173 | 173 | CONFIGURE_ARGS+= \
|
174 | 174 | --without-srtp
|
| 175 | +@@ -223,7 +225,7 @@ |
| 176 | + |
| 177 | + ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-res-xmpp),) |
| 178 | + CONFIGURE_ARGS+= \ |
| 179 | +- --with-iksemel="$(STAGING_DIR)/usr" |
| 180 | ++ --with-iksemel="$(STAGING_DIR)/opt" |
| 181 | + SITE_VARS+= \ |
| 182 | + ac_cv_lib_iksemel_iks_start_sasl=yes |
| 183 | + else |
| 184 | +@@ -232,7 +234,7 @@ |
175 | 185 | endif
|
176 | 186 |
|
177 | 187 | EXTRA_CFLAGS+= $(TARGET_CPPFLAGS)
|
|
180 | 190 | CONFIGURE_ARGS+= \
|
181 | 191 | --build=$(GNU_HOST_NAME) \
|
182 | 192 | --host=$(GNU_TARGET_NAME) \
|
183 |
| -@@ -238,28 +240,28 @@ |
| 193 | +@@ -247,28 +249,28 @@ |
184 | 194 | --without-libxml2 \
|
185 | 195 | --without-misdn \
|
186 | 196 | --without-nbs \
|
|
214 | 224 | --with-sounds-cache="$(DL_DIR)" \
|
215 | 225 | --disable-xmldoc
|
216 | 226 |
|
217 |
| -@@ -305,10 +307,10 @@ |
| 227 | +@@ -314,10 +316,10 @@ |
218 | 228 | ASTCFLAGS="$(EXTRA_CFLAGS) -DLOW_MEMORY"
|
219 | 229 | ASTLDFLAGS="$(EXTRA_LDFLAGS)"
|
220 | 230 | $(MAKE) -C "$(PKG_BUILD_DIR)" \
|
|
229 | 239 | NOISY_BUILD="yes" \
|
230 | 240 | DEBUG="" \
|
231 | 241 | OPTIMIZE="" \
|
232 |
| -@@ -317,9 +319,9 @@ |
| 242 | +@@ -326,9 +328,9 @@ |
233 | 243 | endef
|
234 | 244 |
|
235 | 245 | define Build/InstallDev
|
|
242 | 252 | endef
|
243 | 253 |
|
244 | 254 | $(eval $(call BuildPackage,asterisk11))
|
245 |
| -@@ -341,7 +343,7 @@ |
| 255 | +@@ -350,7 +352,7 @@ |
246 | 256 |
|
247 | 257 | $(eval $(call BuildAsterisk11Module,app-alarmreceiver,Alarm receiver,Central Station Alarm receiver for Ademco Contact ID,,,,app_alarmreceiver,))
|
248 | 258 | $(eval $(call BuildAsterisk11Module,app-authenticate,Authenticate commands,Execute arbitrary authenticate commands,,,,app_authenticate,))
|
|
251 | 261 | $(eval $(call BuildAsterisk11Module,app-dahdiras,Execute an ISDN RAS,support for executing an ISDN RAS using DAHDI,+asterisk11-chan-dahdi,,,app_dahdiras,))
|
252 | 262 | $(eval $(call BuildAsterisk11Module,app-directory,Provide a directory of extensions,provides a directory of extensions,,,,app_directory,))
|
253 | 263 | $(eval $(call BuildAsterisk11Module,app-directed_pickup,Directed call pickup,support for directed call pickup,,,,app_directed_pickup,))
|
254 |
| -@@ -349,7 +351,7 @@ |
| 264 | +@@ -358,7 +360,7 @@ |
255 | 265 | $(eval $(call BuildAsterisk11Module,app-exec,Exec application,support for application execution,,,,app_exec,))
|
256 | 266 | $(eval $(call BuildAsterisk11Module,app-chanisavail,Channel availability check,support for checking if a channel is available,,,,app_chanisavail,))
|
257 | 267 | $(eval $(call BuildAsterisk11Module,app-chanspy,Channel listen in,support for listening in on any channel,,,,app_chanspy,))
|
|
260 | 270 | $(eval $(call BuildAsterisk11Module,app-mixmonitor,Record a call and mix the audio,record a call and mix the audio during the recording,,,,app_mixmonitor,))
|
261 | 271 | $(eval $(call BuildAsterisk11Module,app-originate,Originate a call,originating an outbound call and connecting it to a specified extension or application,,,,app_originate,))
|
262 | 272 | $(eval $(call BuildAsterisk11Module,app-playtones,Playtones application,play a tone list,,,,app_playtones,))
|
263 |
| -@@ -367,7 +369,7 @@ |
| 273 | +@@ -376,7 +378,7 @@ |
264 | 274 | $(eval $(call BuildAsterisk11Module,app-while,While loop,a while loop implementation,,,,app_while,))
|
265 | 275 | $(eval $(call BuildAsterisk11Module,cdr-csv,Provides CDR CSV,Call Detail Record with CSV support,,,,cdr_csv,))
|
266 | 276 | $(eval $(call BuildAsterisk11Module,cdr-sqlite3,Provides CDR SQLITE3,Call Detail Record with SQLITE3 support,libsqlite3,,,cdr_sqlite3_custom,))
|
|
269 | 279 | $(eval $(call BuildAsterisk11Module,codec-a-mu,Alaw to ulaw translation,translation between alaw and ulaw codecs,,,,codec_a_mu,))
|
270 | 280 | $(eval $(call BuildAsterisk11Module,codec-adpcm,ADPCM text,ADPCM text ,,,,codec_adpcm,))
|
271 | 281 | $(eval $(call BuildAsterisk11Module,codec-alaw,Signed linear to alaw translation,translation between signed linear and alaw codecs,,,,codec_alaw,))
|
272 |
| -@@ -394,7 +396,7 @@ |
| 282 | +@@ -403,7 +405,7 @@ |
273 | 283 | $(eval $(call BuildAsterisk11Module,func-cut,CUT function,CUT function,,,,func_cut,))
|
274 | 284 | $(eval $(call BuildAsterisk11Module,func-db,Database interaction,functions for interaction with the database,,,,func_db app_db,))
|
275 | 285 | $(eval $(call BuildAsterisk11Module,func-devstate,Blinky lights control,functions for manually controlled blinky lights,,,,func_devstate,))
|
|
278 | 288 | $(eval $(call BuildAsterisk11Module,func-env,Environment functions,Environment dialplan functions,,,,func_env,))
|
279 | 289 | $(eval $(call BuildAsterisk11Module,func-extstate,Hinted extension state,retrieving the state of a hinted extension for dialplan control,,,,func_extstate,))
|
280 | 290 | $(eval $(call BuildAsterisk11Module,func-global,Global variable,global variable dialplan functions,,,,func_global,))
|
281 |
| -@@ -407,35 +409,35 @@ |
| 291 | +@@ -416,37 +418,37 @@ |
282 | 292 | $(eval $(call BuildAsterisk11Module,func-vmcount,vmcount dialplan,a vmcount dialplan function,,,,func_vmcount,))
|
283 | 293 | $(eval $(call BuildAsterisk11Module,func-realtime,realtime dialplan,the realtime dialplan function,,,,func_realtime,))
|
284 | 294 | $(eval $(call BuildAsterisk11Module,chan-agent,Agents proxy channel,an implementation of agents proxy channel,,,,chan_agent,))
|
285 | 295 | -$(eval $(call BuildAsterisk11Module,chan-dahdi,DAHDI channel,DAHDI channel support,+dahdi-tools-libtonezone +kmod-dahdi,/etc/asterisk/chan_dahdi.conf,chan_dahdi.conf,chan_dahdi,))
|
286 | 296 | -$(eval $(call BuildAsterisk11Module,chan-iax2,IAX2 channel,IAX support,+asterisk11-res-timing-timerfd,/etc/asterisk/iax.conf /etc/asterisk/iaxprov.conf,iax.conf iaxprov.conf,chan_iax2,))
|
287 | 297 | -$(eval $(call BuildAsterisk11Module,chan-mgcp,MGCP channel,the channel chan_mgcp,,/etc/asterisk/mgcp.conf,mgcp.conf,chan_mgcp,))
|
| 298 | +-$(eval $(call BuildAsterisk11Module,chan-motif,Jingle channel,Motif Jingle Channel Driver,+asterisk11-res-xmpp,/etc/asterisk/motif.conf /etc/asterisk/jingle.conf,motif.conf jingle.conf,chan_motif,)) |
288 | 299 | -$(eval $(call BuildAsterisk11Module,chan-ooh323,ooH323 channel,the channel chan_ooh323,,/etc/asterisk/ooh323.conf,ooh323.conf,chan_ooh323,))
|
289 | 300 | -$(eval $(call BuildAsterisk11Module,chan-skinny,Skinny channel,the channel chan_skinny,,/etc/asterisk/skinny.conf,skinny.conf,chan_skinny,))
|
290 | 301 | -$(eval $(call BuildAsterisk11Module,chan-unistim,Unistim channel,channel driver for the UNISTIM (Unified Networks IP Stimulus) protocol,,/etc/asterisk/unistim.conf,unistim.conf,chan_unistim,))
|
291 | 302 | -$(eval $(call BuildAsterisk11Module,mysql,MySQL,MySQL support,+libmysqlclient,/etc/asterisk/res_config_mysql.conf,res_config_mysql.conf,res_config_mysql,))
|
292 | 303 | -$(eval $(call BuildAsterisk11Module,odbc,ODBC,ODBC support,+libpthread +libc +unixodbc,/etc/asterisk/cdr_adaptive_odbc.conf /etc/asterisk/cdr_odbc.conf /etc/asterisk/cel_odbc.conf /etc/asterisk/func_odbc.conf /etc/asterisk/res_odbc.conf,cdr_adaptive_odbc cdr_odbc cel_odbc func_odbc res_odbc,cdr_adaptive_odbc cdr_odbc cel_odbc func_odbc res_config_odbc res_odbc,))
|
293 |
| -+$(eval $(call BuildAsterisk11Module,chan-dahdi,DAHDI channel,DAHDI channel support,+dahdi-tools-libtonezone +kmod-dahdi,/opt/etc/asterisk/chan_dahdi.conf,chan_dahdi.conf,chan_dahdi,)) |
| 304 | ++$(eval $(call BuildAsterisk11Module,chan-dahdi,DAHDI channel,DAHDI channel support,+dahdi-tools-libtonezone,/opt/etc/asterisk/chan_dahdi.conf,chan_dahdi.conf,chan_dahdi,)) |
294 | 305 | +$(eval $(call BuildAsterisk11Module,chan-iax2,IAX2 channel,IAX support,+asterisk11-res-timing-timerfd,/opt/etc/asterisk/iax.conf /opt/etc/asterisk/iaxprov.conf,iax.conf iaxprov.conf,chan_iax2,))
|
295 | 306 | +$(eval $(call BuildAsterisk11Module,chan-mgcp,MGCP channel,the channel chan_mgcp,,/opt/etc/asterisk/mgcp.conf,mgcp.conf,chan_mgcp,))
|
| 307 | ++$(eval $(call BuildAsterisk11Module,chan-motif,Jingle channel,Motif Jingle Channel Driver,+asterisk11-res-xmpp,/opt/etc/asterisk/motif.conf /opt/etc/asterisk/jingle.conf,motif.conf jingle.conf,chan_motif,)) |
296 | 308 | +$(eval $(call BuildAsterisk11Module,chan-ooh323,ooH323 channel,the channel chan_ooh323,,/opt/etc/asterisk/ooh323.conf,ooh323.conf,chan_ooh323,))
|
297 | 309 | +$(eval $(call BuildAsterisk11Module,chan-skinny,Skinny channel,the channel chan_skinny,,/opt/etc/asterisk/skinny.conf,skinny.conf,chan_skinny,))
|
298 | 310 | +$(eval $(call BuildAsterisk11Module,chan-unistim,Unistim channel,channel driver for the UNISTIM (Unified Networks IP Stimulus) protocol,,/opt/etc/asterisk/unistim.conf,unistim.conf,chan_unistim,))
|
|
329 | 341 | $(eval $(call BuildAsterisk11Module,res-timing-dahdi,DAHDI Timing Interface,,+asterisk11-chan-dahdi,,,res_timing_dahdi,))
|
330 | 342 | $(eval $(call BuildAsterisk11Module,res-timing-pthread,pthread Timing Interface,,,,,res_timing_pthread,))
|
331 | 343 | $(eval $(call BuildAsterisk11Module,res-timing-timerfd,Timerfd Timing Interface,,,,,res_timing_timerfd,))
|
| 344 | +-$(eval $(call BuildAsterisk11Module,res-xmpp,XMPP client and component module,reference module for interfacting Asterisk directly as a client or component with XMPP server,+libiksemel +libopenssl,/etc/asterisk/xmpp.conf,xmpp.conf,res_xmpp,)) |
| 345 | ++$(eval $(call BuildAsterisk11Module,res-xmpp,XMPP client and component module,reference module for interfacting Asterisk directly as a client or component with XMPP server,+libiksemel +libopenssl,/opt/etc/asterisk/xmpp.conf,xmpp.conf,res_xmpp,)) |
332 | 346 | $(eval $(call BuildAsterisk11Module,res-realtime,Realtime Interface,,,,,res_realtime,))
|
333 | 347 | -$(eval $(call BuildAsterisk11Module,voicemail,Voicemail,voicemail related modules,+asterisk11-res-adsi +asterisk11-res-smdi,/etc/asterisk/voicemail.conf,voicemail.conf,*voicemail,vm-*))
|
334 | 348 | +$(eval $(call BuildAsterisk11Module,voicemail,Voicemail,voicemail related modules,+asterisk11-res-adsi +asterisk11-res-smdi,/opt/etc/asterisk/voicemail.conf,voicemail.conf,*voicemail,vm-*))
|
0 commit comments