Re: [asterisk-users] Regarding SIP-T/SIP-I support in Asterisk.

2014-03-13 Thread DHAVAL INDRODIYA
Amit, I know how to play with SIP in asterisk and other tools . I want to know weather asterisk natively support or is there any extra patch or any workaround for SIP-T/SIP-I. Regarding packets and other things I am still not integrating it . I am searching some open-source tool which can send

Re: [asterisk-users] Regarding SIP-T/SIP-I support in Asterisk.

2014-03-12 Thread Amit
Hi Dhaval, Theoretically, Asterisk can support SIP-I / SIP-T. Since protocols provide additional information and controls, you will not get those benefits. You will have to write dial plan functions to extract addition information exposed by SIP-I / SIP-T. Though, I have not tested it with

Re: [asterisk-users] Regarding SIP-T/SIP-I support in Asterisk.

2014-03-12 Thread DHAVAL INDRODIYA
Thanks Amit, I want following scenario. INCOMINGCALL --- MSC (SIP-T) PBX (Asterisk) OUTGOINGCALL --- PBX (Asterisk) (SIP) to (SIP-T) --- Aircel MSC I understood that via Dial-plan we can achieve and get extra parameters values. But what about RTP fields as per my analysis ISUP packets

Re: [asterisk-users] Regarding SIP-T/SIP-I support in Asterisk.

2014-03-12 Thread Mitul Limbani
You can achieve this by setting relevant sip flags in the dialplan back and forth. Mitul On Mar 12, 2014 11:18 PM, DHAVAL INDRODIYA dhaval.it01...@gmail.com wrote: Thanks Amit, I want following scenario. INCOMINGCALL --- MSC (SIP-T) PBX (Asterisk) OUTGOINGCALL --- PBX (Asterisk)

Re: [asterisk-users] Regarding SIP-T/SIP-I support in Asterisk.

2014-03-12 Thread Amit
Hi Dhaval, If you capture and share SIP traces for inbound and outbound calls separately, experts on this list can guide to achieve objective. You can enable SIP trace on asterisk by executing following command in Asterisk console *sip set debug on* *Thanks Regards,* Amit Patkar On