[Asterisk-Users] No Success with SwissVoice.

Florian Overkamp florian at obsimref.com
Thu Aug 19 10:25:00 MST 2004


Hi Matthew, 

> -----Original Message-----
> I'm not sure that the problem lies in the NAT because the 
> phone is talking to Asterisk. I'm hoping this is a simple 
> config thing I've overlooked but I've tried all kinds of 
> combos inside the [] in my mgcp.cfg file.

> from 64.72.107.1:52539MGCP read:
> RSIP 1258 svip10 at 00059002042b MGCP 1.0 NCS 1.0
> RM: restart
> 
> from 64.72.107.1:52539Verb: 'RSIP', Identifier: '1258', Endpoint:
> 'svip10 at 00059002042b', Version: 'MGCP 1.0'
> 2 headers, 0 lines
> Aug 19 11:40:49 NOTICE[1142106560]: chan_mgcp.c:1474 find_subchannel:
> Gateway '00059002042b' (and thus its endpoint 'svip10') does not exist
> 
> mgcp.cfg
> ----------------
> [general]
> port = 2427
> bindaddr = 64.72.107.10
> 
> [swissphone]
I would try:

[00059002042b]

Since that is what the debuglog implies.

> context=main
> host=dynamic
> callerid = "John Doe" <123>
> nat=yes
> line => aaln/1
You may need:

Line => svip10

Or something like it. I don't know how you provisioned your phone, but I
have never seen this behaviour with my IP10's.

Factory defaults work pretty well, in that case your section would be:

[192.168.1.116]
Line = aaln/1

Or maybe (!) you would use the IP that Asterisk sees traffic coming from (in
case of NAT).


Best regards,
Florian




More information about the asterisk-users mailing list