I don't quite know what's going on here (maybe others with Asterisk experience can help), but I'm guessing it's because pjsua doesn't automatically answer incoming call with 180, which is intentional. cheers, -benny Lionel Sicilia wrote: > On incoming call pjsua it?s work diferent than others clients (Xlite, mjsip, > etc) > > For example: > > a) Incoming call to 7013 (*pjsua*) > > AGI Script Executing Application: (Dial) Options: (SIP/7013|20|t) > -- Called 7013 > > > asterisk2*CLI> core show channels > Channel Location *State* > Application(Data) > SIP/7013-0823be58 s at numberplan-custom- *Down* AppDial((Outgoing > Line)) > Zap/4-1 s at DID > _trunk_1:4 Ring Dial(SIP/7013|20|t) > 2 active channels > > b) Incoming call to 7014 (*other sip phone*) > > AGI Script Executing Application: (Dial) Options: (SIP/7014|20|t) > -- Called 7014 > * -- SIP/7014-081e11a8 is ringing* > > asterisk2*CLI> core show channels > Channel Location *State* > Application(Data) > SIP/7014-08253460 s at numberplan-custom- *Ringing* AppDial((Outgoing > Line)) > Zap/4-1 s at DID > _trunk_1:4 Ring Dial(SIP/7014|20|t) > 2 active channels > > > I can?t capture calls thats come to a client sua. > > Please help. > Regards.