[Freeswitch-users] No ring-back tone.
henkoegema
pabx_freeswitch at telenet.be
Wed Oct 1 12:12:41 PDT 2008
When I dial with my mobile phone to my DID line, I don't get a ring-back
tone. :confused:
The extension where the DID line is answered is like this:
<extension name="henk">
<condition field="destination_number" expression="^henk$">
<action application="record_session"
data="$${base_dir}/recordings/${strftime(%Y-%m-%d-%H-%M-%S)}_from_${caller_id_number}.wav"/>
<action application="bridge" data="sofia/internal/2002@$${domain}"/>
<action application="set" data="hangup_after_bridge=true"/>
<action application="hangup"/>
</condition>
</extension>
I tried to add
<action application="set" data="transfer_ringback=${us-ring}"/>
after (and before) the 'bridge' application, but that doesn't help.
Henk
--
View this message in context: http://www.nabble.com/No-ring-back-tone.-tp19767182p19767182.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
More information about the FreeSWITCH-users
mailing list