News & Reviews
More How-To's & Tips More News
More Reviews Device Configuration Tools
No account yet? Create one
Forgot your Username or Password?

Welcome to the Voxilla VoIP Forum.

Voxilla has been a trusted source for accurate, up-to-date information on the IP Communications industry since 2002. A dedicated staff of reporters and engineers produce feature articles and product reviews to keep industry watchers abreast of the people, companies, and trends driving a fast moving market.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.





Closed Thread
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old December 27th, 2004, 05:22 AM
bulimia bulimia is offline
Junior Member
 
Join Date: Dec 2004
Posts: 3
bulimia
Default SIPURA 3000 -> Asterisk and CID

Ive been playing with an Asterisk setup and an SPA3k device and am very impressed on how easy it's been to get them working.

Eventually I found Voxilla's configuration tool and that make it even easier. Well ... the problem is always on the details.

I have some X-ten SIP phones connected to * and the SPA3K phone can dial out via PSTN, all other extensions can dial out to PSTN and among themselves.

Incoming calls via PSTN worked and were routed to the proper extension/context within * until I decided to enable the "PSTN CID->VoIP CID" option. Now I get a reorder tone when dialing from outside (after the device answer) and my * console shows:

Code:
Dec 26 21:39:05 NOTICE[9049]: Failed to authenticate user PSTN-No ID <sip:799XXXX@192.168.102.250:5060>;tag=b266b0533d7f4bb2o1


Versions: SPA3k FW 2.0.11(GWg), *version 1.0.3

At this point I have the SPA3k configured using the Voxilla configurator but with PSTN CID->VoIP CID =yes. The * configuration is pretty much the suggested on the configurator as well (contexts my be a bit different)

I even included the caller ID as an extension for the caller ID but it did no help:

exten => 799XXXX,1,Dial(SIP/150)
exten => 799XXXX,2,Voicemail(u150)


I know it's very likely a problem with my * config but I hope someone on this list with a working config could provide me with some solution (or working config files: SIP.conf and extensions.conf including contexts) so I can get my setup to work with CID.

Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old December 27th, 2004, 06:07 AM
nabeelj nabeelj is offline
Junior Member
 
Join Date: Nov 2004
Posts: 28
nabeelj
Default RE: SIPURA 3000 -> Asterisk and CID

In sip.conf, under the username entry that the SPA3000 PSTN-to-VoIP gateway uses, add insecure=very. It should work, but I don't know how "secure" it might be.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old December 27th, 2004, 05:53 PM
bulimia bulimia is offline
Junior Member
 
Join Date: Dec 2004
Posts: 3
bulimia
Default Re: RE: SIPURA 3000 -> Asterisk and CID

Quote:
Originally Posted by nabeelj
In sip.conf, under the username entry that the SPA3000 PSTN-to-VoIP gateway uses, add insecure=very. ....
I have already tried that, I tried again just in case but the same behaviour persists.

Thanks for your suggestion anyways.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old December 29th, 2004, 03:49 AM
bulimia bulimia is offline
Junior Member
 
Join Date: Dec 2004
Posts: 3
bulimia
Default RE: Re: RE: SIPURA 3000 -> Asterisk and CID

Got it working by including the "insecure=very" on the section [pstn-spa3k] which I believe is used for "Outgoing" calls TO the PSTN. I'm really puzzled, can someone explain? I could understand if it would have worked for the extention used to register the SPA (PSTN user) but that did not help.

Perhaps I will take this question to the Asterisk group.

Cheers!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5 (permalink)  
Old January 18th, 2005, 06:46 PM
ichilton ichilton is offline
Member
 
Join Date: Oct 2004
Posts: 48
ichilton
Default

Hi,

Did you get an answer to your question? - i'm having the same problem.

Thanks

--ian
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old January 18th, 2005, 06:46 PM
  #6 (permalink)  
Old February 14th, 2005, 02:43 AM
thedriver thedriver is offline
Junior Member
 
Join Date: Feb 2005
Posts: 4
thedriver
Default Also solved my problem, but why?

This also solved my problem. but I too don't understand why added the insecure line to the sip entry for the outbound calls has allowd inbound from the other entry to work. Anyone with more skills have an idea (PhoneBoy)?

Thanks,

Chris
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7 (permalink)  
Old September 14th, 2005, 02:48 PM
mnaffar mnaffar is offline
Junior Member
 
Join Date: Aug 2005
Posts: 15
mnaffar
Default No callerid

I am in India and the telco does pass callerid
pstn<->sip3000<->asterisk<->x-lite
I am not gettin caller id transferred to my x-lite phone nor on my asterisk
my config is like this on the sipura3000

PSTN-To-VoIP Gateway Setup
PSTN-To-VoIP Gateway Enable : yes ( i have tries no also)
PSTN CID For VoIP CID: yes (i have tried no also)
VoIP Answer Delay: 6
PSTN Answer Delay: 10
PSTN Ring Timeout: 5
PSTN Ring Thru Delay: 6
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8 (permalink)  
Old September 14th, 2005, 03:02 PM
mnaffar mnaffar is offline
Junior Member
 
Join Date: Aug 2005
Posts: 15
mnaffar
Default

i solved it
i put an dtmf to fsk converter
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9 (permalink)  
Old July 7th, 2006, 09:40 PM
rajat rajat is offline
Junior Member
 
Join Date: Jun 2006
Posts: 29
rajat
Default

Quote:
Originally Posted by mnaffar
i solved it
i put an dtmf to fsk converter
Hey mnaffar,
I'm looking for the same thing in Delhi. Any ideas where I can get it from ?
Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:



Similar Threads for: SIPURA 3000 -> Asterisk and CID
Thread Thread Starter Forum Replies Last Post
Sipura 3000 to Asterisk: How to pass CID? ThadPuckett Asterisk Support Forum 2 July 14th, 2005 09:11 AM
SPA3000 PSTN CID not received by Asterisk sld Linksys (Sipura) VoIP Support Forum 1 July 2nd, 2005 11:58 PM
Sipura 2000 Outgoing CID scunyngham Linksys (Sipura) VoIP Support Forum 5 March 6th, 2005 02:32 PM
PSTN CID FOR VOIP CID cokonkwo Linksys (Sipura) VoIP Support Forum 9 January 3rd, 2005 04:01 PM
Sipura 3K CID Detection SuperCPA Linksys (Sipura) VoIP Support Forum 2 November 26th, 2004 05:10 PM



All times are GMT. The time now is 10:53 AM.


vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc. Logos and trademarks are the property of Voxilla or their respective owner. All other content © 2003-2007 by Voxilla, Inc.