Brian Capouch
2006-Jul-23 22:08 UTC
[asterisk-users] Missing close quote in CallerID breaks SIP. . .workaround?
I posted about this some while back, and at that point was told "the remote end is broken, nothing we can do about it." The problem: for whatever reason, some CallerID names come in broken. There is an example CLI trace shown below. My question: is there anything I can do to fix this, since there's nothing I can really do about the broken value being passed in? The call never completes in this instance. . . Thanks. B. ** snip ** Jul 24 01:02:10 WARNING[180]: chan_sip.c:1559 get_in_brackets: No closing quote found in '"Lubbock T <sip:13127309978@192.168.2.1>;tag=f6ae058c3893f37fo1' Jul 24 01:02:10 NOTICE[180]: chan_sip.c:7112 check_user_full: From address missing 'sip:', using it anyway Jul 24 01:02:10 WARNING[180]: chan_sip.c:1559 get_in_brackets: No closing quote found in '"Lubbock T <sip:13127309978@192.168.2.1>;tag=f6ae058c3893f37fo1' Jul 24 01:02:10 WARNING[180]: chan_sip.c:6650 get_destination: Huh? Not a SIP header ("Lubbock T <sip:13127309978@192.168.2.1>;tag=f6ae058c3893f37fo1)? Jul 24 01:02:30 WARNING[180]: chan_sip.c:1217 retrans_pkt: Maximum retries exceeded on transmission 9098f450-ae56338b@192.168.2.113 for seqno 101 (Critical Response) Jul 24 01:02:45 WARNING[180]: chan_sip.c:1217 retrans_pkt: Maximum retries exceeded on transmission 9098f450-ae56338b@192.168.2.113 for seqno 101 (Critical Response)
Leo Ann Boon
2006-Jul-24 01:25 UTC
[asterisk-users] Missing close quote in CallerID breaks SIP. . .workaround?
Brian Capouch wrote:> I posted about this some while back, and at that point was told "the > remote end is broken, nothing we can do about it." > > The problem: for whatever reason, some CallerID names come in broken. > There is an example CLI trace shown below. > > My question: is there anything I can do to fix this, since there's > nothing I can really do about the broken value being passed in? The > call never completes in this instance. . .have you tried removing the callerid name at the endpoint, just use the numeric part. Is this a welltech gateway? Cheers. Leo