Marcus Hofbauer
2006-Mar-01 00:13 UTC
[Asterisk-Users] Working Asterisk with Austrian ISDN p2p
Hi! I'm looking for someone who has successfuly setup an asterisk in austria with isdn in p2p mode and chan_capi. There is is a special problem in austria with DID. If someone is dialing the phone number of the asterisk pbx like 12345-0, zero is passed as an DID, but in Austria u can dial 12345, and the DID which is passed is empty. It seems that asterisk cant handle this. Any ideas? Regards, Marcus Hofbauer
Wolfgang Zweimueller
2006-Mar-01 01:13 UTC
[Asterisk-Users] Working Asterisk with Austrian ISDN p2p
"Marcus Hofbauer" <marcus.hofbauer@gmail.com> writes:> Hi! > > I'm looking for someone who has successfuly setup an asterisk in > austria with isdn in p2p mode and chan_capi. > > There is is a special problem in austria with DID. If someone is > dialing the phone number of the asterisk pbx like 12345-0, zero is > passed as an DID, but in Austria u can dial 12345, and the DID which > is passed is empty. > > It seems that asterisk cant handle this. Any ideas?I am doing this (with zaphfc) and it works. I have it running with DID and overlap dial. It's not a big deal. Create the "s"-Extension and use WaitExten(). Then create DID-extensions. Here is an example: exten => s,1,DigitTimeout(5) exten => s,2,WaitExten(3) exten => s,3,Macro(dialone,SIP/${DURCHWAHL},10) exten => 0,1,Macro(dialone,SIP/${DURCHWAHL},10) exten => 10,1,Macro(dialone,SIP/${DURCHWAHL},10) hth, Wolfgang
Ralf Schlatterbeck
2006-Mar-01 01:42 UTC
[Asterisk-Users] Working Asterisk with Austrian ISDN p2p
On Wed, Mar 01, 2006 at 08:13:13AM +0100, Marcus Hofbauer wrote:> I'm looking for someone who has successfuly setup an asterisk in > austria with isdn in p2p mode and chan_capi. > > There is is a special problem in austria with DID. If someone is > dialing the phone number of the asterisk pbx like 12345-0, zero is > passed as an DID, but in Austria u can dial 12345, and the DID which > is passed is empty. > > It seems that asterisk cant handle this. Any ideas?p2p + DID + chan_capi + mISDN is -- at least for me -- currently not working (at least not in Austria). I'm in the process of sorting this out with Karsten Keil and Armin Schindler. You might want to check their progress: - The asterisk mailing-list thread: http://lists.digium.com/pipermail/asterisk-users/2006-February/148042.html - My bug-report to the mISDN Bug-Tracker: https://www.isdn4linux.de/mantis/view.php?id=40 (needs registration in the mantis bug-tracker) If you have an active card (using a manufacturers capi implementation) it could work. In this case you need the "s" extension configured in asterisk for the context where incoming isdn calls are handled. Then if an empty DID arrives, the s-extension handles that call. Ralf -- Ralf Schlatterbeck email: ralf@zoo.priv.at FAX: +43/2243/26465/23