E Samuels
2004-Aug-24 15:20 UTC
[Asterisk-Users] [Asterisk Users] Help with SIP Hosted Billing Service
Hello All, I am trying to connect to a third party's SIP based Hosted Billing service that supports G729 as I have found it difficult to get hold of prepaid billing solution for Asterisk. I was able to get an IAX2 connection working fine with another provider but as I am unable to find a billing service that supports IAX/IAX2, I need to connect to a hosted billing service using SIP and G729. I have purchased and installed the G729 licenses from Digium as required. My endpoints are Xten Pro and Snom. I am not sure what the problem is but this is my dial plan in extensions.conf [default] include => incoming include => from-iax include => from-sip include => iaxtel-outbound include => sip-pstn include => iax2-pstn [sip-pstn] **I am not certain if this is correct. exten => _81NXXNXXXXXX,1,SetCallerID(123456) exten => _81NXXNXXXXXX,2,SetCIDName("Myself") exten => _81NXXNXXXXXX,3,Dial(SIP/${EXTEN:1}@someprovider,60,tr) exten => _81NXXNXXXXXX,4,Congestion [iax2-pstn] exten => _0[1-9].,1,Dial(IAX2/12345678@someprovider/44${EXTEN:1}) exten => _00.,1,Dial(IAX2/12345678@someprovider/${EXTEN:2}) If anyone has any suggestions I would be happy to listen. Thanks in Advance. Errol -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040824/1681716e/attachment.htm
Umar Sear
2004-Aug-25 11:58 UTC
[Asterisk-Users] [Asterisk Users] Help with SIP Hosted Billing Service
Not sure if I can help you on your dial-plan, however there are several prepaid solutions for asterisk I Developed my own using pascal and AGI as I requirements were quite specific. Umar On Tue, 2004-08-24 at 23:20, E Samuels wrote:> Hello All, > > > > I am trying to connect to a third party?s SIP based Hosted Billing > service that supports G729 as I have found it difficult to get hold of > prepaid billing solution for Asterisk. I was able to get an IAX2 > connection working fine with another provider but as I am unable to > find a billing service that supports IAX/IAX2, I need to connect to a > hosted billing service using SIP and G729. > > > > I have purchased and installed the G729 licenses from Digium as > required. > > My endpoints are Xten Pro and Snom. > > > > I am not sure what the problem is but this is my dial plan in > extensions.conf > > > > [default] > > include => incoming > > include => from-iax > > include => from-sip > > include => iaxtel-outbound > > include => sip-pstn > > include => iax2-pstn > > > > [sip-pstn] **I am not certain if this is correct. > > > > exten => _81NXXNXXXXXX,1,SetCallerID(123456) > > exten => _81NXXNXXXXXX,2,SetCIDName("Myself") > > exten => _81NXXNXXXXXX,3,Dial(SIP/${EXTEN:1}@someprovider,60,tr) > > exten => _81NXXNXXXXXX,4,Congestion > > > > [iax2-pstn] > > exten => _0[1-9].,1,Dial(IAX2/12345678@someprovider/44${EXTEN:1}) > > exten => _00.,1,Dial(IAX2/12345678@someprovider/${EXTEN:2}) > > > > If anyone has any suggestions I would be happy to listen. > > > > Thanks in Advance. > > > > Errol > > > > > > > > ______________________________________________________________________ > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users