I got a call from GV on Monday evening telling me they wanted me to move my Asterisk server over to a new IP address (216.229.127.40) by this saturday. Why the couldn't tell me this in an email is beyond me but anyways .. So I done changed the number and so far its all ok but whilst testing I noticed that I could no longer accept incoming phone calls. I swapped back and still no inbound calls. Is this the bug that someone was asking about or is it just me. GV claim that I'm sending them a 404 but I see nothing coming on from them on the trace. In my playing I have been able to get only one call into my system. Ideas? G7LTT/KC2ENI Mark Phillips
OK, more info. All outbound seems to be fine with no problems. Inbound worked once out of about 10 test calls. The rest got a fast busy. I programmed a Grandstream 101 and it didn't work against the new proxy but did against the old one (perhaps a clue as to the IP change?). I can get inbound calls on the Grandstream just fine so this must be a * issue. My configs: register => 9733878280:PASS:USER@216.229.124.8/2208 ;galaxyvoice [galaxyvoice] nat=yes externip=g7ltt.dyndns.org ; external address of NAT gateway port=5060 fromuser=9733878280 fromdomain=216.229.124.8 ;fromdomain=216.229.127.40 username=USER type=friend auth=md5 secret=PASS host=216.229.124.8 ;host=216.229.127.40 defaultip=216.229.124.8 ;defaultip=216.229.127.40 reinvite=no canreinvite=no dtmfmode=rfc2833 context=intern qualify=1000 disallow=all allow=ulaw ; can't be buggered to buy G729 lics What do you think folks? On Wed, 2004-09-22 at 17:25, Mark Phillips wrote:> I got a call from GV on Monday evening telling me they wanted me to move > my Asterisk server over to a new IP address (216.229.127.40) by this > saturday. Why the couldn't tell me this in an email is beyond me but > anyways .. > > So I done changed the number and so far its all ok but whilst testing I > noticed that I could no longer accept incoming phone calls. I swapped back > and still no inbound calls. > > Is this the bug that someone was asking about or is it just me. GV claim > that I'm sending them a 404 but I see nothing coming on from them on the > trace. In my playing I have been able to get only one call into my system. > > Ideas? > > G7LTT/KC2ENI > Mark Phillips > _______________________________________________ > 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-- Mark Phillips, G7LTT/KC2ENI Randolph, NJ
niles@atheos.net
2004-Sep-23 16:48 UTC
[Asterisk-Users] outgoing calls, based on caller extension
Hello All, I have multiple SIP accounts from two different providers, and I'm wanting to balance our outgoing calls based on extensions. I thought the following would work, but it's sending all calls through the last SIP account listed (extensions.conf) exten => 109/_9NXXNXXXXXX,1,Dial(SIP/${EXTEN:1}@broadvoice_1) exten => 110/_9NXXNXXXXXX,1,Dial(SIP/${EXTEN:1}@broadvoice_2) exten => 101/_9NXXNXXXXXX,1,Dial(SIP/${EXTEN:1}@broadvoice_3) exten => 102/_9NXXNXXXXXX,1,Dial(SIP/${EXTEN:1}@vonage_0) exten => _9NXXNXXXXXX,1,Dial(SIP/${EXTEN:1}@broadvoice_0) as you can see, I'm wanting 109 to dial out broadvoice_1, 110 via broadvoice_2, and so on. I've tried a variety of things with no success. Any info would be great. Niles
I think I've twigged what's going on but I don;t know how to fix it. Everytime GV sends me a SIP Invite I send them back a 407 Proxy Authentication Required challenge which they ignore. They offer me another Invite which I challenge and so on until I dump the call. Firstly, I'm not sure why I challenge them when I know them to be a peer, secondly if it really must be this way how do I not challenge them? Ideas? Mark On Thu, 2004-09-23 at 13:57, Kevin wrote:> I have been using ulaw. > > -----Original Message----- > From: Mark Phillips [mailto:kc2eni@nyc-ares.org] > Sent: Thursday, September 23, 2004 1:53 PM > To: Kevin > Subject: RE: [Asterisk-Users] Galaxy Voice changed their SIP proxy > > Hi Kevin, > > What codec are you using? I notice that GV ask for G729 first > > On Thu, 2004-09-23 at 08:35, Kevin wrote: > > Any luck in getting it to work? > > > > -----Original Message----- > > From: Mark Phillips [mailto:kc2eni@nyc-ares.org] > > Sent: Wednesday, September 22, 2004 11:41 PM > > To: Kevin > > Subject: RE: [Asterisk-Users] Galaxy Voice changed their SIP proxy > > > > How do your configs compare to mine? > > > > On Wed, 2004-09-22 at 23:29, Kevin wrote: > > > I am having the same issues with the inbound calls and Galaxy Voice. > > I > > > reported this issue a few weeks ago as well and have been unable to > > > resolve. > > > > > > > > > Kevin > > > > > > > > > -----Original Message----- > > > From: Mark Phillips [mailto:kc2eni@nyc-ares.org] > > > Sent: Wednesday, September 22, 2004 9:39 PM > > > To: Asterisk Users Mailing List - Non-Commercial Discussion > > > Subject: Re: [Asterisk-Users] Galaxy Voice changed their SIP proxy > > > > > > OK, more info. > > > > > > All outbound seems to be fine with no problems. > > > > > > Inbound worked once out of about 10 test calls. The rest got a fast > > > busy. > > > > > > I programmed a Grandstream 101 and it didn't work against the new > > proxy > > > but did against the old one (perhaps a clue as to the IP change?). > > > > > > I can get inbound calls on the Grandstream just fine so this must be > a > > * > > > issue. > > > > > > My configs: > > > > > > register => 9733878280:PASS:USER@216.229.124.8/2208 ;galaxyvoice > > > > > > [galaxyvoice] > > > nat=yes > > > externip=g7ltt.dyndns.org ; external address of NAT > gateway > > > port=5060 > > > fromuser=9733878280 > > > fromdomain=216.229.124.8 > > > ;fromdomain=216.229.127.40 > > > username=USER > > > type=friend > > > auth=md5 > > > secret=PASS > > > host=216.229.124.8 > > > ;host=216.229.127.40 > > > defaultip=216.229.124.8 > > > ;defaultip=216.229.127.40 > > > reinvite=no > > > canreinvite=no > > > dtmfmode=rfc2833 > > > context=intern > > > qualify=1000 > > > disallow=all > > > allow=ulaw ; can't be buggered to buy G729 lics > > > > > > What do you think folks? > > > > > > On Wed, 2004-09-22 at 17:25, Mark Phillips wrote: > > > > I got a call from GV on Monday evening telling me they wanted me > to > > > move > > > > my Asterisk server over to a new IP address (216.229.127.40) by > this > > > > saturday. Why the couldn't tell me this in an email is beyond me > but > > > > anyways .. > > > > > > > > So I done changed the number and so far its all ok but whilst > > testing > > > I > > > > noticed that I could no longer accept incoming phone calls. I > > swapped > > > back > > > > and still no inbound calls. > > > > > > > > Is this the bug that someone was asking about or is it just me. GV > > > claim > > > > that I'm sending them a 404 but I see nothing coming on from them > on > > > the > > > > trace. In my playing I have been able to get only one call into my > > > system. > > > > > > > > Ideas? > > > > > > > > G7LTT/KC2ENI > > > > Mark Phillips > > > > _______________________________________________ > > > > 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-- Mark Phillips, G7LTT/KC2ENI Randolph, NJ