View previous topic :: View next topic |
Author |
Message |
paul.degt at gmail.com Guest
|
Posted: Mon Sep 14, 2009 8:11 am Post subject: [Freeswitch-users] Asterisk 1.6 connecting to FS 1.4 |
|
|
Hi,
A client of ours is trying to connect his * to our FS, outgoing calls
work fine, unfortunately when we try to forward an incoming call to his
* it's not going through.
I see his registration in our internal profile which looks just fine.
We try to forward incoming calls using this in FS dialplan:
<extension name="myext">
<condition field="destination_number" expression="^555557777777$">
<action application="bridge"
data="sofia/internal/4000000@$${domain}|sofia/internal/4000001@$${domain}"/>
</condition>
</extension>
Only abnormal things I can see in FS logs are:
2009-09-13 19:17:31.869158 [ERR] sofia_reg.c:1570 No Matching gateway found
2009-09-13 19:17:31.869158 [NOTICE] sofia_reg.c:1590 Hangup
sofia/internal/4000000[CS_CONSUME_MEDIA] [MANDATORY_IE_MISSING]
Why would FS look for a gateway in this case? And what
MANDATORY_IE_MISSING would mean here? Call gets forwarded to VM as if
user was unavailable.Hangup is initiated by us in this case.
Client uses this configuration in *:
/etc/asterisk/sip.conf:
Quote: | Quote: | Quote: | Quote: | Quote: | Quote: | /etc/asterisk/sip.conf:
|
|
|
|
|
|
Quote: | Quote: | Quote: | Quote: | Quote: | Quote: | register=>4000000:mysippassword@versafon.com/4000000
[4000000]
type=friend
username=4000000
secret=mysippassword
host=versafon.com
canreinvite=no
fromuser=4000000
dtmfmode=rfc2833
context=versafon-incoming
|
|
|
|
|
|
_______________________________________________
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 |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Mon Sep 14, 2009 8:25 am Post subject: [Freeswitch-users] Asterisk 1.6 connecting to FS 1.4 |
|
|
This means the far end is sending you a challenge and we do not know
how to answer it... please review how to setup a gateway on the Wiki
so you can authenticate.
/b
On Sep 13, 2009, at 6:47 PM, paul.degt@gmail.com wrote:
Quote: | Only abnormal things I can see in FS logs are:
2009-09-13 19:17:31.869158 [ERR] sofia_reg.c:1570 No Matching
gateway found
2009-09-13 19:17:31.869158 [NOTICE] sofia_reg.c:1590 Hangup
sofia/internal/4000000[CS_CONSUME_MEDIA] [MANDATORY_IE_MISSING]
|
_______________________________________________
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 |
|
Back to top |
|
|
paul.degt at gmail.com Guest
|
Posted: Mon Sep 14, 2009 9:32 am Post subject: [Freeswitch-users] Asterisk 1.6 connecting to FS 1.4 |
|
|
Thank you for the hint.
But.. why would I need a gateway in this case? I am just trying to ring an FS extension, right?
Anybody has a clue how to make * not to send the challenge?
Quote: | This means the far end is sending you a challenge and we do not know
how to answer it... please review how to setup a gateway on the Wiki
so you can authenticate.
/b
|
_______________________________________________
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 |
|
Back to top |
|
|
diego.viola at gmail.com Guest
|
Posted: Mon Sep 14, 2009 12:18 pm Post subject: [Freeswitch-users] Asterisk 1.6 connecting to FS 1.4 |
|
|
There is no such things as FS 1.4, but 1.0.4 yes.
On Mon, Sep 14, 2009 at 2:20 PM, <paul.degt@gmail.com (paul.degt@gmail.com)> wrote:
|
|
Back to top |
|
|
|