pabx_freeswitch at tel... Guest
|
Posted: Wed Oct 01, 2008 2:20 pm Post subject: [Freeswitch-users] No ring-back tone. |
|
|
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.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|