search for: dont_care

Displaying 3 results from an estimated 3 matches for "dont_care".

2008 Oct 30
1
1.4.22 vs 1.4.21.2 - IAX2 regression ?
...=gsm System A extensions.conf: [the-context] exten => _.,1,Wait(1) exten => _.,n,Set(CALL_UUID=${EXTEN}) exten => _.,n,Set(RESULT_STRING="${ODBC_CALL_DATA_4_UUID(${CALL_UUID})}") exten => _.,n,Set(ARRAY(NAME,ACCT,IAXUSER,NUM)="${RESULT_STRING}") exten => _.,n,Set(DONT_CARE="${ODBC_REMOVE_CALL_4_UUID(${CALL_UUID})}") exten => _.,n,Set(CALLERID(name)=${NAME}) exten => _.,n,Set(CDR(accountcode)=${ACCT}) exten => _.,n,Dial(IAX2/${IAXUSER}@systemB/${NUM}) exten => _.,n,Hangup() (note: behaviour is also failing in 1.4.22 if, instead of Dialing system...
2007 Sep 11
2
Asterisk 1.4.11, res_features.so, SegFault
...0?????z\004\b?{??\001\000\000\000\210????\t??????<{\004\b????\210????\t??T???????<{\004\b\006????\t??X???V??\006~;??p\205??\203\002\000\000????k\000__k\000as@{\004\b????\t{\004\b\r{\004\b\220{\004\b\000\000\000\000?????\006??06??@Y?? ???"... attr = {__pthread_attrp = 0x0} dont_care = 25 c = 0 filename = "//.asterisk_history", '\0' <repeats 60 times> hostname = "astdev01", '\0' <repeats 247 times> tmp = "\033[1;37;40mAsterisk Ready.\n\033[0;37;40m\000}\004\b\020}\004\b\f\000\000\000\210???X???...
2007 Aug 21
7
Signin to LinkedIn
Hi, Does anyone have the formula for getting logged into LinkedIn? Here''s my current attempt: require ''rubygems'' require ''mechanize'' agent = WWW::Mechanize.new home_page = agent.get(''http://www.linkedin.com'') signin_page = agent.click home_page.links.text(''Sign in'') puts "\nSIGNIN PAGE"