Re: [asterisk-users] Incoming calls not being answered by asterisk

2008-05-25 Thread RoLaNd RoLaNd


Hey thanks for the help :)
though i already did that, and the sip debugging info shows me tht its ringing 
on the respective sip extension (1002) but nothing is happening..
so i guess its true it IS a diala plan issue tht i am yet to figure it out ...



 Date: Sat, 24 May 2008 14:20:45 +0100
 From: [EMAIL PROTECTED]
 To: asterisk-users@lists.digium.com
 Subject: Re: [asterisk-users] Incoming calls not being answered by asterisk
 
 The first thing to do is type sip debug on the console and place the
 call from the Sipura. If you get a bunch of SIP messages flashing down
 your console you know the call is reaching Asterisk and it's most
 likely going to be an issue authenticating the call or a problem in
 your dial plan.
 
 If no SIP messages flash up then the call is not reaching your Asterisk 
 server.
 
 Regards,
 
 Greyman.
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

_
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Incoming calls not being answered by asterisk

2008-05-24 Thread RoLaNd RoLaNd

Hello all,

ive got the following setup currently:

 
   __Sipura 3102-PSTN
  |
Lan | 
  |
  |__asterisk

i configured both asterisk and pstn to be able to receive/make calls through 
each other using sip of course..
but the thing is i want asterisk that when it receives an incoming call from 
sipura, to answer it, play msg that i recorded and wait for the caller to dial 
in an extension, where it would transfer the caller to that exntension, and in 
case the extension owner isnt available to answer it would direct him to his 
voicemail(tht i dont know how to set yet), and in case the caller didnt dial 
any extension in a certain amount of time, it automaticly directs it to a 
specific extensions i'd specify..

i tried the examples given in lots of forums and so on none of them worked, the 
phone keeps on ringing with every incomign dial plan ive specified without 
asterisk answering it..
the thing i did is that sipura directs incoming calls to 1002, so ive set the 
context of 1002 in sip.conf to a dial plan of [incoming-sipura] and ive set the 
commands i mentioned earlier tht i took out of those forums.. but theyre not 
working!!!

anyone has an example i could go on with ? 
any help would be apreciated:)

_
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vistamkt=en-USform=QBRE___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Incoming calls not being answered by asterisk

2008-05-24 Thread Grey Man
The first thing to do is type sip debug on the console and place the
call from the Sipura. If you get a bunch of SIP messages flashing down
your console you know the call is reaching Asterisk and it's most
likely going to be an issue authenticating the call or a problem in
your dial plan.

If no SIP messages flash up then the call is not reaching your Asterisk server.

Regards,

Greyman.

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Incoming calls not being answered by asterisk

2008-05-24 Thread Roberto Milani

Ciao Roand

I think you should buy a book and do some reading to build up your  
knowledge.


but in the meantime try something like this in the dialplan  
(extensions.conf)


exten = PSTN,1,Answer() ; Answer inbound calls or internal miss-dials
exten = PSTN,2,Playback(silence/1)
exten = PSTN,3,Background(enter-ext-of-person) ; input an extension
exten = PSTN,n,WaitExten(20) ; Adjust wait, default 5 sec
exten = PSTN,n,Goto(internal,${EXTEN},1) ; Goto the correct extension
exten = PSTN,n,Hangup() ; End the call

where PSTN is your sipura SIP name (1002 i think)

Ciao
Roberto


On May 24, 2008, at 3:09 AM, RoLaNd RoLaNd wrote:


Hello all,

ive got the following setup currently:


   __Sipura 3102-PSTN
  |
Lan |
  |
  |__asterisk

i configured both asterisk and pstn to be able to receive/make calls  
through each other using sip of course..
but the thing is i want asterisk that when it receives an incoming  
call from sipura, to answer it, play msg that i recorded and wait  
for the caller to dial in an extension, where it would transfer the  
caller to that exntension, and in case the extension owner isnt  
available to answer it would direct him to his voicemail(tht i dont  
know how to set yet), and in case the caller didnt dial any  
extension in a certain amount of time, it automaticly directs it to  
a specific extensions i'd specify..


i tried the examples given in lots of forums and so on none of them  
worked, the phone keeps on ringing with every incomign dial plan ive  
specified without asterisk answering it..
the thing i did is that sipura directs incoming calls to 1002, so  
ive set the context of 1002 in sip.conf to a dial plan of [incoming- 
sipura] and ive set the commands i mentioned earlier tht i took out  
of those forums.. but theyre not working!!!


anyone has an example i could go on with ?
any help would be apreciated:)

Discover the new Windows Vista Learn more!  
___

-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users