Re: [asterisk-ss7] sip and libss7

2010-06-14 Thread bipin singh
Hi Use meetme() function for release sip channel . your dahdi channels are working or not .Without gotoif( ) its work r not . On Fri, Jun 11, 2010 at 1:27 PM, dinesh bansal wrote: > Hi regarding this, > > I receive the calls form sip then forward it to ss7 can this help you ? as > ther

Re: [asterisk-ss7] sip and libss7

2010-06-11 Thread Bryan Scott
There's really no "easy" way to do that without moving the IVR to Asterisk. I can't think of a way to have the IVR system tell Asterisk to close it's connection and redirect the call to the PSTN without using the manager interface. Now, if you have code on the IVR that can remotely control Asteri

Re: [asterisk-ss7] sip and libss7

2010-06-11 Thread Klaus Darilion
Either you forward the call with Dial() - which of course occupies 2 voice channels - or try the Transfer() application and see what happens - maybe it is already implemented. regards klaus Am 11.06.2010 00:35, schrieb Jorge Valencia: > Hi guys, > i need to work out on something to do the follo

Re: [asterisk-ss7] sip and libss7

2010-06-11 Thread dinesh bansal
Hi regarding this, I receive the calls form sip then forward it to ss7 can this help you ? as there is no need to release the channel. [from-sip] exten =>_NX,1,Set(GROUP()=VOICECHAT) ;Set Group exten =>_NX,2,GotoIf($[${GROUP_COUNT()} > ${VOIPMAX}]?103) exten =>_NX,3,Dial(d

[asterisk-ss7] sip and libss7

2010-06-10 Thread Jorge Valencia
Hi guys, i need to work out on something to do the following receive a call from pstn to asterisk+libss7 and then send it to a SIP IVR, some calls need to be redirected to pstn, so i dont know how to release the channel between SIP IVR machine and Asterisk, is there a way to do it without repr