asterisk2billing.org
http://forum.asterisk2billing.org/

Incoming calls
http://forum.asterisk2billing.org/viewtopic.php?f=21&t=6911
Page 1 of 1

Author:  mtaisigue [ Wed Jan 13, 2010 5:47 pm ]
Post subject:  Incoming calls

Hello Everybody
I need your help with A2B 1.4
I need receive incoming calls from a DID and the calls are going to connect to the extensions
I mean a person call to that DID and then a message ask for the extension number, once the extension is entered conect the call to that A2B extensions

how i could do that?

thank you
Regards

Author:  jroper [ Wed Jan 13, 2010 8:08 pm ]
Post subject:  Re: Incoming calls

In the asterisk dial plan, ask for the number to be called, then send the call into A2Billing as a DID with the number they entered in the previous step.

Joe

Author:  mtaisigue [ Wed Jan 13, 2010 8:29 pm ]
Post subject:  Re: Incoming calls

that is the way to do that in A2B ? I thought there were another way in A2B.

Thank you so much
Reagards

Author:  jroper [ Wed Jan 13, 2010 8:36 pm ]
Post subject:  Re: Incoming calls

Quote:
I thought there were another way in A2B.


I've described one way, as ever there are probably many ways to achieve it.

What it the way you have thought of?

Joe

Author:  mtaisigue [ Wed Jan 13, 2010 9:53 pm ]
Post subject:  Re: Incoming calls

no just was thinking you know, like the most conf tha can do on A2B
is by the grafical interface.
like config the DID or something like that
I just did it in the way that you told me but i was wondering if i could do that directly in A2B
instead of Asterisk

Thank you
Regards

Author:  mtaisigue [ Mon Jun 28, 2010 4:43 pm ]
Post subject:  Re: Incoming calls

hello Joe thank you for your help
i was doing some test with the info that have gave me
and i get <SIP/E205264157401-00704650> Playing 'prepaid-enter-pin-number.gsm'
asking to eter pin number

here is my config in asterisk
[incoming]
exten => s,1,Answer()
exten => s,n,Set(TIMEOUT(digit)=5) ; Set Digit Timeout to 5 seconds
exten => s,n,Set(TIMEOUT(response)=10) ; Set Response Timeout to 10 seconds
exten => s,n,Background(/var/lib/asterisk/sounds/Welcome_itsa)
exten => s,n,WaitExten(6)
exten => s,n,NoOp(Number dialed ${EXTEN})
exten => _XXXX,1,Dial(SIP/55${EXTEN},90,Tt)
exten => _XXXX,n,Hangup()

like i said before i want to call to my DID which asterisk will answer and then dial the extension of A2B which in this case is 4 digit, but i dont want enter any pin number or something like that.
Iam using A2B 1.7.0 for now.

I appreciate your help
Thank you.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/