[Freeswitch-users] Questions on build 13441
Lars Zeb
larclap at yahoo.com
Wed May 27 08:16:10 PDT 2009
Michael,
Thanks for the advice. Where would you place this extension in my current
conf/dialplan/default.xml to avoid the integration issue?
<extension name="Local_Extension">
<condition field="destination_number" expression="^(10[01][0-9])$">
<action application="set" data="dialed_ext=$1"/>
<action application="export" data="dialed_ext=$1"/>
</condition>
<condition field="destination_number"
expression="^${caller_id_number}$">
<action application="set"
data="voicemail_authorized=${sip_authorized}"/>
<action application="answer"/>
<action application="sleep" data="1000"/>
<action application="voicemail" data="check default $${domain}
${dialed_ext}"/>
<anti-action application="bind_meta_app" data="1 a a
execute_extension::dx XML features"/>
<anti-action application="bind_meta_app" data="2 a a
record_session::$${base_dir}/recordings/${caller_id_number}.${strftime(%Y-%m
-%d-%H-%M-%S)}.wav"/>
<anti-action application="bind_meta_app" data="3 a a
execute_extension::cf XML features"/>
<anti-action application="set" data="transfer_ringback=${us-ring}"/>
<anti-action application="set" data="call_timeout=15"/>
<anti-action application="set"
data="sip_exclude_contact=${network_addr}"/>
<anti-action application="set" data="hangup_after_bridge=true"/>
<anti-action application="set" data="continue_on_fail=true"/>
<anti-action application="db"
data="insert/call_return/${dialed_ext}/${caller_id_number}"/>
<anti-action application="db"
data="insert/last_dial_ext/${dialed_ext}/${uuid}"/>
<anti-action application="bridge"
data="user/${dialed_ext}@$${domain}"/>
<anti-action application="answer"/>
<anti-action application="sleep" data="1000"/>
<anti-action application="voicemail" data="default $${domain}
${dialed_ext}"/>
</condition>
</extension>
Also, on http://wiki.freeswitch.org/wiki/Mod_cdr_csv, near the bottom of the
page under 'uuid', the two hyperlinks ('ref') are broken.
Thanks, Lars
From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael
Collins
Sent: Tuesday, May 26, 2009 5:57 PM
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] Questions on build 13441
Also, in general, do the XML files in config get updated during the 'make
install', or are they left as they were from the previous builds?
Running "make install" or "make samples" will not overwrite your existing
configuration files. NOTE: This means that when the default configuration
changes you will need to update your files manually and integrate the new
changes. This is one reason why I recommend making as few edits as possible
to the default configuration files.
-MC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090527/5b683e92/attachment-0002.html
More information about the FreeSWITCH-users
mailing list