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: Mon Sep 15, 2008 12:29 pm Post subject: [Freeswitch-users] DID not working |
|
|
Hello,
I am trying to use a DID so I included the following on dialplan/public.xml
<extension name="inphonex_DID">
<condition field="destination_number" expression="13105266066">
<action application="transfer" data="1001 XML default"/>
</condition>
</extension>
Here is the sofia status
sofia status
API CALL [sofia(status)] output:
Name Type Data State
=================================================================================================
internal profile sip:mod_sofia@192.168.1.117:5060 RUNNING (0)
external profile sip:mod_sofia@24.67.78.200:5080 RUNNING (0)
inphonex gateway sip:3462101@sip.varphonex.com REGED
nat profile sip:mod_sofia@24.67.78.200:5070 RUNNING (0)
default alias internal ALIASED
voipclic.com alias internal ALIASED
outbound alias external ALIASED
=================================================================================================
3 profiles 3 aliases
When I call the DID the extension 1001 does not ring.
Any help will be very much appreciated.
thanks
Jair Santos |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Mon Sep 15, 2008 12:41 pm Post subject: [Freeswitch-users] DID not working |
|
|
On Sep 15, 2008, at 12:26 PM, Jair Santos wrote:
Quote: | Hello,
I am trying to use a DID so I included the following on dialplan/public.xml
<extension name="inphonex_DID">
<condition field="destination_number" expression="13105266066">
<action application="transfer" data="1001 XML default"/>
</condition>
</extension>
|
Chances are the DID is sent into you without the 1 at the beginning.
Try this
TPORT_LOG=1 ./freeswitch
See what you can tell is going on. Also "console loglevel debug" and see if maybe it prints out what is going on.
Quote: |
Here is the sofia status
sofia status
API CALL [sofia(status)] output:
Name Type Data State
=================================================================================================
internal profile sip:mod_sofia@192.168.1.117 (mod_sofia@192.168.1.117):5060 RUNNING (0)
external profile sip:mod_sofia@24.67.78.200 (mod_sofia@24.67.78.200):5080 RUNNING (0)
inphonex gateway sip:3462101@sip.varphonex.com (3462101@sip.varphonex.com) REGED
nat profile sip:mod_sofia@24.67.78.200 (mod_sofia@24.67.78.200):5070 RUNNING (0)
default alias internal ALIASED
voipclic.com alias internal ALIASED
outbound alias external ALIASED
=================================================================================================
3 profiles 3 aliases
When I call the DID the extension 1001 does not ring.
Any help will be very much appreciated.
thanks
Jair Santos
|
|
|
Back to top |
|
|
jairds at shaw.ca Guest
|
Posted: Mon Sep 15, 2008 3:08 pm Post subject: [Freeswitch-users] DID not working |
|
|
Thank you Brian,
I ran FS with TPORT_LOG=1 ./freeswitch as you said and I got the output below:
Note that 3462101 is the DID provider username so it seems to me that the invitation is going to the right place.
In one part of the output there is- Processing Unknown->3462101@public - so I think it is trying to reach this username as if it was a FS registered extension in the public profile, and this is not the case.
Am I thinking right ?
freeswitch@maui ([email]freeswitch@maui[/email])> recv 995 bytes from udp/[208.239.76.169]:5060 at 19:51:09.809597:
------------------------------------------------------------------------
INVITE sip:3462101@24.67.78.200:5080;transport=udp SIP/2.0
Via: SIP/2.0/UDP 208.239.76.169:5060;branch=z9hG4bKrsqhv3rnbmpm7tkc71v7va10j6
CSeq: 1 INVITE
Call-ID: SDn17k701-7b10910a30ef844aaa5223619da54b89-gurpkk2
Supported: replaces
From: Unknown <sip:551133015337@216.143.130.65>;tag=SDn17k701-05eafc8d
Content-Type: application/sdp
Allow: INVITE
X-DID: 3105266066
X-UUID: d5b75aa4287441c7ba85adcc573d5b6a
To: <sip:3462101-g471esoujgor0@10.0.5.66:5060;useradd=24.67.78.200;userport=5080;transport=udp>
Contact: <sip:208.239.76.169:5060;transport=udp;wlsscid=1ae4691c270666;appsessionid=app-13xszycpvbbhq>
Content-Length: 337
Max-Forwards: 69
v=0
o=root 21292 21292 IN IP4 216.143.130.65
s=session
c=IN IP4 216.143.130.65
t=0 0
m=audio 9758 RTP/AVP 0 8 18 3 101
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:3 GSM/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv
------------------------------------------------------------------------
send 415 bytes to udp/[208.239.76.169]:5060 at 19:51:09.809999:
------------------------------------------------------------------------
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 208.239.76.169:5060;branch=z9hG4bKrsqhv3rnbmpm7tkc71v7va10j6
From: Unknown <sip:551133015337@216.143.130.65>;tag=SDn17k701-05eafc8d
To: <sip:3462101-g471esoujgor0@10.0.5.66:5060;useradd=24.67.78.200;userport=5080;transport=udp>
Call-ID: SDn17k701-7b10910a30ef844aaa5223619da54b89-gurpkk2
CSeq: 1 INVITE
User-Agent: FreeSWITCH-mod_sofia/1.0.1-exported
Content-Length: 0
------------------------------------------------------------------------
2008-09-15 12:51:09 [NOTICE] switch_channel.c:534 switch_channel_set_name() New Channel sofia/external/551133015337@216.143.130.65 ([email]sofia/external/551133015337@216.143.130.65[/email]) [356d24c1-37f5-4af6-b911-7d130001a7bd]
2008-09-15 12:51:09 [INFO] mod_dialplan_xml.c:222 dialplan_hunt() Processing Unknown->3462101@public
2008-09-15 12:51:09 [WARNING] mod_dialplan_xml.c:252 dialplan_hunt() context public not found
2008-09-15 12:51:09 [INFO] switch_core_state_machine.c:114 switch_core_standard_on_routing() No Route, Aborting
2008-09-15 12:51:09 [NOTICE] switch_core_state_machine.c:115 switch_core_standard_on_routing() Hangup sofia/external/551133015337@216.143.130.65 ([email]sofia/external/551133015337@216.143.130.65[/email]) [CS_ROUTING] [NO_ROUTE_DESTINATION]
send 696 bytes to udp/[208.239.76.169]:5060 at 19:51:09.966296:
------------------------------------------------------------------------
SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 208.239.76.169:5060;branch=z9hG4bKrsqhv3rnbmpm7tkc71v7va10j6
From: Unknown <sip:551133015337@216.143.130.65>;tag=SDn17k701-05eafc8d
To: <sip:3462101-g471esoujgor0@10.0.5.66:5060;useradd=24.67.78.200;userport=5080;transport=udp>;tag=9XZ4vc3DeNpvp
Call-ID: SDn17k701-7b10910a30ef844aaa5223619da54b89-gurpkk2
CSeq: 1 INVITE
User-Agent: FreeSWITCH-mod_sofia/1.0.1-exported
Accept: application/sdp
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE, SUBSCRIBE, NOTIFY, REFER, UPDATE, REGISTER, INFO
Supported: 100rel, timer, precondition, path, replaces
Allow-Events: talk
Reason: Q.850;cause=3;text="NO_ROUTE_DESTINATION"
Content-Length: 0
------------------------------------------------------------------------
2008-09-15 12:51:09 [NOTICE] switch_core_session.c:807 switch_core_session_thread() Session 1 (sofia/external/551133015337@216.143.130.65 ([email]sofia/external/551133015337@216.143.130.65[/email])) Ended
2008-09-15 12:51:09 [NOTICE] switch_core_session.c:809 switch_core_session_thread() Close Channel sofia/external/551133015337@216.143.130.65 ([email]sofia/external/551133015337@216.143.130.65[/email]) [CS_HANGUP]
recv 418 bytes from udp/[208.239.76.169]:5060 at 19:51:10.069046:
------------------------------------------------------------------------
ACK sip:3462101@24.67.78.200:5080;transport=udp SIP/2.0
Via: SIP/2.0/UDP 208.239.76.169:5060;branch=z9hG4bKrsqhv3rnbmpm7tkc71v7va10j6
From: Unknown <sip:551133015337@216.143.130.65>;tag=SDn17k701-05eafc8d
To: <sip:3462101-g471esoujgor0@10.0.5.66:5060;useradd=24.67.78.200;userport=5080;transport=udp>;tag=9XZ4vc3DeNpvp
Call-ID: SDn17k701-7b10910a30ef844aaa5223619da54b89-gurpkk2
CSeq: 1 ACK
Content-Length: 0
------------------------------------------------------------------------
Jair Santos
Software Engineer
Cliconnect Internet Telephony
[url=http://maps.google.com/maps?q=&hl=en][/url]<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Brazil: 01155-11-3301-5337
USA: (310)526-6066
Quote: |
-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Brian West
Sent: Monday, September 15, 2008 10:33 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] DID not working
On Sep 15, 2008, at 12:26 PM, Jair Santos wrote:
Quote: | Hello,
I am trying to use a DID so I included the following on dialplan/public.xml
<extension name="inphonex_DID">
<condition field="destination_number" expression="13105266066">
<action application="transfer" data="1001 XML default"/>
</condition>
</extension>
|
Chances are the DID is sent into you without the 1 at the beginning.
Try this
TPORT_LOG=1 ./freeswitch
See what you can tell is going on. Also "console loglevel debug" and see if maybe it prints out what is going on.
Quote: |
Here is the sofia status
sofia status
API CALL [sofia(status)] output:
Name Type Data State
=================================================================================================
internal profile sip:mod_sofia@192.168.1.117 (mod_sofia@192.168.1.117):5060 RUNNING (0)
external profile sip:mod_sofia@24.67.78.200 (mod_sofia@24.67.78.200):5080 RUNNING (0)
inphonex gateway sip:3462101@sip.varphonex.com (3462101@sip.varphonex.com) REGED
nat profile sip:mod_sofia@24.67.78.200 (mod_sofia@24.67.78.200):5070 RUNNING (0)
default alias internal ALIASED
voipclic.com alias internal ALIASED
outbound alias external ALIASED
=================================================================================================
3 profiles 3 aliases
When I call the DID the extension 1001 does not ring.
Any help will be very much appreciated.
thanks
Jair Santos
|
|
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Mon Sep 15, 2008 3:10 pm Post subject: [Freeswitch-users] DID not working |
|
|
Its looking for 3462101 in context public and their is no route. Create a route for that and you should be good.
/b
On Sep 15, 2008, at 3:03 PM, Jair Santos wrote:
Quote: | Thank you Brian,
I ran FS with TPORT_LOG=1 ./freeswitch as you said and I got the output below:
Note that 3462101 is the DID provider username so it seems to me that the invitation is going to the right place.
In one part of the output there is- Processing Unknown->3462101@public - so I think it is trying to reach this username as if it was a FS registered extension in the public profile, and this is not the case.
Am I thinking right ?
|
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Mon Sep 15, 2008 3:12 pm Post subject: [Freeswitch-users] DID not working |
|
|
I also just noticed this header... you should be able to condition on sip_h_X-DID and get the actual DID.
/b
On Sep 15, 2008, at 3:03 PM, Jair Santos wrote:
|
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Mon Sep 15, 2008 3:15 pm Post subject: [Freeswitch-users] DID not working |
|
|
That is what the "extension" param is for in the <gateway>
whatever you put in that field (eg the DID) is what extension you can expect inbound calls to that registration.
On Mon, Sep 15, 2008 at 3:09 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
intralanman at freeswi... Guest
|
Posted: Mon Sep 15, 2008 3:35 pm Post subject: [Freeswitch-users] DID not working |
|
|
in that case... use the header that brian pointed out
Jair Santos wrote: Quote: | Message
Quote: | Quote: | That is what the "extension" param is for in the <gateway>
|
| whatever you put in that field (eg the DID) is what extension you can expect inbound calls to that registration.
But on this case will I be able to use several DIDs from that same provider?
Jair Santos
|
|
|
Back to top |
|
|
jairds at shaw.ca Guest
|
Posted: Mon Sep 15, 2008 3:58 pm Post subject: [Freeswitch-users] DID not working |
|
|
Quote: | Quote: | That is what the "extension" param is for in the <gateway>
|
| whatever you put in that field (eg the DID) is what extension you can expect inbound calls to that registration.
But on this case will I be able to use several DIDs from that same provider?
Jair Santos |
|
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
|