Re: [Asterisk-java-users] Parking and event errors
Brought to you by:
srt
From: Michael Y. <mic...@i9...> - 2007-04-02 15:33:06
|
Before the Live API was introduced I would simply create that unknown channel in my model when I would get the rename event and copy the information from its relative channel. So in your trace when you would get the event: Rename: old: SIPPeer/SIP/1310-0820eee0 new: SIP/1310-0820eee0 I would create the channel SIPPeer/SIP/1310-0820eee0 then copy the state from SIP/1310-0820eee0<MASQ> and finally perform the rename event. Another more appropriate method may be to fire a StatusAction to the manager and look for that channel.|| -Mike Stefan Reuter wrote: > Michael Yara wrote: > >> I am using 1.2 >> > > It seems this problem relates to the following bug in Asterisk: > http://bugs.digium.com/view.php?id=7625 > We get a rename event for a channel that has not been announced before. > > the whole flow of events is more than weird when doing a blind transfer > to a parking lot. > > I've visualized a trace for that scenario at > http://www.reucon.com/~srt/trace.html > > Do you have an idea on how we could handle such a case? > > =Stefan > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ------------------------------------------------------------------------ > > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > |