Mark Phillips
2005-Jul-13 07:39 UTC
[Asterisk-Users] Anyone signed up with Galaxyvoice lateley?
One of my buddies signed up with GV yesterday with a view to using them on his * server. Problem is that the settings they gave him don't work with asterisk. They do however work with X-Lite. Any ideas? He's using the settings outlined on my web page. Mark -- Mark, G7LTT/KC2ENI Randolph, NJ http://www.g7ltt.com
Bill Madeira
2005-Jul-13 15:08 UTC
[Asterisk-Users] Anyone signed up with Galaxyvoice lateley?
I have signed up with them and i had to call to get asterisk settings. bill On 7/13/05, Mark Phillips <g7ltt@g7ltt.com> wrote:> > One of my buddies signed up with GV yesterday with a view to using them > on his * server. Problem is that the settings they gave him don't work > with asterisk. They do however work with X-Lite. > > Any ideas? He's using the settings outlined on my web page. > > Mark > > -- > > Mark, G7LTT/KC2ENI > Randolph, NJ > http://www.g7ltt.com > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050713/9c88b382/attachment.htm
asterisk
2005-Jul-14 00:38 UTC
[Asterisk-Users] CAPI in PTP mode not answering, dial out fine
Hi list,
I am using Asterisk in a small systems with an AVM C4 card, we first had
one ISDN line, (ptmp), which we upgraded to
2 ISDN with 1 number (so no DID's) This runs in ptp mode.
Calling out works fine on all 4 channels, but when I call in, I get
*CLI> Jul 13 09:44:59 ERROR[13635]: chan_capi.c:1695 pipe_msg: did not
find device for msn = 299450707
(my number is 0299-450707
The call gets to the C4 card, my kernel logs:
isdn_net: call from 62411XXXX -> 0 299450707 ignored
isdn_tty: call from 62411XXXX -> 299450707 ignored
capidrv-1: incoming call 62411XXXX,1,0,299450707 ignored
my capi.conf:
[interfaces]
isdnmode=ptp
mode=immediate
msn=299450707
incomingmsn=299450707
controller=1,2
softdtmf=1
context=outbound
echosquelch=1
echocancel=yes
echotail=64
callgroup=1
devices=4
extensions.conf (part)
[outbound]
ignorepat => 0
exten => _0.,1,Ringing
exten => _0.,2,Dial(CAPI/299450707:${EXTEN:1})
exten => _0.,3,Congestion
[default]
exten => s,1,Dial(sip/20,25)
exten => s,2,Dial(sip/21,25)
exten => _299450707,1,Goto(s,1)
exten => 0299450707,1,Goto(s,1)
exten =>_450707,1,Goto(s,1)
exten => 299450707,1,Goto(s,1)
include => outbound
As you can see I've tried every possible option to get asterisk to match
the MSN,
but the because the error says no _DEVICE_ found, I don;t think it will
even make it to the extensions.conf.
I use asterisk 1.07 with chan_capi 0.35
Kind regards,
Joop Marijne