Mon, 14 Jan 2013 18:54:04 +0100
Correct replacement logic of default SMS transmission channel.
asterisk/asterisk.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/asterisk/asterisk.spec Tue Jan 08 20:08:32 2013 +0100 1.2 +++ b/asterisk/asterisk.spec Mon Jan 14 18:54:04 2013 +0100 1.3 @@ -76,12 +76,16 @@ 1.4 %option with_xfersips yes 1.5 %option with_proxymwi yes 1.6 %option with_smdipoll 10 1.7 -%option with_motxchan Local/17094009 1.8 +%option with_motxchan phold 1.9 1.10 -# correct implicit interdependencies 1.11 +# set implicit interdependencies default values 1.12 +%if "%{with_motxchan}" == "phold" 1.13 %if "%{with_capi}" == "yes" 1.14 #%define with_motxchan CAPI/ISDN1/090032669002 # Materna (Anny Way) 1.15 %define with_motxchan CAPI/ISDN1/17094009 1.16 +%else 1.17 +%define with_motxchan Local/17094009 1.18 +%endif 1.19 %endif 1.20 1.21 # list of sources