Hi all,
Got a strange problem when using originate_retries, if the destination
is busy/rejects the call there are 2 low pitched beeps heard, then FS
will try dialling again and the normal ring-tone is heard. (these 2
beeps are heard between very retry)
I have removed the sounds folder in case it was something in there, but
it wasn't.
I'm using r9959 - it also used to happen if the destination didn't
answer, but since the update it doesn't seem to do it any more.
Here is the dialplan I'm using:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="freeswitch/xml">
<section name="dialplan" description="DialPlan">
<context name="public">
<condition field="destination_number"
expression="^(.+)$">
<action application="set"
data="server_ip=$${local_ip_v4}"/>
<action application="set"
data="ignore_early_media=true"/>
<action application="answer" />
<action application="set"
data="progress_timeout=20"/>
<!--<action application="set"
data="call_timeout=20"/>-->
<action application="set"
data="originate_retries=3"/>
<action application="set"
data="originate_retry_sleep_ms=2000"/>
<action application="set"
data="ringback=${uk-ring}" />
<action application="set"
data="ring_ready=true" />
<action application="bridge"
data="sofia/internal/[EMAIL PROTECTED],sofia/internal/[EMAIL PROTECTED]"
/>
</condition>
</context>
</section>
</document>
Any advice or feedback would be appreciated.
Adnan
_______________________________________________
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