| |
| News & Reviews |
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.
Voxilla VoIP Forum |
how to setup incoming call from pstn in asteriskTechnical support, how-to guides, troubleshooting, and general assistance for Linksys hardware. |
| | LinkBack | Thread Tools | Rate Thread | Display Modes |
| ||||
hello i am using sipura 300 to call pstn. i am able to call pstn through my handset as well as my sip soft phone but i am not able to receive call from pstn. i post my sip.conf and extensions.conf configuration here. and help me to solve this problem. sip.conf //configuration for handset [sipura2-handset] type=friend host=dynamic username=sipura2-handset secret=phone context=default dtmfmode=rfc2833 disallow=all allow=ulaw allow=alaw //configuration for softphone [sipura2-pstn] type=friend host=dynamic username=sipura2-pstn secret=phone context=default dtmfmode=rfc2833 disallow=all allow=ulaw //to call pstn phone [sipura2-peer] type=peer host=172.16.100.201 (ip address of sipura device) port=5061 secret=phone username=asterisk ;fromuser=asterisk dtmfmode=rfc2833 context=default insecure=very //to receive pstn call [sipura2-peer] type=user host=172.16.100.201(ip address of sipura device) port=5061 secret=phone username=asterisk ;fromuser=asterisk dtmfmode=rfc2833 context=default insecure=very extensions.conf [default] include => from-pstn include => from-sip exten => _XXXXX.,1,Dial(SIP/${EXTEN}@sipura2-peer,60,) exten => _XXXXX.,2,Playback(all-circuits-busy-now) exten => _XXXXX.,3,Playback(goodbye) exten => _XXXXX.,4,Wait,1 exten => _XXXXX.,5,Hangup [from-pstn] exten => s,1,Dial(SIP/${EXTEN}@sipura2-user,60,tr) exten => s,2,Goto(from-sip,200,1) exten => s,3,Playback(goodbye) exten => s,4,Wait,1 exten => s,5,Hangup [from-sip] exten => 200,1,Dial(SIP/2001@172.16.100.51,20,Ttr) exten => 200,2,Voicemail(u9999) exten => 200,3,pickup(2001@172.16.100.51) exten => 200,4,answer exten => 200,102,Voicemail(b9999) exten => 200,103,hangup These above are my configurations so please notified me if there is any mistake in my configuration. everybody suggestion are greately appriciated. regards anita |
| Thread Tools | |
| Display Modes | Rate This Thread |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Call Waiting on incoming PSTN calls while in a VoIP call... | funkyjunkymunky | Linksys (Sipura) VoIP Support Forum | 0 | May 17th, 2006 05:42 PM |
| Asterisk dropping incoming call | joker625 | Asterisk Support Forum | 0 | March 22nd, 2006 10:42 PM |
| Incoming call problems with Asterisk and Broadvoice | skidog | BroadVoice Support Forum | 2 | January 6th, 2006 07:59 PM |
| PSTN incoming call direct Forward to VoIP call | crsepulv | Linksys (Sipura) VoIP Support Forum | 8 | September 15th, 2005 02:55 PM |
| handling Incoming PSTN call with Asterisk | blue389 | Asterisk Support Forum | 1 | June 26th, 2005 02:44 AM |