Hi, is it possible to let asterisk issue a SIP redirect? A SIP invite command by a SIP client should be answered by 30X Temporarly moved to SIP/.... Is this possible with asterisk, maybe from within the dialplan? (reinvite is not what I'm looking for, because it does not completely release the originally called SIP server, e.g. if reinvite fails, ...) Roger.
Roger Schreiter wrote:> is it possible to let asterisk issue a SIP redirect? > > A SIP invite command by a SIP client should be answered > by 30X Temporarly moved to SIP/....Have you read any documentation on the applications available in Asterisk, or on the voip-info wiki? The Transfer() dialplan application will do exactly this.
Hi I wanted to know if somebody solves this problem... We have a commercial PBX and attached Asterisk as VoiceMail Systems. Now in Switzerland all Voicemail start with Prefix 860 so if a customer dials such a number, it can be either a mailbox on the asterisk, or a mailbox on a foreign system to which we have to redirect the call to. So I would need something like: _860x.,1,MailboxExists(${EXTEN}) _860x.,2,SipRedirect(SIP/${EXTEN}@out-trunk) _860x.,101,VoiceMail(${EXTEN}) Is there a way to solve this? I can't use the 'Dial' as this would be too preformance consuming and could be done more transparently by a redirect. Mit freundlichen Gr?ssen Benoit Panizzon -- I m p r o W a r e A G - System Services ______________________________________________________ Zurlindenstrasse 29 Tel +41 61 826 93 00 CH-4133 Pratteln Fax +41 61 826 93 01 Schweiz Web http://www.imp.ch ______________________________________________________
Possibly Parallel Threads
- On Register, run a script, validate source IP
- PJSIP: identify endpoint by authentication username?
- pjsip: How is asterisk choosing the IP address to put in the Contact header?
- Solved: Re: Asterisk 13.18.3 PJSIP. Wrong Port in Contact Header in Reply to REGISTER?
- SIP Trunk over Proxy (matching ip of outbound proxy in incomming calls)