VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
jairds at shaw.ca Guest
|
Posted: Thu Sep 18, 2008 12:58 pm Post subject: [Freeswitch-users] DID partially working |
|
|
I have DID assigned to extension 1000 in public.xml
<extension name="public_did">
<condition field="destination_number" expression="^(3462001)$"/>
<action application="transfer" data="1000"/>
</condition>
</extension>
Calling this DID from extension 1001 works but when calling from a regular phone it doesn't work.
Does anybody have any idea about what I am missing ?
thanks
Jair Santos |
|
Back to top |
|
|
jprangi at gmail.com Guest
|
Posted: Thu Sep 18, 2008 4:50 pm Post subject: [Freeswitch-users] DID partially working |
|
|
How did you try to troubleshoot,
Here comes use of ngrep
ngrep <DID_NUMBER> port 5060
Follow the output, This to check
1, If you are getting the call on your switch?
2. How is your switch responding to the call?
3. If everything is fine until here then look in your dialplan.
Jai
www.didforsale.com
*Buy DIDs at low cost unlimited minutes
http://www.didforsale.com"
On Thu, Sep 18, 2008 at 10:55 AM, Jair Santos <jairds@shaw.ca (jairds@shaw.ca)> wrote:
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Thu Sep 18, 2008 5:10 pm Post subject: [Freeswitch-users] DID partially working |
|
|
in which case you'll want to use 5080 and not 5060.
/b
On Sep 18, 2008, at 1:17 PM, Jai Rangi wrote:
Quote: | How did you try to troubleshoot,
Here comes use of ngrep
ngrep <DID_NUMBER> port 5060
Follow the output, This to check
1, If you are getting the call on your switch?
2. How is your switch responding to the call?
3. If everything is fine until here then look in your dialplan.
Jai
www.didforsale.com
*Buy DIDs at low cost unlimited minutes
http://www.didforsale.com"
|
|
|
Back to top |
|
|
jairds at shaw.ca Guest
|
Posted: Thu Sep 18, 2008 5:16 pm Post subject: [Freeswitch-users] DID partially working |
|
|
Thanks to Brian who said he made no changes and just reload FS it is now working.
I am still wondering how and why because calling the DID from an internal extension was working. The problem was when calling from PSTN.
Jair Santos
Quote: |
-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Brian West
Sent: Thursday, September 18, 2008 3:08 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] DID partially working
in which case you'll want to use 5080 and not 5060.
/b
On Sep 18, 2008, at 1:17 PM, Jai Rangi wrote:
Quote: | How did you try to troubleshoot,
Here comes use of ngrep
ngrep <DID_NUMBER> port 5060
Follow the output, This to check
1, If you are getting the call on your switch?
2. How is your switch responding to the call?
3. If everything is fine until here then look in your dialplan.
Jai
www.didforsale.com
*Buy DIDs at low cost unlimited minutes
http://www.didforsale.com"
|
|
|
|
Back to top |
|
|
jairds at shaw.ca Guest
|
Posted: Wed Sep 24, 2008 1:36 pm Post subject: [Freeswitch-users] DID partially working |
|
|
Hi,
I am back to this thread because the problem is happening again. I didn't touch any of the conf files so it should be working.
Calling the DIDs from an extension works but when calling from pstn it doesn't. It keep ringing for some time and the return a busy signal. No output in the FS console.
In the public.xml I have this
<extension name="public_did">
<condition field="destination_number" expression="^(3462101)$"/>
<condition field="${sip_h_X-DID}" expression="^(3105266066)$">
<action application="transfer" data="1000"/>
</condition>
</extension>
<extension name="public_did01">
<condition field="destination_number" expression="^(3462101)$"/>
<condition field="${sip_h_X-DID}" expression="^(011551133015337)$">
<action application="transfer" data="1001"/>
</condition>
</extension>
Any help will be appreciated.
thanks
Jair |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|