RE: [Asterisk-Users] voipjet anyone?

2005-05-13 Thread Julius Igugu

--- Kevin Bockman [EMAIL PROTECTED] wrote:
  May 12 22:27:05 VERBOSE[2442]: -- Executing 
  Dial(SIP/101-ad89, 
  IAX2/voipjet/4803442640) in new stack
  May 12 22:27:05 VERBOSE[2442]: -- Called voipjet/4803442640
  May 12 22:27:05 WARNING[2442]: Call rejected by 66.246.220.19: No such 
  context/extension
  
  The number needs to be 10 digits.  Add a 1 in front.
 
  Tried that, doesnt seem to matter.
 
 Hmm.. did you do an extensions reload?  If so, then it should give you a
 different error.  Show us.
 
 My iax.conf:
 [voipjet]
 type=peer
 ;host=216.118.117.46 primary east
 host=69.25.60.30
 username=username
 secret=pass md5
 auth=md5
 context=default
 disallow=all
 allow=ilbc
 jitterbuffer=yes
 dropcount=1
 
 extensions.conf:
 exten = _1NXXNXX,1,Dial,IAX2/voipjet/${EXTEN},,tTwW

shouldn't this be:
exten = _1NXXNXX,1,Dial,IAX2/'user'@voipjet/${EXTEN},,tTwW ?



Julius Igugu
SouthWork Co. Ltd.



__ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 
___
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


RE: [Asterisk-Users] voipjet anyone?

2005-05-13 Thread Manny A. Wise
I am not an expert yet ;)...but VoipJet is very picky.. in your exten =
when I tried with the default it didn't work, when tried as they ask in the
FAQ's it workedyou must keep the exact format with the account
number...

[Voipjet]
exten = _1NXXNXX,1,SetCallerID(4153574000); Set your CallerID as a ten
;it number like this. See our FAQ 
exten = _1NXXNXX,2,Dial,IAX2/[EMAIL PROTECTED]/${EXTEN} ; VoipJet.com 
NANPA 
exten = _011.,1,SetCallerID(4153574000); Set your CallerID as a ten digit
number like this. See our FAQ. 
exten = _011.,2,Dial,IAX2/[EMAIL PROTECTED]/${EXTEN} ; VoipJet.com WORLD 
;Do not change IAX2/1234 in the above two lines!


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of JD
Sent: Friday, May 13, 2005 1:35 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] voipjet anyone?

Is it me... or is it voipjet?
This week I've been trying various providers, just can't seem to get 
voipjet to work.
I signed up with voipjet but so far can't get it to work inbound or out 
bound.
I always get 'all circuits busy'.

May 12 22:27:05 VERBOSE[2442]: -- Executing 
Dial(SIP/101-ad89, 
IAX2/voipjet/4803442640) in new stack
May 12 22:27:05 VERBOSE[2442]: -- Called voipjet/4803442640
May 12 22:27:05 WARNING[2442]: Call rejected by 66.246.220.19: No such 
context/extension
May 12 22:27:05 DEBUG[2442]: Immediately destroying 6, having received 
reject

Outbound settings:
notransfer=yes
auth=md5
context=from-pstn
host= 66.246.220.19
secret= md5hashstring
type=friend ; also tried peer and user
username=1234

Im using [EMAIL PROTECTED], but that shouldnt matter; people have this 
working or is it me?

JD


___
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

___
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


Re: [Asterisk-Users] voipjet anyone?

2005-05-13 Thread Andrew Latham
Personally I thought that VOIPJET has the best service and
documentation including simple up to date CDRs also.

They do not offer incoming, at least not to me

If you follow the instructions on their site it will work, if you are
useing AAH then maybe you should look into editing the files by had.
Checking the server ping time will help. Everyone with a nonroutable
IP address will be surprised which ones are faster.



On 5/13/05, JD [EMAIL PROTECTED] wrote:
 Is it me... or is it voipjet?
 This week I've been trying various providers, just can't seem to get
 voipjet to work.
 I signed up with voipjet but so far can't get it to work inbound or out
 bound.
 I always get 'all circuits busy'.
 
 May 12 22:27:05 VERBOSE[2442]: -- Executing
 Dial(SIP/101-ad89,
 IAX2/voipjet/4803442640) in new stack
 May 12 22:27:05 VERBOSE[2442]: -- Called voipjet/4803442640
 May 12 22:27:05 WARNING[2442]: Call rejected by 66.246.220.19: No such
 context/extension
 May 12 22:27:05 DEBUG[2442]: Immediately destroying 6, having received
 reject
 
 Outbound settings:
 notransfer=yes
 auth=md5
 context=from-pstn
 host= 66.246.220.19
 secret= md5hashstring
 type=friend ; also tried peer and user
 username=1234
 
 Im using [EMAIL PROTECTED], but that shouldnt matter; people have this
 working or is it me?
 
 JD
 
 ___
 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
 


-- 
sig
Andrew Latham - AKA: LATHAMA (lay-th-ham-eh)
WWW: http://lathama.com
Email: [EMAIL PROTECTED] - [EMAIL PROTECTED] - [EMAIL PROTECTED]
If any of the above are down we have bigger problems than my email!
/sig
___
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


Re: [Asterisk-Users] voipjet anyone?

2005-05-13 Thread Sahil Gupta
VoipJet are not too bad, little pricey though.. theres better around.. a 
matter of looking :-)

Regards,
Sahil Gupta
VoiceValley
On Fri, 13 May 2005, Andrew Latham wrote:
Personally I thought that VOIPJET has the best service and
documentation including simple up to date CDRs also.
They do not offer incoming, at least not to me
If you follow the instructions on their site it will work, if you are
useing AAH then maybe you should look into editing the files by had.
Checking the server ping time will help. Everyone with a nonroutable
IP address will be surprised which ones are faster.

On 5/13/05, JD [EMAIL PROTECTED] wrote:
Is it me... or is it voipjet?
This week I've been trying various providers, just can't seem to get
voipjet to work.
I signed up with voipjet but so far can't get it to work inbound or out
bound.
I always get 'all circuits busy'.
May 12 22:27:05 VERBOSE[2442]: -- Executing
Dial(SIP/101-ad89,
IAX2/voipjet/4803442640) in new stack
May 12 22:27:05 VERBOSE[2442]: -- Called voipjet/4803442640
May 12 22:27:05 WARNING[2442]: Call rejected by 66.246.220.19: No such
context/extension
May 12 22:27:05 DEBUG[2442]: Immediately destroying 6, having received
reject
Outbound settings:
notransfer=yes
auth=md5
context=from-pstn
host= 66.246.220.19
secret= md5hashstring
type=friend ; also tried peer and user
username=1234
Im using [EMAIL PROTECTED], but that shouldnt matter; people have this
working or is it me?
JD
___
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

--
sig
Andrew Latham - AKA: LATHAMA (lay-th-ham-eh)
WWW: http://lathama.com
Email: [EMAIL PROTECTED] - [EMAIL PROTECTED] - [EMAIL PROTECTED]
If any of the above are down we have bigger problems than my email!
/sig
___
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
___
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


Re: [Asterisk-Users] voipjet anyone?

2005-05-13 Thread Michael Graves
I agree. I've been using voipjet since before their formal launch..I
have account number 63. They've been amongst the most reliable in my
experience. If they offered DIDs in my area I'd have those as well.

Michael


On Fri, 13 May 2005 07:42:32 -0500, Andrew Latham wrote:

Personally I thought that VOIPJET has the best service and
documentation including simple up to date CDRs also.

They do not offer incoming, at least not to me

If you follow the instructions on their site it will work, if you are
useing AAH then maybe you should look into editing the files by had.
Checking the server ping time will help. Everyone with a nonroutable
IP address will be surprised which ones are faster.



On 5/13/05, JD [EMAIL PROTECTED] wrote:
 Is it me... or is it voipjet?
 This week I've been trying various providers, just can't seem to get
 voipjet to work.
 I signed up with voipjet but so far can't get it to work inbound or out
 bound.
 I always get 'all circuits busy'.
 
 May 12 22:27:05 VERBOSE[2442]: -- Executing
 Dial(SIP/101-ad89,
 IAX2/voipjet/4803442640) in new stack
 May 12 22:27:05 VERBOSE[2442]: -- Called voipjet/4803442640
 May 12 22:27:05 WARNING[2442]: Call rejected by 66.246.220.19: No such
 context/extension
 May 12 22:27:05 DEBUG[2442]: Immediately destroying 6, having received
 reject
 
 Outbound settings:
 notransfer=yes
 auth=md5
 context=from-pstn
 host= 66.246.220.19
 secret= md5hashstring
 type=friend ; also tried peer and user
 username=1234
 
 Im using [EMAIL PROTECTED], but that shouldnt matter; people have this
 working or is it me?
 
 JD
 
 ___
 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
 


-- 
sig
Andrew Latham - AKA: LATHAMA (lay-th-ham-eh)
WWW: http://lathama.com
Email: [EMAIL PROTECTED] - [EMAIL PROTECTED] - [EMAIL PROTECTED]
If any of the above are down we have bigger problems than my email!
/sig
___
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   [EMAIL PROTECTED]
Sr. Product Specialist  www.pixelpower.com
Pixel Power Inc. [EMAIL PROTECTED]

o713-861-4005
o800-905-6412
c713-201-1262



___
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


Re: [Asterisk-Users] voipjet anyone?

2005-05-13 Thread William Suffill
I'm #11 but I have notice of late a few problems but nothing major
given the price differences assuming you don't have the volume to
commit to another carrier directly for the destinations you are 
after.

-- William
___
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


RE: [Asterisk-Users] voipjet anyone?

2005-05-13 Thread Wiley Siler
I use AAH with VoipJet and it works perfectly.  Setup was a breeze with
absolutely no hand coding of configs required.

VoipJet is without a doubt the best outbound provider I have come
across. No problems at all yet. knock on wood
And the call quality has been awesome.

Anyone having trouble getting their AAH setup with voipjet may contact
me off list for assistance if they want.

Cheers,
W
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew
Latham
Sent: Friday, May 13, 2005 5:43 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] voipjet anyone?

Personally I thought that VOIPJET has the best service and documentation
including simple up to date CDRs also.

They do not offer incoming, at least not to me

If you follow the instructions on their site it will work, if you are
useing AAH then maybe you should look into editing the files by had.
Checking the server ping time will help. Everyone with a nonroutable IP
address will be surprised which ones are faster.



On 5/13/05, JD [EMAIL PROTECTED] wrote:
 Is it me... or is it voipjet?
 This week I've been trying various providers, just can't seem to get 
 voipjet to work.
 I signed up with voipjet but so far can't get it to work inbound or 
 out bound.
 I always get 'all circuits busy'.
 
 May 12 22:27:05 VERBOSE[2442]: -- Executing 
 Dial(SIP/101-ad89,
 IAX2/voipjet/4803442640) in new stack May 12 
 22:27:05 VERBOSE[2442]: -- Called voipjet/4803442640 May 12 22:27:05 
 WARNING[2442]: Call rejected by 66.246.220.19: No such 
 context/extension May 12 22:27:05 DEBUG[2442]: Immediately destroying 
 6, having received reject
 
 Outbound settings:
 notransfer=yes
 auth=md5
 context=from-pstn
 host= 66.246.220.19
 secret= md5hashstring
 type=friend ; also tried peer and user
 username=1234
 
 Im using [EMAIL PROTECTED], but that shouldnt matter; people have this 
 working or is it me?
 
 JD
 
 ___
 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
 


--
sig
Andrew Latham - AKA: LATHAMA (lay-th-ham-eh)
WWW: http://lathama.com
Email: [EMAIL PROTECTED] - [EMAIL PROTECTED] - [EMAIL PROTECTED] If
any of the above are down we have bigger problems than my email!
/sig
___
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
___
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


RE: [Asterisk-Users] voipjet anyone?

2005-05-13 Thread Wiley Siler
1.3 cents minute dialing?   That is one of the lowest prices out there. 
Maybe for you in Australia but in North America, it is a very nice deal.

W


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sahil
Gupta
Sent: Friday, May 13, 2005 5:49 AM
To: Andrew Latham; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: Re: [Asterisk-Users] voipjet anyone?

VoipJet are not too bad, little pricey though.. theres better around.. a
matter of looking :-)

Regards,


Sahil Gupta
VoiceValley

On Fri, 13 May 2005, Andrew Latham wrote:

 Personally I thought that VOIPJET has the best service and 
 documentation including simple up to date CDRs also.

 They do not offer incoming, at least not to me

 If you follow the instructions on their site it will work, if you are 
 useing AAH then maybe you should look into editing the files by had.
 Checking the server ping time will help. Everyone with a nonroutable 
 IP address will be surprised which ones are faster.



 On 5/13/05, JD [EMAIL PROTECTED] wrote:
 Is it me... or is it voipjet?
 This week I've been trying various providers, just can't seem to get 
 voipjet to work.
 I signed up with voipjet but so far can't get it to work inbound or 
 out bound.
 I always get 'all circuits busy'.

 May 12 22:27:05 VERBOSE[2442]: -- Executing 
 Dial(SIP/101-ad89,
 IAX2/voipjet/4803442640) in new stack May 12 
 22:27:05 VERBOSE[2442]: -- Called voipjet/4803442640 May 12 22:27:05 
 WARNING[2442]: Call rejected by 66.246.220.19: No such 
 context/extension May 12 22:27:05 DEBUG[2442]: Immediately destroying

 6, having received reject

 Outbound settings:
 notransfer=yes
 auth=md5
 context=from-pstn
 host= 66.246.220.19
 secret= md5hashstring
 type=friend ; also tried peer and user
 username=1234

 Im using [EMAIL PROTECTED], but that shouldnt matter; people have this 
 working or is it me?

 JD

 ___
 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



 --
 sig
 Andrew Latham - AKA: LATHAMA (lay-th-ham-eh)
 WWW: http://lathama.com
 Email: [EMAIL PROTECTED] - [EMAIL PROTECTED] - [EMAIL PROTECTED] If 
 any of the above are down we have bigger problems than my email!
 /sig
 ___
 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

___
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
___
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


RE: [Asterisk-Users] voipjet anyone?

2005-05-13 Thread Wiley Siler
Almost positive iLBC is not allowed  Use uLaw...

This is directly form the install instructions...

Step 3A (recommended): Set your codec to G.711 ulaw for optimal sound
clarity and minimal transmission delay. In iax.conf (found in
/etc/asterisk) locate the codec section and include the following only. 

disallow=all ; Prevent all codecs... 
allow = ulaw ; ...except G.711 ulaw


W 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin
Bockman
Sent: Thursday, May 12, 2005 10:52 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] voipjet anyone?

 May 12 22:27:05 VERBOSE[2442]: -- Executing 
 Dial(SIP/101-ad89,
 IAX2/voipjet/4803442640) in new stack May 12 
 22:27:05 VERBOSE[2442]: -- Called voipjet/4803442640 May 12 22:27:05

 WARNING[2442]: Call rejected by 66.246.220.19: No such 
 context/extension
 
 The number needs to be 10 digits.  Add a 1 in front.

 Tried that, doesnt seem to matter.

Hmm.. did you do an extensions reload?  If so, then it should give you a
different error.  Show us.

My iax.conf:
[voipjet]
type=peer
;host=216.118.117.46 primary east
host=69.25.60.30
username=username
secret=pass md5
auth=md5
context=default
disallow=all
allow=ilbc
jitterbuffer=yes
dropcount=1

extensions.conf:
exten = _1NXXNXX,1,Dial,IAX2/voipjet/${EXTEN},,tTwW




___
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
___
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


RE: [Asterisk-Users] voipjet anyone?

2005-05-13 Thread Rich Adamson
Look a little closer...
WARNING[2442]: Call rejected by 66.246.220.19: No such context/extension

that certainly does not imply an incorrect codec!


 Almost positive iLBC is not allowed  Use uLaw...
 
 This is directly form the install instructions...
 
 Step 3A (recommended): Set your codec to G.711 ulaw for optimal sound
 clarity and minimal transmission delay. In iax.conf (found in
 /etc/asterisk) locate the codec section and include the following only. 
 
 disallow=all ; Prevent all codecs... 
 allow = ulaw ; ...except G.711 ulaw
 
 
 W 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Kevin
 Bockman
 Sent: Thursday, May 12, 2005 10:52 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: RE: [Asterisk-Users] voipjet anyone?
 
  May 12 22:27:05 VERBOSE[2442]: -- Executing 
  Dial(SIP/101-ad89,
  IAX2/voipjet/4803442640) in new stack May 12 
  22:27:05 VERBOSE[2442]: -- Called voipjet/4803442640 May 12 22:27:05
 
  WARNING[2442]: Call rejected by 66.246.220.19: No such 
  context/extension
  
  The number needs to be 10 digits.  Add a 1 in front.
 
  Tried that, doesnt seem to matter.
 
 Hmm.. did you do an extensions reload?  If so, then it should give you a
 different error.  Show us.
 
 My iax.conf:
 [voipjet]
 type=peer
 ;host=216.118.117.46 primary east
 host=69.25.60.30
 username=username
 secret=pass md5
 auth=md5
 context=default
 disallow=all
 allow=ilbc
 jitterbuffer=yes
 dropcount=1
 
 extensions.conf:
 exten = _1NXXNXX,1,Dial,IAX2/voipjet/${EXTEN},,tTwW
 
 
 
 
 ___
 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
 ___
 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
 

---End of Original Message-


___
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


Re: [Asterisk-Users] voipjet anyone?

2005-05-13 Thread Robert Webb
On Fri, 13 May 2005 07:59:09 -0700
 Wiley Siler [EMAIL PROTECTED] wrote:
Almost positive iLBC is not allowed  Use uLaw...
They do allow for iLBC. From their FAQ page:
Codecs. Carriers with primarily business customers should 
use the G.711 codec when sending VoIP traffic to VoipJet. 
This ensures that all calls are of the highest sound 
quality and free from compression degradation. You've paid 
for VoipJet Tier 1 telco termination and G.711 lets you 
fully enjoy it. And don't forget some other codecs can add 
significantly to a call's end-to-end latency, too.

If you need to save bandwidth (admittedly very expensive 
in some parts of the world) then the iLBC codec bundled 
with Asterisk makes an excellent choice. It's free to use 
and takes one-fouth the bandwidth of G.711. Another 
important reason to try iLBC is if there is jitter and 
packet loss on your network's connection to us, because 
G.711 really needs ideal conditions to work well. Finally, 
GSM potentially uses even less bandwidth and CPU 
processing power than iLBC.
___
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


Re: [Asterisk-Users] voipjet anyone?

2005-05-13 Thread Eric Wieling aka ManxPower
Robert Webb wrote:
On Fri, 13 May 2005 07:59:09 -0700
 Wiley Siler [EMAIL PROTECTED] wrote:
Almost positive iLBC is not allowed  Use uLaw...
They do allow for iLBC. From their FAQ page:
Codecs. Carriers with primarily business customers should use the G.711 
codec when sending VoIP traffic to VoipJet. This ensures that all calls 
are of the highest sound quality and free from compression degradation. 
You've paid for VoipJet Tier 1 telco termination and G.711 lets you 
fully enjoy it. And don't forget some other codecs can add significantly 
to a call's end-to-end latency, too.

If you need to save bandwidth (admittedly very expensive in some parts 
of the world) then the iLBC codec bundled with Asterisk makes an 
excellent choice. It's free to use and takes one-fouth the bandwidth of 
G.711. Another important reason to try iLBC is if there is jitter and 
packet loss on your network's connection to us, because G.711 really 
needs ideal conditions to work well. Finally, GSM potentially uses even 
less bandwidth and CPU processing power than iLBC.

They do not support SpeeX or G726.
--
Eric Wieling * BTEL Consulting * 504-210-3699 x2120
___
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


RE: [Asterisk-Users] voipjet anyone?

2005-05-13 Thread Wiley Siler
Good catch. Did not see the FAQ.

Robert, are you the one having problems getting this running in AAH?

W


-Original Message-
From: Robert Webb [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 12, 2005 11:22 PM
To: asterisk-users@lists.digium.com; Wiley Siler
Subject: Re: [Asterisk-Users] voipjet anyone?


On Fri, 13 May 2005 07:59:09 -0700
  Wiley Siler [EMAIL PROTECTED] wrote:
 Almost positive iLBC is not allowed  Use uLaw...
 

They do allow for iLBC. From their FAQ page:

Codecs. Carriers with primarily business customers should use the G.711
codec when sending VoIP traffic to VoipJet. 
This ensures that all calls are of the highest sound quality and free
from compression degradation. You've paid for VoipJet Tier 1 telco
termination and G.711 lets you fully enjoy it. And don't forget some
other codecs can add significantly to a call's end-to-end latency, too.

If you need to save bandwidth (admittedly very expensive in some parts
of the world) then the iLBC codec bundled with Asterisk makes an
excellent choice. It's free to use and takes one-fouth the bandwidth of
G.711. Another important reason to try iLBC is if there is jitter and
packet loss on your network's connection to us, because
G.711 really needs ideal conditions to work well. Finally, GSM
potentially uses even less bandwidth and CPU processing power than iLBC.
___
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


RE: [Asterisk-Users] voipjet anyone?

2005-05-13 Thread Wiley Siler
You are completely correct.

I see by the called number that the user is in Phoenix?  I am too.

Call me at 4804230118 ext. 1003 if you want some off list assistance
with this.
I have mine running just fine with AAH 0.09.

Thanks,
Wiley



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rich
Adamson
Sent: Friday, May 13, 2005 9:24 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] voipjet anyone?

Look a little closer...
WARNING[2442]: Call rejected by 66.246.220.19: No such context/extension

that certainly does not imply an incorrect codec!


 Almost positive iLBC is not allowed  Use uLaw...
 
 This is directly form the install instructions...
 
 Step 3A (recommended): Set your codec to G.711 ulaw for optimal sound 
 clarity and minimal transmission delay. In iax.conf (found in
 /etc/asterisk) locate the codec section and include the following
only. 
 
 disallow=all ; Prevent all codecs... 
 allow = ulaw ; ...except G.711 ulaw
 
 
 W
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Kevin 
 Bockman
 Sent: Thursday, May 12, 2005 10:52 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: RE: [Asterisk-Users] voipjet anyone?
 
  May 12 22:27:05 VERBOSE[2442]: -- Executing 
  Dial(SIP/101-ad89,
  IAX2/voipjet/4803442640) in new stack May 12
  22:27:05 VERBOSE[2442]: -- Called voipjet/4803442640 May 12 
  22:27:05
 
  WARNING[2442]: Call rejected by 66.246.220.19: No such 
  context/extension
  
  The number needs to be 10 digits.  Add a 1 in front.
 
  Tried that, doesnt seem to matter.
 
 Hmm.. did you do an extensions reload?  If so, then it should give you

 a different error.  Show us.
 
 My iax.conf:
 [voipjet]
 type=peer
 ;host=216.118.117.46 primary east
 host=69.25.60.30
 username=username
 secret=pass md5
 auth=md5
 context=default
 disallow=all
 allow=ilbc
 jitterbuffer=yes
 dropcount=1
 
 extensions.conf:
 exten = _1NXXNXX,1,Dial,IAX2/voipjet/${EXTEN},,tTwW
 
 
 
 
 ___
 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
 ___
 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
 

---End of Original Message-


___
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
___
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


RE: [Asterisk-Users] voipjet anyone?

2005-05-13 Thread Ariel Batista
It would be nice if you post how you set this up to either the wiki or right
here.  Just a few lines would do nicely.  There seems to be allot of people
who use voipjet and aah and both are good products.  

Thanks

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wiley Siler
Sent: Friday, May 13, 2005 10:48 AM
To: Andrew Latham; Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] voipjet anyone?

I use AAH with VoipJet and it works perfectly.  Setup was a breeze with
absolutely no hand coding of configs required.

VoipJet is without a doubt the best outbound provider I have come
across. No problems at all yet. knock on wood
And the call quality has been awesome.

Anyone having trouble getting their AAH setup with voipjet may contact
me off list for assistance if they want.

Cheers,
W
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew
Latham
Sent: Friday, May 13, 2005 5:43 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] voipjet anyone?

Personally I thought that VOIPJET has the best service and documentation
including simple up to date CDRs also.

They do not offer incoming, at least not to me

If you follow the instructions on their site it will work, if you are
useing AAH then maybe you should look into editing the files by had.
Checking the server ping time will help. Everyone with a nonroutable IP
address will be surprised which ones are faster.



On 5/13/05, JD [EMAIL PROTECTED] wrote:
 Is it me... or is it voipjet?
 This week I've been trying various providers, just can't seem to get 
 voipjet to work.
 I signed up with voipjet but so far can't get it to work inbound or 
 out bound.
 I always get 'all circuits busy'.
 
 May 12 22:27:05 VERBOSE[2442]: -- Executing 
 Dial(SIP/101-ad89,
 IAX2/voipjet/4803442640) in new stack May 12 
 22:27:05 VERBOSE[2442]: -- Called voipjet/4803442640 May 12 22:27:05 
 WARNING[2442]: Call rejected by 66.246.220.19: No such 
 context/extension May 12 22:27:05 DEBUG[2442]: Immediately destroying 
 6, having received reject
 
 Outbound settings:
 notransfer=yes
 auth=md5
 context=from-pstn
 host= 66.246.220.19
 secret= md5hashstring
 type=friend ; also tried peer and user
 username=1234
 
 Im using [EMAIL PROTECTED], but that shouldnt matter; people have this 
 working or is it me?
 
 JD
 
 ___
 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
 


--
sig
Andrew Latham - AKA: LATHAMA (lay-th-ham-eh)
WWW: http://lathama.com
Email: [EMAIL PROTECTED] - [EMAIL PROTECTED] - [EMAIL PROTECTED] If
any of the above are down we have bigger problems than my email!
/sig
___
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
___
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
___
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


RE: [Asterisk-Users] voipjet anyone?

2005-05-13 Thread Wiley Siler
Wel, that is the real issue.  There is no secret method.  
You literally just add it to the trunks then set it in your outbound
routing 
being careful to make sure you have dial patterns set that match
correctly.

So

Here is the trunk definition

-
Make sure your trunk name is voipjet with no quotes

Enter this in your peer settings

auth=md5
context=default
host=69.25.60.30
notransfer=yes
secret=your secret hash here
type=peer
username=your username here

Nothing required for incoming settings or registration.

Nothing required for dial rules or prefix.

Change the host if you are not on west coast...


-

Now go to the Outbound Routes page.  

-
Create a route for your VoipJet Account (ToVoipJet or something like
that is a good name)

Set a dial pattern.  I use this for LD and international...

011.
1NXXNXX

Add your trunk to the Trunk Sequence (you have to select it and apply
it) and then submit


-

Now, all that being said, the most common problem (other than something
on their side) is going to be if the user malforms their settings.

Don't set your trunk name to 1234 (your username) for example.  Set it
to voipjet.

Make sure the context is correctly defined exactly like above.  It is
default.

Let me know if that does not work for you.  It works perfect for me

W









-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ariel
Batista
Sent: Friday, May 13, 2005 8:50 AM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [Asterisk-Users] voipjet anyone?

It would be nice if you post how you set this up to either the wiki or
right here.  Just a few lines would do nicely.  There seems to be allot
of people who use voipjet and aah and both are good products.  

Thanks

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wiley
Siler
Sent: Friday, May 13, 2005 10:48 AM
To: Andrew Latham; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: RE: [Asterisk-Users] voipjet anyone?

I use AAH with VoipJet and it works perfectly.  Setup was a breeze with
absolutely no hand coding of configs required.

VoipJet is without a doubt the best outbound provider I have come
across. No problems at all yet. knock on wood And the call quality has
been awesome.

Anyone having trouble getting their AAH setup with voipjet may contact
me off list for assistance if they want.

Cheers,
W
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew
Latham
Sent: Friday, May 13, 2005 5:43 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] voipjet anyone?

Personally I thought that VOIPJET has the best service and documentation
including simple up to date CDRs also.

They do not offer incoming, at least not to me

If you follow the instructions on their site it will work, if you are
useing AAH then maybe you should look into editing the files by had.
Checking the server ping time will help. Everyone with a nonroutable IP
address will be surprised which ones are faster.



On 5/13/05, JD [EMAIL PROTECTED] wrote:
 Is it me... or is it voipjet?
 This week I've been trying various providers, just can't seem to get 
 voipjet to work.
 I signed up with voipjet but so far can't get it to work inbound or 
 out bound.
 I always get 'all circuits busy'.
 
 May 12 22:27:05 VERBOSE[2442]: -- Executing 
 Dial(SIP/101-ad89,
 IAX2/voipjet/4803442640) in new stack May 12
 22:27:05 VERBOSE[2442]: -- Called voipjet/4803442640 May 12 22:27:05
 WARNING[2442]: Call rejected by 66.246.220.19: No such 
 context/extension May 12 22:27:05 DEBUG[2442]: Immediately destroying 
 6, having received reject
 
 Outbound settings:
 notransfer=yes
 auth=md5
 context=from-pstn
 host= 66.246.220.19
 secret= md5hashstring
 type=friend ; also tried peer and user
 username=1234
 
 Im using [EMAIL PROTECTED], but that shouldnt matter; people have this 
 working or is it me?
 
 JD
 
 ___
 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
 


--
sig
Andrew Latham - AKA: LATHAMA (lay-th-ham-eh)
WWW: http://lathama.com
Email: [EMAIL PROTECTED] - [EMAIL PROTECTED] - [EMAIL PROTECTED] If
any of the above are down we have bigger problems than my email!
/sig
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo

RE: [Asterisk-Users] voipjet anyone?

2005-05-13 Thread Kerry Garrison
I had the same problem, there were a couple problems, mostly with my
dialplan:

AAH 1.0 Config
Trunk Settings

Trunk Name: voipjet
Outbound Caller ID: Tech Data Pros 9495027819
Maximum Channels: 4
Dial Rules: 1949+NXX ; you need to add local area code

Outgoing Settings:

Trunkname: voipjet
PEER Details:
allow= ulaw
auth=md5
context=to-voipjet
disallow=all
host=69.25.60.30
notransfer=yes
secret= mysecret
type=peer
username=myuserid

Outbound Routing Settings

Route Name: FWDOUT
Dial Patterns: 393|.

Note: for toll free add the following (You will need to dial * before the
toll free number:

*1800NXX
*1888NXX
*1877NXX
*1866NXX
 
Trunk Sequence: 0 IAX2/fwd

Save all your settings, click on red bar to apply, wait 5-10 seconds
depending on the speed of your machine. Dial 393612 for current time and
393613 for an echo test.

Kerry Garrison
http://geekgazette.com - http://techdatapros.com IT/VoIP Consultants



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wiley Siler
Sent: Friday, May 13, 2005 8:49 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] voipjet anyone?

You are completely correct.

I see by the called number that the user is in Phoenix?  I am too.

Call me at 4804230118 ext. 1003 if you want some off list assistance with
this.
I have mine running just fine with AAH 0.09.

Thanks,
Wiley



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rich Adamson
Sent: Friday, May 13, 2005 9:24 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] voipjet anyone?

Look a little closer...
WARNING[2442]: Call rejected by 66.246.220.19: No such context/extension

that certainly does not imply an incorrect codec!


 Almost positive iLBC is not allowed  Use uLaw...
 
 This is directly form the install instructions...
 
 Step 3A (recommended): Set your codec to G.711 ulaw for optimal sound 
 clarity and minimal transmission delay. In iax.conf (found in
 /etc/asterisk) locate the codec section and include the following
only. 
 
 disallow=all ; Prevent all codecs... 
 allow = ulaw ; ...except G.711 ulaw
 
 
 W
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Kevin 
 Bockman
 Sent: Thursday, May 12, 2005 10:52 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: RE: [Asterisk-Users] voipjet anyone?
 
  May 12 22:27:05 VERBOSE[2442]: -- Executing 
  Dial(SIP/101-ad89,
  IAX2/voipjet/4803442640) in new stack May 12
  22:27:05 VERBOSE[2442]: -- Called voipjet/4803442640 May 12
  22:27:05
 
  WARNING[2442]: Call rejected by 66.246.220.19: No such 
  context/extension
  
  The number needs to be 10 digits.  Add a 1 in front.
 
  Tried that, doesnt seem to matter.
 
 Hmm.. did you do an extensions reload?  If so, then it should give you

 a different error.  Show us.
 
 My iax.conf:
 [voipjet]
 type=peer
 ;host=216.118.117.46 primary east
 host=69.25.60.30
 username=username
 secret=pass md5
 auth=md5
 context=default
 disallow=all
 allow=ilbc
 jitterbuffer=yes
 dropcount=1
 
 extensions.conf:
 exten = _1NXXNXX,1,Dial,IAX2/voipjet/${EXTEN},,tTwW
 
 
 
 
 ___
 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
 ___
 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
 

---End of Original Message-


___
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
___
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



___
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


RE: [Asterisk-Users] voipjet anyone?

2005-05-12 Thread Kevin Bockman
 Is it me... or is it voipjet?
 This week I've been trying various providers, just can't seem to get 
 voipjet to work.
 I signed up with voipjet but so far can't get it to work inbound or out 
 bound.
 I always get 'all circuits busy'.
 
 May 12 22:27:05 VERBOSE[2442]: -- Executing 
 Dial(SIP/101-ad89, 
 IAX2/voipjet/4803442640) in new stack
 May 12 22:27:05 VERBOSE[2442]: -- Called voipjet/4803442640
 May 12 22:27:05 WARNING[2442]: Call rejected by 66.246.220.19: No such 
 context/extension

The number needs to be 10 digits.  Add a 1 in front.

___
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


Re: [Asterisk-Users] voipjet anyone?

2005-05-12 Thread Sahil Gupta
International calls must be prefixed as 011 to voipjet.
Regards,
Sahil Gupta
VoiceValley
On Thu, 12 May 2005, JD wrote:
Is it me... or is it voipjet?
This week I've been trying various providers, just can't seem to get voipjet 
to work.
I signed up with voipjet but so far can't get it to work inbound or out 
bound.
I always get 'all circuits busy'.

May 12 22:27:05 VERBOSE[2442]: -- Executing 
Dial(SIP/101-ad89, 
IAX2/voipjet/4803442640) in new stack
May 12 22:27:05 VERBOSE[2442]: -- Called voipjet/4803442640
May 12 22:27:05 WARNING[2442]: Call rejected by 66.246.220.19: No such 
context/extension
May 12 22:27:05 DEBUG[2442]: Immediately destroying 6, having received reject

Outbound settings:
notransfer=yes
auth=md5
context=from-pstn
host= 66.246.220.19
secret= md5hashstring
type=friend ; also tried peer and user
username=1234
Im using [EMAIL PROTECTED], but that shouldnt matter; people have this working or 
is it me?

JD
___
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
___
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


Re: [Asterisk-Users] voipjet anyone?

2005-05-12 Thread JD
Kevin Bockman wrote:
Is it me... or is it voipjet?
This week I've been trying various providers, just can't seem to get 
voipjet to work.
I signed up with voipjet but so far can't get it to work inbound or out 
bound.
I always get 'all circuits busy'.

May 12 22:27:05 VERBOSE[2442]: -- Executing 
Dial(SIP/101-ad89, 
IAX2/voipjet/4803442640) in new stack
May 12 22:27:05 VERBOSE[2442]: -- Called voipjet/4803442640
May 12 22:27:05 WARNING[2442]: Call rejected by 66.246.220.19: No such 
context/extension
   

The number needs to be 10 digits.  Add a 1 in front.
 

Tried that, doesnt seem to matter.
JD
___
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


RE: [Asterisk-Users] voipjet anyone?

2005-05-12 Thread Kevin Bockman
 May 12 22:27:05 VERBOSE[2442]: -- Executing 
 Dial(SIP/101-ad89, 
 IAX2/voipjet/4803442640) in new stack
 May 12 22:27:05 VERBOSE[2442]: -- Called voipjet/4803442640
 May 12 22:27:05 WARNING[2442]: Call rejected by 66.246.220.19: No such 
 context/extension
 
 The number needs to be 10 digits.  Add a 1 in front.

 Tried that, doesnt seem to matter.

Hmm.. did you do an extensions reload?  If so, then it should give you a
different error.  Show us.

My iax.conf:
[voipjet]
type=peer
;host=216.118.117.46 primary east
host=69.25.60.30
username=username
secret=pass md5
auth=md5
context=default
disallow=all
allow=ilbc
jitterbuffer=yes
dropcount=1

extensions.conf:
exten = _1NXXNXX,1,Dial,IAX2/voipjet/${EXTEN},,tTwW




___
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