Anyone got dialing pstn 800#'s from asterisk behind nat with fwd.pulver.com or iaxtel working ? Thanks, Chris Clifton
Netlabz> Anyone got dialing pstn 800#'s from asterisk behind nat with Netlabz> fwd.pulver.com or iaxtel working ? I'd suggest using the service provided by/for freenum.org. See the archives for how to setup * to do an enum lookup on freenum.org, or do a manual lookup and use that data statically. But do note if you use it statically that things will break if they change gateways.... An example lookup, for 1 888 555 1212 shows: :; dig 2.1.2.1.5.5.5.8.8.8.1.freenum.org. naptr ;; ANSWER SECTION: 2.1.2.1.5.5.5.8.8.8.1.freenum.org. 21600 IN NAPTR 100 10 "u" \ "E2U+voice:iax2" "!^\\+1888(.*)$!iax2:freenum@216.234.116.184/1888\\1!" . 2.1.2.1.5.5.5.8.8.8.1.freenum.org. 21600 IN NAPTR 100 10 "u" \ "E2U+sip" "!^\\+1888(.*)$!sip:1888\\1@216.234.116.184!" . 2.1.2.1.5.5.5.8.8.8.1.freenum.org. 21600 IN NAPTR 100 10 "u" \ "E2U+iax2" "!^\\+1888(.*)$!iax2:freenum@216.234.116.184/1888\\1!" . 2.1.2.1.5.5.5.8.8.8.1.freenum.org. 21600 IN NAPTR 100 10 "u" \ "E2U+voice:sip" "!^\\+1888(.*)$!sip:1888\\1@216.234.116.184!" . Meaning that Dial(IAX2/iax2:freenum@216.234.116.184/18885551212) or Dial(SIP/18885551212@216.234.116.184) will dial that number. If you would liek to do some hacking for the community, it would be cool to add support to *'s enum.c and apps/app_enumlookup.c to limit a lookup (on a per-lookup basis) to just one channel (sip, h323, iax, iax2 or tel) so that the dialplan can choose to eg prefer iax2 over sip over h323. (It already has support at the dialplan for dealing differently with a tel result than the other supported results by jumping to +51 on a tel: rather than +1 on a sip: et al.) (As a side note, I just route my nanpa toll free calls via my paid iax2 dods. Ie, I do not differentiate the toll free nums from the rest of nanpa.) -JimC
> Anyone got dialing pstn 800#'s from asterisk behind nat with fwd.pulver.com > or iaxtel working ?As of this morning, FWD was handling 800 calls just fine using: exten => _7.,3,Dial,SIP/${EXTEN-1}@fwd and with sip registration. The iaxtel call processing failed, however, with: <snip> -- Call accepted by 69.73.19.178 (format GSM) -- Format for call is GSM <snip> -- IAX2[69.73.19.178:4569]/2 is circuit-busy <snip> Seems at least the iaxtel call completion is intermitant at best, with a fair amount of variation from day to day. I can dial out through FWD to my iaxtel 700 number just fine, but dialing my FWD number via iaxtel fails as well. So, it looks like as of this morning iaxtel is not accepting any inbound calls based on those very elementary and inconclusive tests. Rich
Sure, all the time. Michael On Wed, 18 Feb 2004 00:51:46 -0500, Netlabz - Chris Clifton wrote:>Anyone got dialing pstn 800#'s from asterisk behind nat with fwd.pulver.com >or iaxtel working ? > >Thanks, >Chris Clifton > >_______________________________________________ >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 >-- Michael Graves mgraves@pixelpower.com Sr. Product Specialist www.pixelpower.com Pixel Power Inc. mgraves@mstvp.com "I've been everywhere man, I've been everywhere." - Hank Snow ** Tag(s) inserted by Bandit Tagger98 - http://www.gbar.dtu.dk/~c918704