[Freeswitch-users] Strange sound hear between originate_retries

Adnan Barakat adnan at barakatdesigns.net
Sat Oct 11 11:17:39 PDT 2008


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/123456789 at domain.com,sofia/internal/987654321 at domain.com" 
/>
			</condition>
		</context>
	</section>
</document>


Any advice or feedback would be appreciated.


Adnan




More information about the FreeSWITCH-users mailing list