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_e...@$${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: [email protected]
[mailto:[email protected]] On Behalf Of Michael
Collins
Sent: Tuesday, May 26, 2009 5:57 PM
To: [email protected]
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
_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org